1. 21 Dec, 2006 2 commits
    • Daniel Stenberg's avatar
      Robson Braga Araujo reported bug #1618359 · 89ab5f43
      Daniel Stenberg authored
      (http://curl.haxx.se/bug/view.cgi?id=1618359) and subsequently provided a
      patch for it: when downloading 2 zero byte files in a row, curl 7.16.0
      enters an infinite loop, while curl 7.16.1-20061218 does one additional
      unnecessary request.
      
      Fix: During the "Major overhaul introducing http pipelining support and
      shared connection cache within the multi handle." change, headerbytecount
      was moved to live in the Curl_transfer_keeper structure. But that structure
      is reset in the Transfer method, losing the information that we had about
      the header size. This patch moves it back to the connectdata struct.
      89ab5f43
    • Daniel Stenberg's avatar
      CURLOPT_CAPATH is OpenSSL-only · 439b84c7
      Daniel Stenberg authored
      439b84c7
  2. 19 Dec, 2006 2 commits
    • Daniel Stenberg's avatar
      * removed the SSH-based protocols as they are now being implemented · 0e899d77
      Daniel Stenberg authored
      * added mentioning of doing the stunnel equivalent ourselves for the test suite
      * spell-check
      0e899d77
    • Daniel Stenberg's avatar
      37. Having more than one connection to the same host when doing NTLM · 1a85fb2b
      Daniel Stenberg authored
        authentication (with performs multiple "passes" and authenticates a
        connection rather than a HTTP request), and particularly when using the
        multi interface, there's a risk that libcurl will re-use a wrong connection
        when doing the different passes in the NTLM negotiation and thus fail to
        negotiate (in seemingly mysterious ways).
      
      36. --limit-rate (CURLOPT_MAX_SEND_SPEED_LARGE and
        CURLOPT_MAX_RECV_SPEED_LARGE) are broken on Windows (since 7.16.0, but
        that's when they were introduced as previous to that the limiting logic was
        made in the application only and not in the library). This problem is easily
        repeated and it takes a Windows person to fire up his/hers debugger in order
        to fix. http://curl.haxx.se/bug/view.cgi?id=1603712
      1a85fb2b
  3. 16 Dec, 2006 3 commits
  4. 15 Dec, 2006 2 commits
  5. 14 Dec, 2006 2 commits
  6. 11 Dec, 2006 3 commits
  7. 07 Dec, 2006 1 commit
  8. 06 Dec, 2006 3 commits
  9. 05 Dec, 2006 13 commits
  10. 03 Dec, 2006 1 commit
  11. 01 Dec, 2006 2 commits
  12. 30 Nov, 2006 1 commit
  13. 29 Nov, 2006 2 commits
  14. 27 Nov, 2006 2 commits
  15. 25 Nov, 2006 1 commit