Daniel Stenberg
|
9b2cce236f
- Based on patch provided by Jacob Moshenko, the transfer logic now properly
|
14 years ago |
Yang Tse
|
7aef172a34
|
14 years ago |
Yang Tse
|
f6d288a397
|
14 years ago |
Yang Tse
|
d1717e7c90
|
14 years ago |
Yang Tse
|
fce02e1cab
|
15 years ago |
Yang Tse
|
d65cf7889b
|
15 years ago |
Yang Tse
|
3e21f1e971
|
15 years ago |
Yang Tse
|
2f3bce1193
|
15 years ago |
Yang Tse
|
4bb80cfd75
|
15 years ago |
Daniel Stenberg
|
099eed7bf1
wrap long lines, remove (very old) attribution from code
|
15 years ago |
Daniel Stenberg
|
bc4582b68a
Chris Conroy brought support for RTSP transfers, and with it comes 8(!) new
|
15 years ago |
Daniel Stenberg
|
8524c04ca9
removed a parameter from the Curl_http_readwrite_headers() prototype to remove
|
15 years ago |
Daniel Stenberg
|
a1311e5a24
moved the SMTP payload escape function into Curl_smtp_escape_eob and put
|
15 years ago |
Daniel Stenberg
|
5e6ffe353a
(SMTP) support DATA better in the server and make sure to "escape" CRLF.CRLF
|
15 years ago |
Daniel Stenberg
|
1e9a946e6d
move HTTP-specific functions to http.c where they belong
|
15 years ago |
Daniel Stenberg
|
ec3bb8f727
introducing IMAP, POP3 and SMTP support (still lots of polish left to do)
|
15 years ago |
Yang Tse
|
463d2d395c
Prevent rewinding unless pipelining.
|
15 years ago |
Yang Tse
|
011a2818db
Add missing variable initialization
|
15 years ago |
Kamil Dudka
|
571309dc3e
- libcurl-NSS now tries to reconnect with TLS disabled in case it detects
|
15 years ago |
Daniel Stenberg
|
0ea6abe7df
tiny indent fix
|
15 years ago |
Daniel Stenberg
|
8646cecb78
- I introduced a maximum limit for received HTTP headers. It is controlled by
|
15 years ago |
Daniel Stenberg
|
867a0de670
unify two very similar code sections into one single function, header_append()
|
15 years ago |
Kamil Dudka
|
66fcebdc9e
- Implemented a protocol independent way to specify blocking direction, used by
|
15 years ago |
Daniel Stenberg
|
8b5102ca83
- Andre Guibert de Bruet pointed out a missing return code check for a
|
15 years ago |
Daniel Stenberg
|
1048043963
- Lots of good work by Krister Johansen, mostly related to pipelining:
|
15 years ago |
Gunter Knauf
|
d7f33b7e4e
added a cast to silent compiler warning with 64bit systems.
|
15 years ago |
Yang Tse
|
2c16681225
Adjusted to take in account that...
|
15 years ago |
Yang Tse
|
348ffbc47e
fix compiler warning: variable was set but never used
|
15 years ago |
Daniel Stenberg
|
3aa3d7e629
Internal cleanup: KEEP_WRITE and KEEP_READ are now called KEEP_SEND and
|
15 years ago |
Yang Tse
|
ac9d92587e
Fix an issue, affecting FTP transfers, introduced with the transfer.c patch committed May 4.
|
15 years ago |