1. 22 Jun, 2012 1 commit
  2. 20 Jun, 2012 2 commits
  3. 15 Jun, 2012 1 commit
  4. 14 Jun, 2012 2 commits
  5. 13 Jun, 2012 1 commit
  6. 09 Jun, 2012 1 commit
  7. 07 Jun, 2012 2 commits
  8. 06 Jun, 2012 1 commit
  9. 27 May, 2012 1 commit
  10. 26 May, 2012 1 commit
  11. 19 May, 2012 8 commits
  12. 08 May, 2012 1 commit
  13. 07 May, 2012 1 commit
    • Define explicit _WIN32_WINNT version in makefile · 901fbdad
      Previously, it was defined in netops.c, but it's also needed in one of the
      clar tests, so I figured we might as well just make it global for the
      whole project.
      
      Without it, the mingw32 linker won't resolve GetProcessId() (called from
      the core/errors.c clar test) because of some conditionals in windows.h.
      Scott J. Goldman committed
  14. 05 May, 2012 1 commit
    • Fix gitno_connect() error handling on Windows · b4b96d56
      gitno_connect() can return an error or socket, which is fine on most
      platforms where sockets are file descriptors (signed int), but on Windows,
      SOCKET is an unsigned type, which is problematic when we are trying to
      test if the socket was actually a negative error code.
      
      This fix seperates the error code and socket in gitno_connect(), and fixes
      the error handling in do_connect() functions to compensate. It appears
      that git_connect() and the git-transport do_connect() functions had bugs
      in the non-windows cases too (leaking sockets, and not properly reporting
      connection error, respectively) so I went ahead and fixed those too.
      Scott J. Goldman committed
  15. 17 Apr, 2012 1 commit
  16. 11 Apr, 2012 2 commits
  17. 13 Feb, 2012 1 commit
  18. 02 Feb, 2012 1 commit
  19. 29 Oct, 2011 1 commit
  20. 12 Oct, 2011 3 commits
  21. 30 Sep, 2011 2 commits
  22. 29 Sep, 2011 1 commit
  23. 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
  24. 09 Sep, 2011 3 commits