1. 06 Dec, 2016 1 commit
  2. 20 Nov, 2016 1 commit
  3. 18 Nov, 2016 1 commit
    • threads: introduce `git_thread_exit` · 82f15896
      Introduce `git_thread_exit`, which will allow threads to terminate at an
      arbitrary time, returning a `void *`.  On Windows, this means that we
      need to store the current `git_thread` in TLS, so that we can set its
      `return` value when terminating.
      
      We cannot simply use `ExitThread`, since Win32 returns `DWORD`s from
      threads; we return `void *`.
      Edward Thomson committed
  4. 06 Oct, 2016 1 commit
  5. 20 Jun, 2016 9 commits
  6. 16 Mar, 2016 1 commit
  7. 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
  8. 16 Feb, 2016 1 commit
  9. 12 Feb, 2016 1 commit
  10. 10 Feb, 2016 1 commit
  11. 21 Nov, 2015 1 commit
  12. 21 Oct, 2015 1 commit
  13. 23 Sep, 2015 1 commit
  14. 19 Sep, 2015 1 commit
  15. 17 Sep, 2015 1 commit
  16. 05 Aug, 2015 1 commit
  17. 03 Aug, 2015 1 commit
  18. 02 Jul, 2015 1 commit
  19. 29 Jun, 2015 2 commits
  20. 16 Jun, 2015 1 commit
  21. 01 May, 2015 3 commits
  22. 28 Apr, 2015 6 commits
  23. 18 Apr, 2015 1 commit
  24. 17 Apr, 2015 1 commit