- 06 Jan, 2013 1 commit
-
-
nulltoken committed
-
- 03 Jan, 2013 1 commit
-
-
Vicent Marti committed
-
- 02 Jan, 2013 2 commits
-
-
Ben Straub committed
-
Ben Straub committed
-
- 24 Dec, 2012 1 commit
-
-
nulltoken committed
-
- 20 Dec, 2012 2 commits
-
-
Ben Straub committed
-
Ben Straub committed
-
- 14 Dec, 2012 6 commits
-
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
Vicent Marti committed
-
- 13 Dec, 2012 4 commits
-
-
Jameson Miller committed
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
- 23 Nov, 2012 1 commit
-
-
Without this change, any failed assertion in the second (or a later) test inside a test suite has a chance of double deleting memory, resulting in a heap corruption. See #1096 for details. This leaves alone the test cases where we "just" use cl_git_sandbox_init() and cl_git_sandbox_cleanup(). These methods already take good care to not double delete a repository. Fixes #1096
Sascha Cunz committed
-
- 10 Nov, 2012 1 commit
-
-
Ben Straub committed
-
- 09 Nov, 2012 1 commit
-
-
Ben Straub committed
-
- 20 Oct, 2012 2 commits
-
-
Also implemented in the git2 example.
Ben Straub committed -
Ben Straub committed
-
- 15 Oct, 2012 2 commits
-
-
Ben Straub committed
-
Split the clone tests into network and no-network suites.
Ben Straub committed
-
- 07 Oct, 2012 2 commits
- 19 Sep, 2012 1 commit
-
-
The old method was avoiding re-loading of packfiles by watching the mtime of the pack directory. This causes the ODB to become stale if the directory and packfile are written within the same clock millisecond, as when cloning a fairly small repo. This method tries to find the object in the cached packs, and forces a refresh when that fails. This will cause extra stat'ing on a miss, but speeds up the success case and avoids this race condition.
Ben Straub committed
-
- 27 Jul, 2012 1 commit
-
-
Ben Straub committed
-
- 26 Jul, 2012 2 commits
-
-
* Removed the #define for defaults * Promoted progress structure to top-level API call argument
Ben Straub committed -
Refactor checkout into several more-sensible entry points, which consolidates common options into a single structure that may be passed around.
Ben Straub committed
-
- 11 Jul, 2012 3 commits
-
-
Signed-off-by: Ben Straub <bstraub@github.com>
Ben Straub committed -
Ben Straub committed
-
Ben Straub committed
-
- 10 Jul, 2012 1 commit
-
-
Ben Straub committed
-
- 22 Jun, 2012 1 commit
-
-
Ben Straub committed
-
- 21 Jun, 2012 5 commits
-
-
Ben Straub committed
-
Ben Straub committed
-
Also standardized on 3-space indentation. Sorry about that.
Ben Straub committed -
Ben Straub committed
-
Ben Straub committed
-