1. 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
  2. 09 Dec, 2013 1 commit
  3. 27 Nov, 2013 1 commit
  4. 08 Oct, 2013 1 commit
    • More filemode cleanups for FAT on MacOS · 14997dc5
      This cleans up some additional issues.  The main change is that
      on a filesystem that doesn't support mode bits, libgit2 will now
      create new blobs with GIT_FILEMODE_BLOB always instead of being
      at the mercy to the filesystem driver to report executable or not.
      This means that if "core.filemode" lies and claims that filemode
      is not supported, then we will ignore the executable bit from the
      filesystem.  Previously we would have allowed it.
      
      This adds an option to the new git_repository_reset_filesystem to
      recurse through submodules if desired.  There may be other types
      of APIs that would like a "recurse submodules" option, but this
      one is particularly useful.
      
      This also has a number of cleanups, etc., for related things
      including trying to give better error messages when problems come
      up from the filesystem.  For example, the FAT filesystem driver on
      MacOS appears to return errno EINVAL if you attempt to write a
      filename with invalid UTF-8 in it.  We try to capture that with a
      better error message now.
      Russell Belfer committed
  5. 17 Sep, 2013 5 commits
  6. 05 Sep, 2013 1 commit
  7. 28 Aug, 2013 1 commit
  8. 27 Aug, 2013 1 commit
  9. 26 Aug, 2013 2 commits
  10. 22 Aug, 2013 2 commits
  11. 19 Aug, 2013 3 commits
  12. 16 Aug, 2013 1 commit
  13. 13 Aug, 2013 10 commits
  14. 10 Aug, 2013 2 commits
  15. 08 Aug, 2013 3 commits
  16. 07 Aug, 2013 1 commit
  17. 05 Aug, 2013 1 commit
  18. 29 Jun, 2013 1 commit
  19. 25 Jun, 2013 1 commit
  20. 22 Jun, 2013 1 commit