1. 22 Aug, 2008 2 commits
  2. 20 Aug, 2008 1 commit
  3. 13 Aug, 2008 3 commits
  4. 12 Aug, 2008 2 commits
  5. 11 Aug, 2008 2 commits
  6. 07 Aug, 2008 1 commit
  7. 04 Aug, 2008 2 commits
  8. 03 Aug, 2008 2 commits
  9. 02 Aug, 2008 1 commit
  10. 01 Aug, 2008 3 commits
  11. 31 Jul, 2008 1 commit
  12. 30 Jul, 2008 4 commits
  13. 27 Jul, 2008 1 commit
  14. 26 Jul, 2008 1 commit
  15. 11 Jul, 2008 1 commit
  16. 10 Jul, 2008 1 commit
  17. 09 Jul, 2008 1 commit
  18. 07 Jul, 2008 1 commit
  19. 03 Jul, 2008 2 commits
  20. 02 Jul, 2008 1 commit
  21. 01 Jul, 2008 1 commit
  22. 30 Jun, 2008 1 commit
  23. 29 Jun, 2008 1 commit
  24. 22 Jun, 2008 1 commit
  25. 20 Jun, 2008 2 commits
    • Daniel Stenberg's avatar
      - Phil Pellouchoud found a case where libcurl built with NSS failed to · da97f78a
      Daniel Stenberg authored
        handshake with a SSLv2 server, and it turned out to be because it didn't
        recognize the cipher named "rc4-md5". In our list that cipher was named
        plainly "rc4". I've now added rc4-md5 to work as an alias as Phil reported
        that it made things work for him again.
      da97f78a
    • Daniel Stenberg's avatar
      - Hans-Jurgen May pointed out that trying SCP or SFTP over a SOCKS proxy · 422fd933
      Daniel Stenberg authored
        crashed libcurl. This is now addressed by making sure we use "plain send"
        internally when doing the socks handshake instead of the Curl_write()
        function which is designed to use the "target" protocol. That's then SCP or
        SFTP in this case. I also took the opportunity and cleaned up some ssh-
        related #ifdefs in the code for readability.
      422fd933
  26. 19 Jun, 2008 1 commit
    • Daniel Stenberg's avatar
      - Christopher Palow fixed a curl_multi_socket() issue which previous caused · d09b6eca
      Daniel Stenberg authored
        libcurl to not tell the app properly when a socket was closed (when the name
        resolve done by c-ares is done) and then immediately re-created and put to
        use again (for the actual connection). Since the closure will make the
        "watch status" get lost in several event-based systems libcurl will need to
        tell the app about this close/re-create case.
      d09b6eca