Skip to content
  1. Mar 21, 2010
  2. Mar 19, 2010
  3. Mar 15, 2010
  4. Mar 06, 2010
  5. Mar 05, 2010
  6. Mar 02, 2010
  7. Mar 01, 2010
  8. Feb 26, 2010
  9. Feb 25, 2010
  10. Feb 22, 2010
  11. Feb 20, 2010
  12. Feb 14, 2010
    • 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
  13. Feb 13, 2010
  14. Feb 12, 2010
  15. Feb 11, 2010
    • Yang Tse's avatar
      · c3b87d1b
      Yang Tse authored
      mention last changes
      c3b87d1b
  16. Feb 09, 2010
  17. Feb 03, 2010
  18. Feb 02, 2010
    • 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
  19. Feb 01, 2010
  20. Jan 27, 2010
    • Yang Tse's avatar
      · 3cb76e5e
      Yang Tse authored
      mention asynchronous DNS lookups enhancements
      3cb76e5e
  21. Jan 26, 2010
  22. Jan 23, 2010
  23. Jan 21, 2010
  24. 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
  25. Jan 14, 2010