Daniel Stenberg
|
06984df5cb
Make the Content-Length info override the Connection: close header, so that
|
21 years ago |
Daniel Stenberg
|
4eb2a6c9a3
make a more descriptive error message when CURLE_HTTP_RETURNED_ERROR is
|
21 years ago |
Daniel Stenberg
|
b2ef79ef3d
Rudy Koento's problem fixed, test case 66 verifies this.
|
21 years ago |
Daniel Stenberg
|
a39d77227f
Better Digest stuff
|
21 years ago |
Daniel Stenberg
|
334d78cd18
Initial Digest support. At least partly working.
|
21 years ago |
Daniel Stenberg
|
c0197f19cf
Dan Fandrich changed CURLOPT_ENCODING to select all supported encodings if
|
21 years ago |
Daniel Stenberg
|
9371aed46c
avoid the write loop
|
21 years ago |
Daniel Stenberg
|
19a4314e7f
corrected a comment about gzip not being supported
|
21 years ago |
Daniel Stenberg
|
3fb257c39c
modified to the new cookie function proto
|
21 years ago |
Daniel Stenberg
|
a84b0fbd52
Dan Fandrich corrected the error messages on "bad encoding".
|
21 years ago |
Daniel Stenberg
|
019c4088cf
Dan Fandrich's gzip patch applied
|
21 years ago |
Daniel Stenberg
|
1a2db0dfb1
James Bursa fixed a flaw in the content-type extracting code that could
|
21 years ago |
Daniel Stenberg
|
5ddc260fc2
No longer loop to read multiple times before returning back from the transfer
|
22 years ago |
Daniel Stenberg
|
a6206a3aef
Fixes to bring back the the "Expect: 100-continue" functionality. If the
|
22 years ago |
Daniel Stenberg
|
b0b50bd12a
typecast the argument to isspace() to an int to prevent warnings on some
|
22 years ago |
Daniel Stenberg
|
169b2eeb94
Fixes bug #669059. We now extract the Content-Type better and more accurate.
|
22 years ago |
Daniel Stenberg
|
30a46e1135
John McGowan found a problem where the DEBUGFUNCTION was called with bad
|
22 years ago |
Daniel Stenberg
|
a7c72b7abf
removed the local variables for emacs and vim, use the new sample.emacs
|
22 years ago |
Daniel Stenberg
|
2b054e5309
Bertrand Demiddelaer found and fixed this memory leak.
|
22 years ago |
Daniel Stenberg
|
dee3163d95
when a chunked error is noticed, store the error number in the error string
|
22 years ago |
Daniel Stenberg
|
5a83976c99
Markus F.X.J. Oberhumer's patch that reduces memory usage quite a bit by
|
22 years ago |
Daniel Stenberg
|
f26a338a54
copyright year update in the source header
|
22 years ago |
Daniel Stenberg
|
63667dfd96
no TABs in source code
|
22 years ago |
Daniel Stenberg
|
ec24efda74
Simon Liu's HTTP200ALIASES-patch!
|
22 years ago |
Daniel Stenberg
|
efbe930a69
CURLE_HTTP_NOT_FOUND => CURLE_HTTP_RETURNED_ERROR
|
22 years ago |
Daniel Stenberg
|
db6ff224f8
The initial HTTP request can now be sent in multiple parts, as part of the
|
22 years ago |
Daniel Stenberg
|
4bcc866c52
The fread() callback pointer and associated pointer is now stored in the
|
22 years ago |
Daniel Stenberg
|
f6cdb820af
read and write as much as possible until end of data or EWOULDBLOCK before
|
22 years ago |
Daniel Stenberg
|
1c49a00d64
compareheader() was moved over to http.c and got a Curl_ prefix
|
22 years ago |
Daniel Stenberg
|
42acb00c81
moved the bools in the connectdata struct into the substruct named
|
22 years ago |