Skip to content
Snippets Groups Projects
  1. Aug 01, 2009
  2. Jul 27, 2009
    • 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
  3. Jul 26, 2009
  4. Jul 24, 2009
  5. Jul 23, 2009
  6. Jul 22, 2009
  7. Jul 20, 2009
    • 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
  8. Jul 16, 2009
  9. Jul 15, 2009
  10. Jul 14, 2009
  11. Jul 11, 2009
  12. Jul 09, 2009
  13. Jul 08, 2009
  14. Jul 04, 2009
  15. Jun 30, 2009
  16. Jun 29, 2009
  17. Jun 27, 2009
  18. Jun 19, 2009
    • Michal Marek's avatar
      fix indentation. · ad1bfc54
      Michal Marek authored
      ad1bfc54
    • Yang Tse's avatar
      · 2c0c05e9
      Yang Tse authored
      sclose() function-like macro definition used to close a socket,
      now solely based on HAVE_CLOSESOCKET and HAVE_CLOSESOCKET_CAMEL
      config file preprocessor definitions.
      2c0c05e9
  19. Jun 16, 2009
  20. Jun 15, 2009
  21. Jun 13, 2009
    • Yang Tse's avatar
      · 169e94d6
      Yang Tse authored
      improve usability with UNIX-like shells or a DOS command interpreters
      169e94d6
  22. Jun 12, 2009
    • Yang Tse's avatar
      · 47e40364
      Yang Tse authored
      include <limits.h> for INT_MAX definition
      47e40364
    • Yang Tse's avatar
      · 4ea513cc
      Yang Tse authored
      fix compiler warning
      4ea513cc
Loading