Daniel Stenberg
|
3a499099af
- Test cases 1051, 1052 and 1055 were added by Daniel Fandrich on July 30 and
|
vor 16 Jahren |
Dan Fandrich
|
3615063fbc
Added more code under #ifndef CURL_DISABLE_HTTP to fix builds with
|
vor 16 Jahren |
Dan Fandrich
|
cc0285da7f
Factored out Curl_copy_header_value
|
vor 16 Jahren |
Daniel Stenberg
|
a96784b98e
- David Bau filed bug report #2026240 "CURL_READFUNC_PAUSE leads to buffer
|
vor 16 Jahren |
Dan Fandrich
|
6f3ef94836
Fixed another OOM problem, this time with test 64.
|
vor 16 Jahren |
Dan Fandrich
|
d4b253ba3e
Fixed an OOM handling problem that cause test 11 to fail the torture test.
|
vor 16 Jahren |
Daniel Stenberg
|
82412f218f
Phil Blundell provided a fix for libcurl's treatment of unexpected 1xx
|
vor 16 Jahren |
Daniel Stenberg
|
f7815fa93c
- Bug report #1973352 (http://curl.haxx.se/bug/view.cgi?id=1973352) identified
|
vor 16 Jahren |
Daniel Stenberg
|
6d5cca5ed0
Removed an unused variable and one do-while loop that wasn't used either.
|
vor 16 Jahren |
Yang Tse
|
082237e2b5
fix compiler warning: enumerated type mixed with another type
|
vor 16 Jahren |
Daniel Stenberg
|
19da3606f9
minor spell and language fix of a comment
|
vor 16 Jahren |
Daniel Stenberg
|
fc9e0d2249
- Ben Van Hof filed bug report #1945240: "libcurl sometimes sends body twice
|
vor 16 Jahren |
Daniel Stenberg
|
852989856d
- To make it easier for applications that want lots of magic stuff done on
|
vor 16 Jahren |
Daniel Stenberg
|
95bd901efe
- Fixed the problem with doing a zero byte SCP transfer, verified with test
|
vor 16 Jahren |
Daniel Stenberg
|
553ed99e3b
Change the confusing two variables for the expect 100 continue stuff into
|
vor 16 Jahren |
Daniel Stenberg
|
e9bb7b7712
- Zmey Petroff found a crash when libcurl accessed a NULL pointer, which
|
vor 16 Jahren |
Daniel Stenberg
|
55700cb01f
- We no longer support setting the CURLOPT_URL option from inside a callback
|
vor 16 Jahren |
Daniel Stenberg
|
b620e62f0f
- Dmitry Kurochkin moved several struct fields from the connectdata struct to
|
vor 17 Jahren |
Daniel Stenberg
|
b3de497d83
Dmitry Kurochkin worked a lot on improving the HTTP Pipelining support that
|
vor 17 Jahren |
Daniel Stenberg
|
ed6466d176
Calls to Curl_failf() are not supposed to provide a trailing newline as the
|
vor 17 Jahren |
Daniel Stenberg
|
18faa50940
Georg Lippitsch brought CURLOPT_SEEKFUNCTION and CURLOPT_SEEKDATA to allow
|
vor 17 Jahren |
Daniel Stenberg
|
bce5ae9a07
corrected comment
|
vor 17 Jahren |
Yang Tse
|
15f832d1c2
fix compiler warning
|
vor 17 Jahren |
Daniel Stenberg
|
de23b98522
Introducing curl_easy_pause() and new magic return codes for both the read
|
vor 17 Jahren |
Daniel Stenberg
|
662bee7193
All static functions that were previously name Curl_* something no longer
|
vor 17 Jahren |
Daniel Stenberg
|
13648f8ccd
struct HandleData is now called struct SingleRequest, and is only for data that
|
vor 17 Jahren |
Daniel Stenberg
|
50feea3eef
Rearranged code and changed Curl_readwrite_init() and Curl_pre_readwrite() into
|
vor 17 Jahren |
Daniel Stenberg
|
4e731a0189
Make the Transfer() function return earlier without doing any initializations
|
vor 17 Jahren |
Daniel Stenberg
|
ad6e28073c
removed space after if and while before the parenthesis for better source code
|
vor 17 Jahren |
Patrick Monnerat
|
a005243908
Fix dynamic CURLOPT_POSTFIELDS bug: back to static.
|
vor 17 Jahren |