Commit History

Author SHA1 Message Date
  Daniel Stenberg 28b932fb4e - Shmulik Regev fixed so that the final CRLF of HTTP response headers are sent 17 years ago
  Yang Tse e213555c98 compiler warning fix 17 years ago
  Daniel Stenberg 91386937ff - Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MS 17 years ago
  Dan Fandrich e6aed92742 Fixed compiler warning. 17 years ago
  Daniel Stenberg 3239f059b8 moved the SSL pending function to the proper place and name 17 years ago
  Daniel Stenberg 385e612fa5 - Armel Asselin improved libcurl to behave a lot better when an easy handle 17 years ago
  Daniel Stenberg 0fb5a65a58 - David McCreedy provided libcurl changes for doing HTTP communication on 17 years ago
  Daniel Stenberg 869d65337e fixed bad variable use when getting the size which we should read when 17 years ago
  Daniel Stenberg 1beb7de7e0 removed unused variables 18 years ago
  Daniel Stenberg 89ab5f4380 Robson Braga Araujo reported bug #1618359 18 years ago
  Daniel Stenberg ca48b6bf35 fixed the printf formatting after I changed the type of 'excess' 18 years ago
  Daniel Stenberg 840e796aa9 Sebastien Willemijns reported bug #1603712 18 years ago
  Daniel Stenberg 5fd096da8d Stefan Krause pointed out a compiler warning with a picky MSCV compiler when 18 years ago
  Daniel Stenberg d8c61d459e Toon Verwaest reported that there are servers that send the Content-Range: 18 years ago
  Daniel Stenberg 688699a046 no need to access it with conn->data since data is already a local variable 18 years ago
  Daniel Stenberg da58d03ff7 Venkat Akella found out that libcurl did not like HTTP responses that simply 18 years ago
  Daniel Stenberg 9ea3831c08 James Housley fixed SCP downloading by setting the maxdownload. 18 years ago
  Daniel Stenberg cde5e35d9b Fixed CURLOPT_FAILONERROR to return CURLE_HTTP_RETURNED_ERROR even for the 18 years ago
  Daniel Stenberg e1edd41e1b Ravi Pratap provided a major update with pipelining fixes. We also no longer 18 years ago
  Yang Tse 316a9f6480 Compiler warning fix 18 years ago
  Daniel Stenberg 44d84ac164 Avoid typecasting a signed char to an int when using is*() functions, as that 18 years ago
  Yang Tse ec956b0334 Explicit typecast for Curl_debug() size argument 18 years ago
  Yang Tse e150150d9f Remove redundant __CYGWIN__ symbol check 18 years ago
  Daniel Stenberg 5e0d9aea32 Support for FTP third party transfers is now dropped 18 years ago
  Yang Tse c30e908034 Compiler warning fix 18 years ago
  Daniel Stenberg b7eeb6e67f Major overhaul introducing http pipelining support and shared connection 18 years ago
  Gisle Vanem 4f4277d9c7 Simplified #ifdef on WIN32; the statement 18 years ago
  Gisle Vanem c7aae10300 Removed "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME_H" instead. 18 years ago
  Gisle Vanem 59cf6fd4f0 Watcom lacks <sys/time.h>. 18 years ago
  Daniel Stenberg bdbd0cf27a David McCreedy fixed a remaining mistake from the August 19 TYPE change. 18 years ago