Skip to content
  1. Dec 22, 2006
  2. Dec 21, 2006
    • Daniel Stenberg's avatar
      minor indent fix · cb4a5f5a
      Daniel Stenberg authored
      cb4a5f5a
    • Daniel Stenberg's avatar
      removed unused variables · 1beb7de7
      Daniel Stenberg authored
      1beb7de7
    • 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
  3. Dec 16, 2006
  4. Dec 15, 2006
  5. Dec 11, 2006
  6. Dec 07, 2006
  7. Dec 06, 2006
    • Daniel Stenberg's avatar
      Sebastien Willemijns reported bug #1603712 · 840e796a
      Daniel Stenberg authored
      (http://curl.haxx.se/bug/view.cgi?id=1603712) which is about connections
      getting cut off prematurely when --limit-rate is used. While I found no such
      problems in my tests nor in my reading of the code, I found that the
      --limit-rate code was severly flawed (since it was moved into the lib, since
      7.15.5) when used with the easy interface and it didn't work as documented so
      I reworked it somewhat and now it works for my tests.
      840e796a
  8. Dec 05, 2006
  9. Dec 01, 2006
  10. Nov 27, 2006
  11. Nov 25, 2006
  12. Nov 24, 2006
  13. Nov 22, 2006
    • Yang Tse's avatar
      Added a check in configure that verifies if <signal.h> is available, · 73226415
      Yang Tse authored
      defining HAVE_SIGNAL_H if the header is available.
      
      Added a check in configure that tests if the sig_atomic_t type is
      available, defining HAVE_SIG_ATOMIC_T if it is available. Providing
      a suitable default in setup_once.h if not available.
      
      Added a check in configure that tests if the sig_atomic_t type is
      already defined as volatile, defining HAVE_SIG_ATOMIC_T_VOLATILE
      if it is available and already defined as volatile.
      73226415
  14. Nov 15, 2006
  15. Nov 14, 2006
  16. Nov 13, 2006
  17. Nov 11, 2006
  18. Nov 09, 2006
  19. Nov 08, 2006
  20. Nov 07, 2006
  21. Nov 06, 2006