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