- 19 May, 2011 3 commits
-
-
Vicent Marti committed
-
index: Add API for unmerged entries
Vicent Martí committed -
Move odb.c to the new error handling
Vicent Martí committed
-
- 18 May, 2011 10 commits
-
-
test_lib: add return value to git_test
Vicent Martí committed -
Consider environment-specified CFLAGS
Vicent Martí committed -
Cmake msvc2010
Vicent Martí committed -
Add missing free in git_odb_new(). Signed-off-by: schu <schu-github@schulog.org>
schu committed -
MSVC supports "inline" only in C++ code, not in C code.
Sebastian Schuberth committed -
MSVC has _str(n)icmp instead.
Sebastian Schuberth committed -
Sebastian Schuberth committed
-
Sebastian Schuberth committed
-
Romain Muller committed
-
Save the return value of functions not passing must_pass() and report the returned error. Signed-off-by: schu <schu-github@schulog.org>
schu committed
-
- 17 May, 2011 13 commits
-
-
git__rethrow was missing an underscore.
Jakob Pfender committed -
Jakob Pfender committed
-
Jakob Pfender committed
-
Vicent Marti committed
-
Vicent Marti committed
-
Vicent Marti committed
-
Vicent Marti committed
-
Vicent Marti committed
-
Vicent Marti committed
-
tests: update NAMING file
Vicent Martí committed -
Implement config parsing. Finally!
Vicent Martí committed -
Take this opportunity to fix an instance of returning GIT_EOBJCORRUPTED when malloc failed. Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Carlos Martín Nieto committed -
Carlos Martín Nieto committed
-
- 16 May, 2011 4 commits
-
-
Now we use a simple closed-addressing cache. Cuckoo hashing was creating too many issues with race conditions. Fuck that. Let's see what happens performance wise, we may have to roll back or come up with another way to implement an efficient multi-threaded cache.
Vicent Marti committed -
Do not try to adquire the same node lock twice when the cuckoo hashing resolves to the same node.
Vicent Marti committed -
Fix a typo in README.md
Vicent Martí committed -
Alexei Sholik committed
-
- 15 May, 2011 8 commits
-
-
This is not really an error, just a special return code to mark the end of an iteration.
Vicent Marti committed -
Vicent Marti committed
-
Vicent Marti committed
-
Vicent Marti committed
-
Updated fileops.c and repository.c to new error handling mechanism
Vicent Martí committed -
fix git_otype typo when calling `git_odb_read_header`.
Vicent Martí committed -
Shuhei Tanuma committed
-
nulltoken committed
-
- 14 May, 2011 2 commits