Skip to content
  1. Nov 16, 2008
  2. Nov 15, 2008
  3. Nov 13, 2008
  4. Nov 11, 2008
    • Daniel Stenberg's avatar
      - Rainer Canavan filed bug #2255627 · 4cbc0f6c
      Daniel Stenberg authored
        (http://curl.haxx.se/bug/view.cgi?id=2255627) which pointed out that a
        program using libcurl's multi interface to download a HTTPS page with a
        libcurl built powered by OpenSSL, would easily get silly and instead hand
        over SSL details as data instead of the actual HTTP headers and body. This
        happened because libcurl would consider the connection handshake done too
        early. This problem was introduced at September 22nd 2008 with my fix of the
        bug #2107377
      
        The correct fix is now instead done within the GnuTLS-handling code, as both
        the OpenSSL and the NSS code already deal with this situation in similar
        fashion. I added test case 560 in an attempt to verify this fix, but
        unfortunately it didn't trigger it even before this fix!
      4cbc0f6c
    • Yang Tse's avatar
      Related with bug #2230535 (http://curl.haxx.se/bug/view.cgi?id=2230535) · 707828b7
      Yang Tse authored
      Daniel Fandrich noticed that curl_addrinfo was also missing in the build
      process of other four non-configure platforms. Added now.
      707828b7
  5. Nov 07, 2008
  6. Nov 06, 2008
  7. Nov 05, 2008
  8. Nov 04, 2008
  9. Nov 03, 2008
  10. Nov 01, 2008
  11. Oct 29, 2008
  12. Oct 22, 2008
  13. Oct 16, 2008
  14. Oct 15, 2008
    • Daniel Stenberg's avatar
      - Pascal Terjan filed bug #2154627 · a579d670
      Daniel Stenberg authored
        (http://curl.haxx.se/bug/view.cgi?id=2154627) which pointed out that libcurl
        uses strcasecmp() in multiple places where it causes failures when the
        Turkish locale is used. This is because 'i' and 'I' isn't the same letter so
        strcasecmp() on those letters are different in Turkish than in English (or
        just about all other languages). I thus introduced a totally new internal
        function in libcurl (called Curl_ascii_equal) for doing case insentive
        comparisons for english-(ascii?) style strings that thus will make "file"
        and "FILE" match even if the Turkish locale is selected.
      a579d670
    • Daniel Stenberg's avatar
      credit to John Wilkinson · 16678901
      Daniel Stenberg authored
      16678901
  15. Oct 09, 2008
  16. Oct 08, 2008
  17. Oct 07, 2008
  18. Sep 30, 2008
    • Daniel Stenberg's avatar
      - The libcurl FTP code now returns CURLE_REMOTE_FILE_NOT_FOUND error when SIZE · 038542ea
      Daniel Stenberg authored
        gets a 550 response back for the cases where a download (or NOBODY) is
        wanted. It still allows a 550 as response if the SIZE is used as part of an
        upload process (like if resuming an upload is requested and the file isn't
        there before the upload). I also modified the FTP test server and a few test
        cases accordingly to match this modified behavior.
      038542ea
  19. Sep 29, 2008
  20. Sep 25, 2008
  21. Sep 23, 2008
  22. Sep 22, 2008
  23. Sep 20, 2008
  24. Sep 09, 2008
  25. Sep 08, 2008