1. 09 Mar, 2017 1 commit
  2. 17 Feb, 2017 2 commits
  3. 29 Dec, 2016 1 commit
  4. 14 Nov, 2016 1 commit
  5. 04 Aug, 2016 2 commits
  6. 25 Feb, 2016 1 commit
    • nsec: support NDK's crazy nanoseconds · 3d6a42d1
      Android NDK does not have a `struct timespec` in its `struct stat`
      for nanosecond support, instead it has a single nanosecond member inside
      the struct stat itself.  We will use that and use a macro to expand to
      the `st_mtim` / `st_mtimespec` definition on other systems (much like
      the existing `st_mtime` backcompat definition).
      Edward Thomson committed
  7. 09 Feb, 2016 1 commit
  8. 20 Nov, 2015 1 commit
  9. 30 Oct, 2015 2 commits
  10. 02 Oct, 2015 1 commit
  11. 19 Sep, 2015 2 commits
  12. 17 Sep, 2015 4 commits
  13. 17 May, 2015 1 commit
  14. 15 May, 2015 1 commit
  15. 11 May, 2015 1 commit
  16. 19 Mar, 2015 1 commit
  17. 15 Feb, 2015 1 commit
  18. 13 Feb, 2015 3 commits
  19. 12 Feb, 2015 1 commit
  20. 05 Feb, 2015 1 commit
  21. 04 Feb, 2015 1 commit
  22. 20 Jan, 2015 3 commits
  23. 17 Sep, 2014 1 commit
  24. 22 Aug, 2014 1 commit
  25. 28 May, 2014 1 commit
  26. 17 Apr, 2014 2 commits
    • Fix broken logic for attr cache invalidation · 823c0e9c
      The checks to see if files were out of date in the attibute cache
      was wrong because the cache-breaker data wasn't getting stored
      correctly.  Additionally, when the cache-breaker triggered, the
      old file data was being leaked.
      Russell Belfer committed
    • Attribute file cache refactor · 7d490872
      This is a big refactoring of the attribute file cache to be a bit
      simpler which in turn makes it easier to enforce a lock around any
      updates to the cache so that it can be used in a threaded env.
      Tons of changes to the attributes and ignores code.
      Russell Belfer committed
  27. 25 Feb, 2014 1 commit
  28. 12 Dec, 2013 1 commit
    • Cleanups, renames, and leak fixes · 9cfce273
      This renames git_vector_free_all to the better git_vector_free_deep
      and also contains a couple of memory leak fixes based on valgrind
      checks.  The fixes are specifically: failure to free global dir
      path variables when not compiled with threading on and failure to
      free filters from the filter registry that had not be initialized
      fully.
      Russell Belfer committed