1. 04 Nov, 2013 1 commit
  2. 26 Sep, 2013 2 commits
  3. 31 Jan, 2013 2 commits
  4. 08 Jan, 2013 1 commit
  5. 07 Nov, 2012 1 commit
  6. 06 Nov, 2012 1 commit
  7. 01 Nov, 2012 1 commit
  8. 20 Oct, 2012 1 commit
  9. 30 Jul, 2012 2 commits
  10. 24 Jul, 2012 1 commit
  11. 19 May, 2012 3 commits
  12. 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
  13. 17 Apr, 2012 1 commit
  14. 13 Feb, 2012 1 commit
  15. 12 Oct, 2011 1 commit
    • net,pkt: add chunked support · 34bfb4b0
      As we don't know the length of the message we want to send to the
      other end, we send a chunk size before each message. In later
      versions, sending the wants might benefit from batching the lines
      together.
      
      Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
      Carlos Martín Nieto committed
  16. 30 Sep, 2011 2 commits
  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. 04 Sep, 2011 1 commit
  19. 30 Aug, 2011 3 commits
  20. 27 Jun, 2011 2 commits
  21. 26 Jun, 2011 2 commits