Daniel Stenberg
|
c828646f60
CURL_DOES_CONVERSIONS: cleanup
|
13 years ago |
Daniel Stenberg
|
2db6f7e703
TE: rename struct field content_encoding
|
13 years ago |
Daniel Stenberg
|
09a2d93a0f
http_chunks: remove debug output
|
14 years ago |
Daniel Stenberg
|
6b6a3bcb61
http: handle trailer headers in all chunked responses
|
14 years ago |
Daniel Stenberg
|
2309b4e330
remove the CVSish $Id$ lines
|
14 years ago |
Daniel Stenberg
|
03a57308b9
- Pat Ray in bug #2958474 pointed out an off-by-one case when receiving a
|
14 years ago |
Daniel Stenberg
|
352177090f
- Fabian Keil ran clang on the (lib)curl code, found a bunch of warnings and
|
15 years ago |
Yang Tse
|
33a3753c3f
libcurl's memory.h renamed to curl_memory.h
|
15 years ago |
Yang Tse
|
6ea91af2f8
fix compiler warning
|
16 years ago |
Dan Fandrich
|
79fc481a2b
Split off Curl_isxdigit function
|
16 years ago |
Yang Tse
|
59e378f48f
remove unnecessary typecasting of malloc()
|
16 years ago |
Yang Tse
|
861b647e7b
remove unnecessary typecasting of realloc()
|
16 years ago |
Daniel Stenberg
|
b620e62f0f
- Dmitry Kurochkin moved several struct fields from the connectdata struct to
|
17 years ago |
Daniel Stenberg
|
d9023c16ab
- I fixed two cases of missing return code checks when handling chunked
|
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
|
cbd1a77ec2
if () => if()
|
17 years ago |
Daniel Stenberg
|
119364741e
known bug #46: chunked-encoded CONNECT responses from a http proxy now works.
|
17 years ago |
Daniel Stenberg
|
5119fb16d6
Shmulik Regev:
|
17 years ago |
Yang Tse
|
8e27ed2fdd
Fix compiler warning "statement is unreachable"
|
17 years ago |
Daniel Stenberg
|
f19d333ef6
- Ravi Pratap provided work on libcurl making pipelining more robust and
|
17 years ago |
Daniel Stenberg
|
28b932fb4e
- Shmulik Regev fixed so that the final CRLF of HTTP response headers are sent
|
18 years ago |
Daniel Stenberg
|
8cade952bf
David McCreedy fixed a flaw from his previous non-ascii HTTP patch
|
18 years ago |
Daniel Stenberg
|
0fb5a65a58
- David McCreedy provided libcurl changes for doing HTTP communication on
|
18 years ago |
Daniel Stenberg
|
44d84ac164
Avoid typecasting a signed char to an int when using is*() functions, as that
|
18 years ago |
Daniel Stenberg
|
b7eeb6e67f
Major overhaul introducing http pipelining support and shared connection
|
18 years ago |
Daniel Stenberg
|
cfdcae4bc7
Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPE
|
18 years ago |
Daniel Stenberg
|
465e19dbe9
Adrian Schuur added trailer support in the chunked encoding stream. The
|
19 years ago |
Daniel Stenberg
|
ab4086bc24
Updated the copyright year since changes have been this year.
|
19 years ago |
Daniel Stenberg
|
750e771376
killed trailing whitespace
|
19 years ago |