1. 03 Aug, 2009 6 commits
  2. 02 Aug, 2009 3 commits
  3. 01 Aug, 2009 6 commits
  4. 31 Jul, 2009 2 commits
  5. 28 Jul, 2009 1 commit
  6. 27 Jul, 2009 3 commits
    • Daniel Stenberg's avatar
      moved the changes that aren't strictly bugfixes until after 7.19.6 since I · 8978b877
      Daniel Stenberg authored
      can't seem to catch up
      
      243 - ftp QUOTE commands that are allowed to fail but not close the connection
      is done
      8978b877
    • Daniel Stenberg's avatar
      - All the quote options (CURLOPT_QUOTE, CURLOPT_POSTQUOTE and · 06841282
      Daniel Stenberg authored
        CURLOPT_PREQUOTE) now accept a preceeding asterisk before the command to
        send when using FTP, as a sign that libcurl shall simply ignore the response
        from the server instead of treating it as an error. Not treating a 400+ FTP
        response code as an error means that failed commands will not abort the
        chain of commands, nor will they cause the connection to get disconnected.
      06841282
    • Daniel Stenberg's avatar
      From: Johan van Selst · 9b5c00a6
      Daniel Stenberg authored
      "you replaced the old SSLeay_add_ssl_algorithms() call
      with OpenSSL_add_all_algorithms(), however unlike the name suggests,
      the second function is not a superset of the first. When using SSL
      both these functions will need to be called in order to offer complete
      functionality"
      9b5c00a6
  7. 26 Jul, 2009 1 commit
  8. 25 Jul, 2009 2 commits
  9. 24 Jul, 2009 2 commits
  10. 23 Jul, 2009 4 commits
  11. 22 Jul, 2009 4 commits
  12. 21 Jul, 2009 1 commit
  13. 20 Jul, 2009 1 commit
    • Kamil Dudka's avatar
      - Claes Jakobsson improved the support for client certificates handling · 5f0cae80
      Kamil Dudka authored
        in NSS-powered libcurl. Now the client certificates can be selected
        automatically by a NSS built-in hook. Additionally pre-login to all PKCS11
        slots is no more performed. It used to cause problems with HW tokens.
      
      - Fixed reference counting for NSS client certificates. Now the PEM reader
        module should be always properly unloaded on Curl_nss_cleanup(). If the unload
        fails though, libcurl will try to reuse the already loaded instance.
      5f0cae80
  14. 17 Jul, 2009 1 commit
  15. 16 Jul, 2009 2 commits
  16. 15 Jul, 2009 1 commit