1. 01 Mar, 2010 2 commits
  2. 26 Feb, 2010 2 commits
  3. 25 Feb, 2010 2 commits
  4. 22 Feb, 2010 1 commit
  5. 20 Feb, 2010 2 commits
  6. 14 Feb, 2010 2 commits
    • Yang Tse's avatar
      · a07bc791
      Yang Tse authored
      removed trailing whitespace
      a07bc791
    • Yang Tse's avatar
      · 68d83a81
      Yang Tse authored
      Overhauled test suite getpart() function. Fixing potential out of bounds
      stack and memory overwrites triggered with huge test case definitions.
      68d83a81
  7. 13 Feb, 2010 2 commits
  8. 12 Feb, 2010 1 commit
  9. 11 Feb, 2010 1 commit
    • Yang Tse's avatar
      · c3b87d1b
      Yang Tse authored
      mention last changes
      c3b87d1b
  10. 09 Feb, 2010 2 commits
  11. 03 Feb, 2010 1 commit
  12. 02 Feb, 2010 2 commits
    • Yang Tse's avatar
      · 2dfbd0d0
      Yang Tse authored
      mention a couple of changes back from November
      2dfbd0d0
    • Yang Tse's avatar
      · 49ba75af
      Yang Tse authored
      - Symbol CURL_FORMAT_OFF_T now obsoleted, will be removed in a future release,
        symbol will not be available when building with CURL_NO_OLDIES defined. Use
        of CURL_FORMAT_CURL_OFF_T is preferred since 7.19.0
      49ba75af
  13. 01 Feb, 2010 1 commit
  14. 27 Jan, 2010 1 commit
    • Yang Tse's avatar
      · 3cb76e5e
      Yang Tse authored
      mention asynchronous DNS lookups enhancements
      3cb76e5e
  15. 26 Jan, 2010 1 commit
  16. 23 Jan, 2010 1 commit
  17. 21 Jan, 2010 1 commit
  18. 19 Jan, 2010 2 commits
    • 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
  19. 14 Jan, 2010 1 commit
  20. 11 Jan, 2010 3 commits
  21. 08 Jan, 2010 1 commit
    • 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
  22. 06 Jan, 2010 2 commits
  23. 03 Jan, 2010 1 commit
  24. 02 Jan, 2010 1 commit
  25. 01 Jan, 2010 1 commit
    • 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
  26. 30 Dec, 2009 1 commit
  27. 25 Dec, 2009 2 commits