- 04 Jan, 2013 3 commits
-
-
Nikolai Vladimirov committed
-
Philip Kelley committed
-
Nikolai Vladimirov committed
-
- 03 Jan, 2013 15 commits
-
-
Mark fake home directories that failed to be created, so we won't try to remove them and have cleanup just use p_rmdir.
Russell Belfer committed -
Vicent Marti committed
-
Vicent Marti committed
-
Vicent Marti committed
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
Conflicts: tests-clar/clone/nonetwork.c tests-clar/online/clone.c tests-clar/online/fetchhead.c
Vicent Marti committed -
Vicent Marti committed
-
Vicent Marti committed
-
Vicent Marti committed
-
Vicent Marti committed
-
Vicent Marti committed
-
Vicent Marti committed
-
Vicent Marti committed
-
- 02 Jan, 2013 16 commits
-
-
Vicent Marti committed
-
Vicent Marti committed
-
Ben Straub committed
-
Segregate in-memory and persisted remotes
Vicent Martí committed -
Ben Straub committed
-
Vicent Marti committed
-
Vicent Marti committed
-
Ben Straub committed
-
Ben Straub committed
-
Vicent Marti committed
-
Vicent Marti committed
-
Vicent Marti committed
-
Michael Schubert committed
-
Vicent Marti committed
-
Vicent Marti committed
-
Vicent Marti committed
-
- 29 Dec, 2012 2 commits
-
-
Update showindex example
Vicent Martí committed -
I find the showindex example to be pretty useful on occasion, but there were are couple of output tweaks I wanted, plus I wanted the ability to specify a path to an actual index file instead of having to open the whole repository. This makes those changes and expands the example slightly.
Russell Belfer committed
-
- 28 Dec, 2012 4 commits
-
-
Alternative fix for iterator memory leak
Vicent Martí committed -
Fixed compilation with =>VS2010
Vicent Martí committed -
Starting with VS2010 MS ships a stdint.h. Signed-off-by: Sven Strickroth <email@cs-ware.de>
Sven Strickroth committed -
When normalizing a reference name, if there is an error because the name is invalid, then the memory allocated for storing the name could be leaked if the caller was not careful and assumed that the error return code meant that no allocation had occurred. This fixes that by explicitly deallocating the reference name buffer if there is an error in normalizing the name.
Russell Belfer committed
-