1. 15 Apr, 2010 1 commit
    • Daniel Stenberg's avatar
      Curl_ipv4_resolve_r: only set AI_CANONNAME when needed · 68aae7f5
      Daniel Stenberg authored
      As reported in bug report #2987196, the code for ipv6 already did
      the setting of this bit correctly so we copied that logic into
      the Curl_ipv4_resolve_r() function as well. KRB code is the only
      code we know that might need the cannonical name so only resolve
      it for such requests!
      68aae7f5
  2. 14 Apr, 2010 5 commits
  3. 13 Apr, 2010 4 commits
  4. 12 Apr, 2010 8 commits
  5. 11 Apr, 2010 2 commits
  6. 10 Apr, 2010 1 commit
  7. 09 Apr, 2010 1 commit
  8. 07 Apr, 2010 1 commit
  9. 06 Apr, 2010 1 commit
  10. 05 Apr, 2010 1 commit
  11. 04 Apr, 2010 3 commits
  12. 02 Apr, 2010 3 commits
  13. 01 Apr, 2010 2 commits
    • Daniel Stenberg's avatar
      fix SFTP download hang · 49f3160d
      Daniel Stenberg authored
      Matt Wixson found and fixed a bug in the SCP/SFTP area where the
      code treated a 0 return code from libssh2 to be the same as
      EAGAIN while in reality it isn't. The problem caused a hang in
      SFTP transfers from a MessageWay server.
      49f3160d
    • Dan Fandrich's avatar
      Fixed misleading test message · e78e5840
      Dan Fandrich authored
      e78e5840
  14. 31 Mar, 2010 3 commits
  15. 30 Mar, 2010 3 commits
  16. 29 Mar, 2010 1 commit