Commit History

Author SHA1 Message Date
  Daniel Stenberg 2816902f0e Dmitry Kurochkin fixed pipelining over proxy using the multi interface 16 years ago
  Yang Tse 59e378f48f remove unnecessary typecasting of malloc() 16 years ago
  Yang Tse a622fd90b4 remove unnecessary typecasting of calloc() 16 years ago
  Daniel Stenberg 13dc82b9d4 - Constantine Sapuntzakis fixed a bug when doing proxy CONNECT with the multi 16 years ago
  Dan Fandrich e54209d643 Fixed an uninitialized variable in multi_runsingle() that could cause a 16 years ago
  Daniel Stenberg d09b6ecaa5 - Christopher Palow fixed a curl_multi_socket() issue which previous caused 16 years ago
  Daniel Stenberg 2597020d22 In checkPendPipeline() we can't be setting the TIMER_CONNECT correctly as that 16 years ago
  Daniel Stenberg ec4f6e93c2 - Emil Romanus found a problem and helped me repeat it. It occured when using 16 years ago
  Daniel Stenberg ae45a462e0 with pipelining disabled, the state should never be set to WAITDO but rather 16 years ago
  Daniel Stenberg 0510759bc4 - Stefan Krause reported a busy-looping case when using the multi interface 16 years ago
  Yang Tse eb68aa38e3 Christopher Palow provided the patch (edited by me) that introduces 16 years ago
  Daniel Stenberg 852989856d - To make it easier for applications that want lots of magic stuff done on 16 years ago
  Michal Marek 6f3166c15b - Added curl_easy_getinfo typechecker. 16 years ago
  Daniel Stenberg 55700cb01f - We no longer support setting the CURLOPT_URL option from inside a callback 16 years ago
  Daniel Stenberg 0e73361a06 added a comment about the ignoring of the Curl_done() return code 17 years ago
  Daniel Stenberg ffae4f6b48 - Dmitry Kurochkin cleaned up the pipelining code and removed the need for and 17 years ago
  Daniel Stenberg 87fdfe770d Dmitry Kurochkin: In "real world" testing I found more bugs in 17 years ago
  Daniel Stenberg 79cb74f03a Dmitry Kurochkin's pipelining close-down segfault fix 17 years ago
  Daniel Stenberg ef0ed9b720 Dmitry Kurochkin removed the cancelled state for pipelining, as we agreed 17 years ago
  Daniel Stenberg 62df0ff025 Lau Hang Kin found and fixed a problem with the multi interface when doing 17 years ago
  Daniel Stenberg ddaa78f08b Dmitry Kurochkin's additional pipelining bugfix 17 years ago
  Daniel Stenberg b3de497d83 Dmitry Kurochkin worked a lot on improving the HTTP Pipelining support that 17 years ago
  Daniel Stenberg de23b98522 Introducing curl_easy_pause() and new magic return codes for both the read 17 years ago
  Daniel Stenberg 13648f8ccd struct HandleData is now called struct SingleRequest, and is only for data that 17 years ago
  Daniel Stenberg 50feea3eef Rearranged code and changed Curl_readwrite_init() and Curl_pre_readwrite() into 17 years ago
  Daniel Stenberg ad6e28073c removed space after if and while before the parenthesis for better source code 17 years ago
  Daniel Stenberg 51009a40b4 make sure the code deals with failures on the DO_MORE state properly 17 years ago
  Dan Fandrich 16b95fc773 Enabled a few more gcc warnings with --enable-debug. Renamed a few 17 years ago
  Dan Fandrich 4f17c58315 Fixed an invalid returned error code added in my last submission. 17 years ago
  Dan Fandrich 5d4c981e13 Fixed a few compiler warnings. Try to do a slightly better job of 17 years ago