Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-22 | Dan Fandrich corrected the error messages on "bad encoding". | Daniel Stenberg | |
2003-04-22 | Dan Fandrich's gzip bugfix | Daniel Stenberg | |
2003-04-22 | Dan Fandrich's fix | Daniel Stenberg | |
2003-04-22 | Peter Sylvester pointed out that curl_easy_setopt() will always (wrongly) | Daniel Stenberg | |
return CURLE_OK no matter what happens. | |||
2003-04-16 | two dashes is enough | Daniel Stenberg | |
2003-04-15 | typecast the setting of the size, as it might be an off_t which is bigger | Daniel Stenberg | |
than long and libcurl expects a long... | |||
2003-04-15 | If MALLOCDEBUG, include the lib's setup.h here so that the proper defines | Daniel Stenberg | |
are set before all system headers, as otherwise we get compiler warnings on my Solaris at least. | |||
2003-04-15 | include config.h before all system headers, so that _FILE_OFFSET_BITS and | Daniel Stenberg | |
similar is set properly by us first | |||
2003-04-15 | extended the -F section | Daniel Stenberg | |
2003-04-15 | treat uploaded .html files as text/html by default | Daniel Stenberg | |
2003-04-14 | return the same error for the sslv2 "certificate verify failed" code | Daniel Stenberg | |
2003-04-14 | new wording by Kevin Roth | Daniel Stenberg | |
2003-04-14 | ignore all stamp-h* | Daniel Stenberg | |
2003-04-14 | With the recent fix of libcurl, it shall now return CURLE_SSL_CACERT when | Daniel Stenberg | |
it had problems withe CA cert and thus we offer a huge blurb of verbose help to explain to the poor user why this happens. | |||
2003-04-14 | Restored the SSL error codes since they was broken in the 7.10.4 release, | Daniel Stenberg | |
also now attempt to detect and return the specific CACERT error code. | |||
2003-04-14 | FTP CWD response fixed | Daniel Stenberg | |
gzip content-encoding added chunked content-encoding fixed | |||
2003-04-11 | clarified the CURLINFO_SIZE_DOWNLOAD somewhat on Juan F. Codagnone's | Daniel Stenberg | |
suggestion | |||
2003-04-11 | Nic fixed so that Curl_client_write() must not be called with 0 lenth data. | Daniel Stenberg | |
I edited somewhat and removed trailing whitespaces. | |||
2003-04-11 | Nic Hines fixed this bug when deflate or gzip contents were downloaded using | Daniel Stenberg | |
chunked encoding. | |||
2003-04-11 | ah, move the zero byte too or havoc will occur | Daniel Stenberg | |
2003-04-11 | verify the new url parser fix | Daniel Stenberg | |
2003-04-11 | support ? as separator instead of / even if not protocol was given | Daniel Stenberg | |
2003-04-11 | these guys deserve a mentioning here as well | Daniel Stenberg | |
2003-04-11 | Dan the man on the list | Daniel Stenberg | |
2003-04-11 | Dan Fandrich's added gzip support documented. | Daniel Stenberg | |
2003-04-11 | Dan Fandrich's gzip patch applied | Daniel Stenberg | |
2003-04-11 | when saving a cookie jar fails, you don't get an error code or anything, | Daniel Stenberg | |
just a warning in the verbose output stream | |||
2003-04-11 | According to RFC959, CWD is supposed to return 250 on success, but | Daniel Stenberg | |
there seem to be non-compliant FTP servers out there that return 200, so we accept any '2xy' response now. | |||
2003-04-11 | show a verbose warning message in case cookie-saving fails, after | Daniel Stenberg | |
Ralph Mitchell's notification. | |||
2003-04-10 | new ftp tests | Daniel Stenberg | |
2003-04-10 | another week has passed | Daniel Stenberg | |
2003-04-10 | Vlad Krupin's URL parsing patch to fix the URL parsing when the URL has no | Daniel Stenberg | |
slash after the host name, but still a ? and following "parameters". | |||
2003-04-09 | oops, committed test code not meant to be here | Daniel Stenberg | |
2003-04-09 | the default debugfunction shows incoming headers as well | Daniel Stenberg | |
2003-04-09 | timecond support added | Daniel Stenberg | |
made the Last-Modified (faked) header look correct using GMT always | |||
2003-04-09 | three new ftp tests | Daniel Stenberg | |
2003-04-09 | <mdtm> added | Daniel Stenberg | |
2003-04-09 | MDTM support added | Daniel Stenberg | |
2003-04-08 | James Bursa fixed a flaw in the content-type extracting code that could | Daniel Stenberg | |
miss the first letter | |||
2003-04-08 | share.c added | Daniel Stenberg | |
2003-04-07 | --disable-eprt perhaps? | Daniel Stenberg | |
2003-04-06 | Ryan Weaver's fix to prevent the ca bundle to get installed even when | Daniel Stenberg | |
building curl without SSL support! | |||
2003-04-04 | adjusted the formpost testcases to the new boundary string construction | Daniel Stenberg | |
2003-04-04 | Changed how boundary strings are generated. This new way uses 28 dashes | Daniel Stenberg | |
and 12 following hexadecimal letters, which seems to be what IE uses. This makes curl work smoother with more stupidly written server apps. Worked this out together with Martijn Broenland. | |||
2003-04-03 | spell fix | Daniel Stenberg | |
2003-04-03 | kill a compiler warning on cygwin | Daniel Stenberg | |
2003-04-03 | Added log output for when the writing of the input HTTP request is successful | Daniel Stenberg | |
or unsuccessful. Used to track down the recent cygwin test suite problems. | |||
2003-04-03 | Modified how we log data to server.input, as we can't keep the file open | Daniel Stenberg | |
very much as it makes it troublesome on certain operating systems. | |||
2003-04-03 | new | Daniel Stenberg | |
2003-04-02 | 7.10.4 commit | Daniel Stenberg | |