1. 23 Apr, 2015 1 commit
  2. 10 Dec, 2014 2 commits
  3. 24 Sep, 2014 1 commit
  4. 16 Sep, 2014 1 commit
    • net: remove support for outright ignoring certificates · 41698f22
      This option make it easy to ignore anything about the server we're
      connecting to, which is bad security practice. This was necessary as we
      didn't use to expose detailed information about the certificate, but now
      that we do, we should get rid of this.
      
      If the user wants to ignore everything, they can still provide a
      callback which ignores all the information passed.
      Carlos Martín Nieto committed
  5. 12 Jun, 2014 1 commit
  6. 26 Apr, 2014 1 commit
  7. 04 Nov, 2013 1 commit
  8. 26 Sep, 2013 2 commits
  9. 31 Jan, 2013 2 commits
  10. 08 Jan, 2013 1 commit
  11. 07 Nov, 2012 1 commit
  12. 06 Nov, 2012 1 commit
  13. 01 Nov, 2012 1 commit
  14. 20 Oct, 2012 1 commit
  15. 30 Jul, 2012 2 commits
  16. 24 Jul, 2012 1 commit
  17. 19 May, 2012 3 commits
  18. 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
  19. 17 Apr, 2012 1 commit
  20. 13 Feb, 2012 1 commit
  21. 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
  22. 30 Sep, 2011 2 commits
  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. 04 Sep, 2011 1 commit
  25. 30 Aug, 2011 3 commits
  26. 27 Jun, 2011 2 commits
  27. 26 Jun, 2011 2 commits