- 23 May, 2011 27 commits
-
-
Jakob Pfender committed
-
Vicent Marti committed
-
Jakob Pfender committed
-
Jakob Pfender committed
-
Vicent Marti committed
-
Jakob Pfender committed
-
Vicent Marti committed
-
Jakob Pfender committed
-
When trying to inflate a buffer, a GIT_ERROR was returned when malloc() failed. Fix this to return GIT_ENOMEM.
Jakob Pfender committed -
Vicent Marti committed
-
Jakob Pfender committed
-
Vicent Marti committed
-
Jakob Pfender committed
-
Vicent Marti committed
-
Jakob Pfender committed
-
Vicent Marti committed
-
Jakob Pfender committed
-
Vicent Marti committed
-
Jakob Pfender committed
-
Jakob Pfender committed
-
Jakob Pfender committed
-
git__delta_apply used to return with a generic GIT_ERROR when allocating memory for the delta failed. Fix this to return GIT_ENOMEM.
Jakob Pfender committed -
Vicent Marti committed
-
Vicent Marti committed
-
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 5 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
-