Yang Tse
|
861b647e7b
remove unnecessary typecasting of realloc()
|
16 years ago |
Dan Fandrich
|
91ff938035
Improved the logic the decides whether to use HTTP 1.1 features or not in a
|
16 years ago |
Dan Fandrich
|
934708d950
Made some variables const which eliminated some casts
|
16 years ago |
Yang Tse
|
ac18b471d2
libcurl internal base64.h header file renamed to curl_base64.h
|
16 years ago |
Yang Tse
|
ad638da2c2
Library internal only C preprocessor macros FORMAT_OFF_T and FORMAT_OFF_TU
|
16 years ago |
Yang Tse
|
66fb9ca5f6
For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros,
|
16 years ago |
Dan Fandrich
|
7eab7fa353
Fixed a buffer overflow problem in Curl_proxyCONNECT that could occur
|
16 years ago |
Daniel Stenberg
|
b0685b3576
remove debug code I accidentally left in here
|
16 years ago |
Daniel Stenberg
|
ed50e3f1b4
- Yehoshua Hershberg found a problem that would make libcurl re-use a
|
16 years ago |
Daniel Stenberg
|
3a499099af
- Test cases 1051, 1052 and 1055 were added by Daniel Fandrich on July 30 and
|
16 years ago |
Daniel Stenberg
|
8d012181b0
- Test case 1041 (added by Daniel Fandrich April 14th) proved a bug where PUT
|
16 years ago |
Dan Fandrich
|
cc0285da7f
Factored out Curl_copy_header_value
|
16 years ago |
Daniel Stenberg
|
82412f218f
Phil Blundell provided a fix for libcurl's treatment of unexpected 1xx
|
16 years ago |
Daniel Stenberg
|
d92945bb8a
- Eduard Bloch filed the debian bug report #487567
|
16 years ago |
Daniel Stenberg
|
3cb0dd6685
when the multi handle was in DO and DOING states, the HTTP and HTTPS protocol
|
16 years ago |
Daniel Stenberg
|
21a0f09081
Added comments, check Curl_http_auth_act()'s return code and added a check
|
16 years ago |
Dan Fandrich
|
09777a4fc2
Some trivial changes
|
16 years ago |
Daniel Stenberg
|
f1c69192da
expanded a comment around some of the new formpost callback usage
|
16 years ago |
Daniel Stenberg
|
a2314225e0
- Added CURLFORM_STREAM as a supported option to curl_formadd() to allow an
|
16 years ago |
Daniel Stenberg
|
b425e851fb
- As found out and reported by Dan Petitt, libcurl didn't show progress/call
|
16 years ago |
Daniel Stenberg
|
590f0358d8
- Anatoli Tubman found and fixed a crash with Negotiate authentication used on
|
16 years ago |
Daniel Stenberg
|
0d722204c3
https_getsock() should be static all over (and did some fixed indenting)
|
16 years ago |
Daniel Stenberg
|
ba3e7a8656
rephrased comment
|
16 years ago |
Daniel Stenberg
|
4180ca7638
don't do the GOT_NOTHING error check if the DONE function was called with
|
16 years ago |
Daniel Stenberg
|
d25aab2704
- Pooyan McSporran found and fixed a flaw where you first would do a normal
|
16 years ago |
Daniel Stenberg
|
b620e62f0f
- Dmitry Kurochkin moved several struct fields from the connectdata struct to
|
17 years ago |
Daniel Stenberg
|
c6df788866
- Kevin Reed filed bug report #1879375
|
17 years ago |
Daniel Stenberg
|
c914e6ea5d
"Igor" pointed out that CURLOPT_COOKIELIST set to "ALL" leaked memory, and so
|
17 years ago |
Daniel Stenberg
|
53108806af
Joe Malicki filed bug report #1871269
|
17 years ago |
Daniel Stenberg
|
18faa50940
Georg Lippitsch brought CURLOPT_SEEKFUNCTION and CURLOPT_SEEKDATA to allow
|
17 years ago |