ecba1131 | 03-May-2001 |
Daniel Stenberg |
Cris changes |
350c536f | 03-May-2001 |
Daniel Stenberg |
Cris Bailiff's fix to disable chunked transfers on re-used persistent connections. |
a33eb988 | 03-May-2001 |
Daniel Stenberg |
Cris Bailiff's fix to never attempt to get the body of a 304-reply! |
bbe8aa07 | 03-May-2001 |
Daniel Stenberg |
buildconf added, Sterling Hughes added that file |
14521b41 | 03-May-2001 |
Daniel Stenberg |
useful script to run after updating from CVS |
73982c65 | 03-May-2001 |
Daniel Stenberg |
fixed the EXTRA_DIST line |
2eb94acb | 27-Apr-2001 |
Daniel Stenberg |
When Content-Length:0 is received, we now bail now and return success directly after all the headers are received! |
6a80fb34 | 27-Apr-2001 |
Daniel Stenberg |
bugs, fixes and updates |
26d4c800 | 27-Apr-2001 |
Daniel Stenberg |
clarified and updated |
3974f30e | 27-Apr-2001 |
Daniel Stenberg |
improved treatment of "Content-Length: 0", which is done by having maxdownload set to -1 when not used |
44c246db | 27-Apr-2001 |
Daniel Stenberg |
new |
ef07903a | 26-Apr-2001 |
Daniel Stenberg |
Curl_GetFTPResponse() is rewritten to read all incoming data in large chunks, which makes it a lot faster and will make ftps work better... |
a7dc4599 | 26-Apr-2001 |
Daniel Stenberg |
split curl and libcurl into two strings in the initial display |
583c2e2f | 25-Apr-2001 |
Daniel Stenberg |
connection re-using didn't work on non-default ports when not using proxy until now |
90cce2ae | 24-Apr-2001 |
Daniel Stenberg |
added some verbose summary output stuff |
775dc07e | 24-Apr-2001 |
Daniel Stenberg |
no name no test |
a652db18 | 24-Apr-2001 |
Daniel Stenberg |
include debugmem for memory leak detection |
48f3feed | 24-Apr-2001 |
Daniel Stenberg |
SSL based tests |
4ddb3fbb | 24-Apr-2001 |
Daniel Stenberg |
new tests, new server invoke system |
cc872ebc | 24-Apr-2001 |
Daniel Stenberg |
fixed |
ba460068 | 24-Apr-2001 |
Daniel Stenberg |
stunnel and diff are added requirements |
0b7e0638 | 24-Apr-2001 |
Daniel Stenberg |
on albert chin's comment I remade the fix to set '\0' instead of 0 since they're chars |
be49b019 | 23-Apr-2001 |
Daniel Stenberg |
libcurl.5 replaces LIBCURL as main libcurl overview document |
8d0c1d54 | 23-Apr-2001 |
Daniel Stenberg |
minor rephrasing |
2769a9ab | 23-Apr-2001 |
Daniel Stenberg |
form post, not just form |