1. 02 Mar, 2017 1 commit
  2. 28 Feb, 2017 4 commits
  3. 26 Sep, 2014 1 commit
  4. 16 Sep, 2014 1 commit
  5. 17 May, 2014 1 commit
  6. 11 Dec, 2013 1 commit
    • Test cancel from indexer progress callback · 7697e541
      This adds tests that try canceling an indexer operation from
      within the progress callback.
      
      After writing the tests, I wanted to run this under valgrind and
      had a number of errors in that situation because mmap wasn't
      working.  I added a CMake option to force emulation of mmap and
      consolidated the Amiga-specific code into that new place (so we
      don't actually need separate Amiga code now, just have to turn on
      -DNO_MMAP).
      
      Additionally, I made the indexer code propagate error codes more
      reliably than it used to.
      Russell Belfer committed
  7. 14 Nov, 2013 2 commits
  8. 07 Nov, 2013 2 commits
  9. 30 Oct, 2013 1 commit
    • indexer: remove the stream infix · a6154f21
      It was there to keep it apart from the one which read in from a file on
      disk. This other indexer does not exist anymore, so there is no need for
      anything other than git_indexer to refer to it.
      
      While here, rename _add() function to _append() and _finalize() to
      _commit(). The former change is cosmetic, while the latter avoids
      talking about "finalizing", which OO languages use to mean something
      completely different.
      Carlos Martín Nieto committed
  10. 04 Oct, 2013 1 commit
  11. 03 Mar, 2013 1 commit
  12. 25 Feb, 2013 2 commits
  13. 03 Jan, 2013 3 commits
  14. 27 Nov, 2012 1 commit
  15. 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
  16. 01 Nov, 2012 1 commit
  17. 24 Oct, 2012 1 commit
  18. 09 Oct, 2012 1 commit