- 23 May, 2011 3 commits
-
-
Jakob Pfender committed
-
Vicent Marti committed
-
Jakob Pfender committed
-
- 20 May, 2011 1 commit
-
-
"git_config_backend" have been renamed to "git_config_file", which implements a generic interface to access a configuration file -- be it either on disk, from a DB or whatever mumbojumbo. I think this makes more sense.
Vicent Marti committed
-
- 19 May, 2011 7 commits
-
-
We have a lot of utility methods that make path building trivial. Use them!
Vicent Marti committed -
A couple of config improvements
Vicent Martí committed -
Fix a few minor typos in comments and error messages
Vicent Martí committed -
Vicent Marti committed
-
Regarding "initialize" vs. "initialise", www.dict.cc says the first is American English whereas the latter in British English. For consistency, we should stick to American English.
Sebastian Schuberth 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 16 commits
-
-
When I changed it over to use different strings for the variable and the name, cvar_name_normalize was left behind. Fix this and rename to cvar_normalize_name to reflect the incompatible change. Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Carlos Martín Nieto committed -
git__rethrow was missing an underscore.
Jakob Pfender committed -
Jakob Pfender committed
-
Jakob Pfender committed
-
Carlos Martín Nieto committed
-
Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Carlos Martín Nieto 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 3 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
-