Commit History

Author SHA1 Message Date
  Dan Fandrich 6f3ef94836 Fixed another OOM problem, this time with test 64. 16 years ago
  Dan Fandrich d4b253ba3e Fixed an OOM handling problem that cause test 11 to fail the torture test. 16 years ago
  Daniel Stenberg 82412f218f Phil Blundell provided a fix for libcurl's treatment of unexpected 1xx 16 years ago
  Daniel Stenberg f7815fa93c - Bug report #1973352 (http://curl.haxx.se/bug/view.cgi?id=1973352) identified 16 years ago
  Daniel Stenberg 6d5cca5ed0 Removed an unused variable and one do-while loop that wasn't used either. 16 years ago
  Yang Tse 082237e2b5 fix compiler warning: enumerated type mixed with another type 16 years ago
  Daniel Stenberg 19da3606f9 minor spell and language fix of a comment 16 years ago
  Daniel Stenberg fc9e0d2249 - Ben Van Hof filed bug report #1945240: "libcurl sometimes sends body twice 16 years ago
  Daniel Stenberg 852989856d - To make it easier for applications that want lots of magic stuff done on 16 years ago
  Daniel Stenberg 95bd901efe - Fixed the problem with doing a zero byte SCP transfer, verified with test 16 years ago
  Daniel Stenberg 553ed99e3b Change the confusing two variables for the expect 100 continue stuff into 16 years ago
  Daniel Stenberg e9bb7b7712 - Zmey Petroff found a crash when libcurl accessed a NULL pointer, which 16 years ago
  Daniel Stenberg 55700cb01f - We no longer support setting the CURLOPT_URL option from inside a callback 16 years ago
  Daniel Stenberg b620e62f0f - Dmitry Kurochkin moved several struct fields from the connectdata struct to 16 years ago
  Daniel Stenberg b3de497d83 Dmitry Kurochkin worked a lot on improving the HTTP Pipelining support that 16 years ago
  Daniel Stenberg ed6466d176 Calls to Curl_failf() are not supposed to provide a trailing newline as the 16 years ago
  Daniel Stenberg 18faa50940 Georg Lippitsch brought CURLOPT_SEEKFUNCTION and CURLOPT_SEEKDATA to allow 16 years ago
  Daniel Stenberg bce5ae9a07 corrected comment 16 years ago
  Yang Tse 15f832d1c2 fix compiler warning 16 years ago
  Daniel Stenberg de23b98522 Introducing curl_easy_pause() and new magic return codes for both the read 16 years ago
  Daniel Stenberg 662bee7193 All static functions that were previously name Curl_* something no longer 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 4e731a0189 Make the Transfer() function return earlier without doing any initializations 17 years ago
  Daniel Stenberg ad6e28073c removed space after if and while before the parenthesis for better source code 17 years ago
  Patrick Monnerat a005243908 Fix dynamic CURLOPT_POSTFIELDS bug: back to static. 17 years ago
  Daniel Stenberg 119364741e known bug #46: chunked-encoded CONNECT responses from a http proxy now works. 17 years ago
  Dan Fandrich 16b95fc773 Enabled a few more gcc warnings with --enable-debug. Renamed a few 17 years ago
  Daniel Stenberg fd4cf78f36 Philip Langdale provided the new CURLOPT_POST301 option for 17 years ago
  Daniel Stenberg cc618e761c - Bug report #1792649 (http://curl.haxx.se/bug/view.cgi?id=1792649) pointed 17 years ago