1. 06 Jan, 2013 1 commit
  2. 03 Jan, 2013 1 commit
  3. 02 Jan, 2013 2 commits
  4. 24 Dec, 2012 1 commit
  5. 20 Dec, 2012 2 commits
  6. 14 Dec, 2012 6 commits
  7. 13 Dec, 2012 4 commits
  8. 23 Nov, 2012 1 commit
    • Reset all static variables to NULL in clar's __cleanup · 9094d30b
      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
  9. 10 Nov, 2012 1 commit
  10. 09 Nov, 2012 1 commit
  11. 20 Oct, 2012 2 commits
  12. 15 Oct, 2012 2 commits
  13. 07 Oct, 2012 2 commits
  14. 19 Sep, 2012 1 commit
    • ODB: re-load packfiles on failed lookup · 5bb0dc93
      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
  15. 27 Jul, 2012 1 commit
  16. 26 Jul, 2012 2 commits
  17. 11 Jul, 2012 3 commits
  18. 10 Jul, 2012 1 commit
  19. 22 Jun, 2012 1 commit
  20. 21 Jun, 2012 5 commits