1. 08 Dec, 2020 1 commit
    • win32: provide macros for calling conventions · 42d5f110
      Provide more clarity for Win32 calling conventions - now that we always
      compile to __cdecl on Win32, we'll define that as the the libgit2
      calling convention.  Also offer NTAPI (__stdcall) calling conventions
      for things that need callbacks from NTAPI code (eg fiber-local storage).
      Edward Thomson committed
  2. 25 Jan, 2019 1 commit
    • windows: add SSIZE_MAX · a861839d
      Windows doesn't include ssize_t or its _MAX value by default.  We are
      already declaring ssize_t as SSIZE_T, which is __int64_t on Win64 and
      long otherwise.  Include its _MAX value as a correspondence to its type.
      Edward Thomson committed
  3. 01 Feb, 2018 1 commit
  4. 19 Sep, 2015 1 commit
  5. 06 Mar, 2015 1 commit
  6. 05 Aug, 2014 2 commits
  7. 06 Jul, 2014 2 commits
  8. 28 Feb, 2013 2 commits
  9. 08 Jan, 2013 1 commit
  10. 05 Jun, 2012 1 commit
  11. 13 Feb, 2012 1 commit
  12. 27 Jan, 2012 1 commit
  13. 05 Oct, 2011 1 commit
  14. 29 Sep, 2011 1 commit
  15. 28 Sep, 2011 1 commit
  16. 19 Sep, 2011 1 commit
    • Tabify everything · 87d9869f
      There were quite a few places were spaces were being used instead of
      tabs. Try to catch them all. This should hopefully not break anything.
      Except for `git blame`. Oh well.
      Vicent Marti committed
  17. 18 Sep, 2011 1 commit
    • Cleanup legal data · bb742ede
      1. The license header is technically not valid if it doesn't have a
      copyright signature.
      
      2. The COPYING file has been updated with the different licenses used in
      the project.
      
      3. The full GPLv2 header in each file annoys me.
      Vicent Marti committed
  18. 03 Jul, 2011 1 commit
  19. 15 Jun, 2011 1 commit
  20. 12 Jun, 2011 1 commit
  21. 10 Jun, 2011 1 commit
  22. 08 Jun, 2011 1 commit
  23. 19 May, 2011 1 commit
  24. 18 May, 2011 1 commit
  25. 11 Jan, 2011 1 commit
  26. 23 Nov, 2010 1 commit
  27. 28 Feb, 2010 1 commit