1. 30 May, 2014 1 commit
  2. 31 Jan, 2014 1 commit
  3. 30 Jan, 2014 4 commits
  4. 11 Dec, 2013 1 commit
    • Improve GIT_EUSER handling · 96869a4e
      This adds giterr_user_cancel to return GIT_EUSER and clear any
      error message that is sitting around.  As a result of using that
      in places, we need to be more thorough with capturing errors that
      happen inside a callback when used internally.  To help with that,
      this also adds giterr_capture and giterr_restore so that when we
      internally use a foreach-type function that clears errors and
      converts them to GIT_EUSER, it is easier to restore not just the
      return value, but the actual error message text.
      Russell Belfer committed
  5. 14 Nov, 2013 1 commit
  6. 15 May, 2013 1 commit
  7. 07 Mar, 2013 1 commit
  8. 01 Dec, 2012 1 commit
  9. 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
  10. 25 Oct, 2012 1 commit
  11. 11 Oct, 2012 1 commit
  12. 07 Oct, 2012 1 commit
  13. 24 Jul, 2012 2 commits
  14. 17 May, 2012 2 commits
  15. 13 May, 2012 1 commit
  16. 10 Apr, 2012 1 commit