1. 13 Nov, 2008 1 commit
  2. 11 Nov, 2008 2 commits
    • 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
  3. 07 Nov, 2008 2 commits
  4. 06 Nov, 2008 2 commits
  5. 05 Nov, 2008 1 commit
  6. 04 Nov, 2008 1 commit
  7. 03 Nov, 2008 2 commits
  8. 01 Nov, 2008 1 commit
  9. 29 Oct, 2008 1 commit
  10. 28 Oct, 2008 1 commit
    • Dan Fandrich's avatar
      Changed the "resolve" test precheck program to verify that an IPv6 socket · a10044e1
      Dan Fandrich authored
      can be created before resolving the IPv6 name.  In the context of running
      a test, it doesn't make sense to run an IPv6 test when a host is resolvable
      but IPv6 isn't usable.  This should fix failures of test 1085 on hosts with
      library and DNS support for IPv6 but where actual use of IPv6 has been
      administratively disabled.
      a10044e1
  11. 25 Oct, 2008 1 commit
  12. 21 Oct, 2008 1 commit
  13. 17 Oct, 2008 1 commit
  14. 16 Oct, 2008 2 commits
  15. 15 Oct, 2008 5 commits
  16. 09 Oct, 2008 2 commits
  17. 08 Oct, 2008 5 commits
  18. 07 Oct, 2008 3 commits
  19. 01 Oct, 2008 1 commit
  20. 30 Sep, 2008 1 commit
    • 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
  21. 29 Sep, 2008 4 commits