Skip to content
  1. Dec 04, 2008
  2. Dec 03, 2008
  3. Nov 25, 2008
  4. Nov 24, 2008
    • Daniel Stenberg's avatar
      - Based on a patch by Vlad Grachov, libcurl now uses a new libssh2 0.19 · 53a8a6e5
      Daniel Stenberg authored
        function when built to support SCP and SFTP that helps the library to know
        in which direction a particular libssh2 operation would return EAGAIN so
        that libcurl knows what socket conditions to wait for before trying the
        function call again. Previously (and still when using libssh2 0.18 or
        earlier), libcurl will busy-loop in this situation when the easy interface
        is used!
      53a8a6e5
  5. Nov 21, 2008
  6. Nov 19, 2008
  7. Nov 17, 2008
  8. Nov 16, 2008
  9. Nov 15, 2008
  10. Nov 14, 2008
  11. Nov 13, 2008
  12. 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
  13. Nov 07, 2008
  14. Nov 06, 2008
  15. Nov 05, 2008
  16. Nov 04, 2008
  17. Nov 03, 2008
  18. Nov 01, 2008
  19. Oct 29, 2008
  20. Oct 28, 2008
    • 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
  21. Oct 25, 2008
  22. Oct 21, 2008
  23. Oct 17, 2008
  24. Oct 16, 2008
  25. Oct 15, 2008