0b2b7439 | 29-Jan-2004 |
Daniel Stenberg |
include the new README.cares |
edcd1981 | 29-Jan-2004 |
Daniel Stenberg |
point out that this is a forked project, all c-ares specific stuff is now in README.cares |
ada9a9f4 | 29-Jan-2004 |
Daniel Stenberg |
c-ares specific README, leaving most of the original README as-is |
1c0e4f11 | 29-Jan-2004 |
Daniel Stenberg |
cut off the initial blurb, moved that to README.cares |
663d2080 | 29-Jan-2004 |
Daniel Stenberg |
Dirk Manske fixed a flaw in the setting of the socket to non-blocking |
e5641a33 | 29-Jan-2004 |
Daniel Stenberg |
updates |
9b24c9a7 | 29-Jan-2004 |
Daniel Stenberg |
adjusted to the corrected chunked transfer-encoding extra trailing CRLF |
99b96d54 | 29-Jan-2004 |
Daniel Stenberg |
verify that buildconf ran fine to allow it to continue |
cf7817eb | 28-Jan-2004 |
Daniel Stenberg |
upload with chunked transfer encoding is now fixed |
9bca9681 | 28-Jan-2004 |
Daniel Stenberg |
Gisle has eyes, I don't |
958987c2 | 28-Jan-2004 |
Daniel Stenberg |
Chunked-transfers should have an additional CRLF after the final 0 CRLF sequence. |
ed75842d | 28-Jan-2004 |
Daniel Stenberg |
added the extra newline that this needs to succeed |
f35398e4 | 27-Jan-2004 |
Daniel Stenberg |
send a connection: close in the initial reply to see if things differ |
3b39cee7 | 27-Jan-2004 |
Daniel Stenberg |
number two is fixed! |
dc932f73 | 27-Jan-2004 |
Daniel Stenberg |
CONNECT response headers are now passed back as "regular" headers |
7d156511 | 27-Jan-2004 |
Daniel Stenberg |
don't advance the line pointer if it already points to the null terminator |
e0960727 | 27-Jan-2004 |
Daniel Stenberg |
very big transfers now get nicer progress displayed after 9999 megabytes have been transfered! |
5d947e97 | 27-Jan-2004 |
Daniel Stenberg |
display OK if it runs OK |
2465ff99 | 26-Jan-2004 |
Daniel Stenberg |
when saving in a cookie jar fails, include the file name in the error message to make it easier to track down |
d10a941d | 26-Jan-2004 |
Daniel Stenberg |
Removed two redundant #include files in the djgpp section. They're already included. (a Dan Fandrich fix) |
5a58d519 | 23-Jan-2004 |
Daniel Stenberg |
the *_LARGE options work fine on windows in 7.11.1 |
142f4058 | 23-Jan-2004 |
Daniel Stenberg |
things continue to happen |
42274074 | 23-Jan-2004 |
Daniel Stenberg |
Use Curl_strtoll() if needed. This is not a library call, this is just the same code as the library uses for its internal function. Thus the captical C in the beginning. |
6e29f5d1 | 23-Jan-2004 |
Daniel Stenberg |
use the Curl_strtoll() source code from the lib code |
334c3df0 | 23-Jan-2004 |
Daniel Stenberg |
Proxy username and password on persistant connections could easily get messed up. Vincent Bronner detected this. |