1. 14 Apr, 2010 1 commit
  2. 13 Apr, 2010 4 commits
  3. 12 Apr, 2010 8 commits
  4. 11 Apr, 2010 2 commits
  5. 10 Apr, 2010 1 commit
  6. 09 Apr, 2010 1 commit
  7. 07 Apr, 2010 1 commit
  8. 06 Apr, 2010 1 commit
  9. 05 Apr, 2010 1 commit
  10. 04 Apr, 2010 3 commits
  11. 02 Apr, 2010 3 commits
  12. 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
  13. 31 Mar, 2010 3 commits
  14. 30 Mar, 2010 3 commits
  15. 29 Mar, 2010 4 commits
  16. 28 Mar, 2010 2 commits
    • Daniel Stenberg's avatar
      Ben's POP3 change · 604a2bda
      Daniel Stenberg authored
      604a2bda
    • Ben Greear's avatar
      pop3: Get message listing if no mailbox in URL · 69ccc9f8
      Ben Greear authored
      If you pass a URL to pop3 that does not contain a message ID as
      part of the URL, it will currently ask for 'INBOX' which just
      causes the pop3 server to return an error.
      
      The change makes libcurl treat en empty message ID as a request
      for LIST (list of pop3 message IDs).  User's code could then
      parse this and download individual messages as desired.
      69ccc9f8