Skip to content
  1. Feb 01, 2010
  2. Jan 27, 2010
    • Yang Tse's avatar
      · 3cb76e5e
      Yang Tse authored
      mention asynchronous DNS lookups enhancements
      3cb76e5e
  3. Jan 26, 2010
  4. Jan 23, 2010
  5. Jan 21, 2010
  6. Jan 19, 2010
    • Daniel Stenberg's avatar
      - As was pointed out on the http-state mailing list, the order of cookies in a · 877dad1e
      Daniel Stenberg authored
        HTTP Cookie: header _needs_ to be sorted on the path length in the cases
        where two cookies using the same name are set more than once using
        (overlapping) paths. Realizing this, identically named cookies must be
        sorted correctly. But detecting only identically named cookies and take care
        of them individually is harder than just to blindly and unconditionally sort
        all cookies based on their path lengths. All major browsers also already do
        this, so this makes our behavior one step closer to them in the cookie area.
      
        Test case 8 was the only one that broke due to this change and I updated it
        accordingly.
      877dad1e
    • Daniel Stenberg's avatar
      - David McCreedy brought a fix and a new test case (129) to make libcurl work · a5ca3f17
      Daniel Stenberg authored
        again when downloading files over FTP using ASCII and it turns out that the
        final size of the file is not the same as the initial size the server
        reported. This is very common since servers don't take the newline
        conversions into account.
      a5ca3f17
  7. Jan 14, 2010
  8. Jan 11, 2010
  9. Jan 08, 2010
    • Daniel Stenberg's avatar
      - Johan van Selst found and fixed a OpenSSL session ref count leak: · 552c3de3
      Daniel Stenberg authored
        ossl_connect_step3() increments an SSL session handle reference counter on
        each call. When sessions are re-used this reference counter may be
        incremented many times, but it will be decremented only once when done (by
        Curl_ossl_session_free()); and the internal OpenSSL data will not be freed
        if this reference count remains positive. When a session is re-used the
        reference counter should be corrected by explicitly calling
        SSL_SESSION_free() after each consecutive SSL_get1_session() to avoid
        introducing a memory leak.
      
        (http://curl.haxx.se/bug/view.cgi?id=2926284)
      552c3de3
  10. Jan 06, 2010
  11. Jan 03, 2010
  12. Jan 02, 2010
  13. Jan 01, 2010
    • Daniel Stenberg's avatar
      - Ingmar Runge enhanced libcurl's FTP engine to support the PRET command. This · 605bbfc4
      Daniel Stenberg authored
        command is a special "hack" used by the drftpd server, but even though it is
        a custom extension I've deemed it fine to add to libcurl since this server
        seems to survive and people keep using it and want libcurl to support
        it. The new libcurl option is named CURLOPT_FTP_USE_PRET, and it is also
        usable from the curl tool with --ftp-pret. Using this option on a server
        that doesn't support this command will make libcurl fail.
      605bbfc4
  14. Dec 30, 2009
  15. Dec 25, 2009
  16. Dec 17, 2009
  17. Dec 16, 2009
  18. Dec 14, 2009
  19. Dec 12, 2009
  20. Dec 10, 2009
  21. Dec 07, 2009
  22. Dec 01, 2009
  23. Nov 28, 2009
    • Yang Tse's avatar
      · 4d922545
      Yang Tse authored
      - Added Diffie-Hellman parameters to several test harness certificate files in
        PEM format. Required by several stunnel versions used by our test harness.
      4d922545
  24. Nov 27, 2009
  25. Nov 26, 2009
  26. Nov 23, 2009
  27. Nov 20, 2009
  28. Nov 17, 2009
  29. Nov 15, 2009
  30. Nov 14, 2009