1. 05 May, 2012 2 commits
    • 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
    • Fix clar generated code to compile on MINGW32 · 06ac3e7f
      MINGW32 does not define _mktemp_s, so we can just use _mktemp instead. See
      the non-compressed/non-base64-encoded version of the patch here:
      http://gist.github.com/2605249
      Scott J. Goldman committed
  2. 23 Apr, 2012 1 commit
  3. 22 Apr, 2012 1 commit
  4. 21 Apr, 2012 2 commits
  5. 20 Apr, 2012 4 commits
  6. 04 Apr, 2012 1 commit
  7. 03 Apr, 2012 8 commits
  8. 02 Apr, 2012 2 commits
  9. 01 Apr, 2012 5 commits
  10. 31 Mar, 2012 4 commits
  11. 30 Mar, 2012 10 commits