Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-08 | based on Jacky Lam's "HTTP 1.0 304-only" fix, this change makes a 304 reply | Daniel Stenberg | |
always stop reading after the headers no matter what 'close' is. | |||
2002-04-04 | T. Bharath pointed out the flaw in ConnectionExists() for how we didn't | Daniel Stenberg | |
check proxy connections for "deadness" before they were re-used | |||
2002-04-04 | Fixes the problem Jacky Jam pointed out, where libcurl will "hang" for an | Daniel Stenberg | |
extra second after having downloaded headers-only | |||
2002-04-04 | This corrects VERBOSE PASV ftp transfers on AIX (and OSF1/Tru64) | Daniel Stenberg | |
Gerhard Herre reported this in bug report #536238 | |||
2002-04-03 | Tor Arntsen's fix for "CGI_Lite" compliance! | Daniel Stenberg | |
2002-04-02 | Clarence Gardner pointed out the not-taken-care-of return codes from SSL_read | Daniel Stenberg | |
2002-04-02 | Jacky Lam added memdebug.h include to prevent crashes when that is used | Daniel Stenberg | |
2002-03-25 | Jacky Lam cookie parser fix for domains with preceeding dot | Daniel Stenberg | |
2002-03-23 | Miklos Nemeth's update | Daniel Stenberg | |
2002-03-20 | no longer include "multi.h", it comes with the regular curl/curl.h now | Daniel Stenberg | |
2002-03-20 | crlf replacement on uploads did not work. test case 128 was added just now | Daniel Stenberg | |
to make sure it remains functional. | |||
2002-03-20 | verbose FTP PASV output could output a "random" name from the stack based | Daniel Stenberg | |
array Also, uploading data with --crlf cannot check that the proper size was uploaded and thus should not warn if the sizes differ. This can be changed in the future by having the expected size in the connectdata struct and then increase the expected size for each byte that is added in the --crlf replacement process. | |||
2002-03-19 | removed multi.h | Daniel Stenberg | |
2002-03-19 | moved to ../include/curl/ | Daniel Stenberg | |
2002-03-19 | copyright string (year) update | Daniel Stenberg | |
2002-03-19 | made it pass stricter compiler flags with less warnings | Daniel Stenberg | |
2002-03-16 | verbose PASV transfers passed a bad buffer size to the name resolver functions | Daniel Stenberg | |
and it cause cause a crash. Albert Choy found and fixed it. | |||
2002-03-15 | corrected SSL builds | Daniel Stenberg | |
2002-03-15 | make sure we return CURLE_WRITE_ERROR if the write callback returned | Daniel Stenberg | |
an error, even if we were decoding a chunked-encoded transfer | |||
2002-03-15 | Jun-ichiro itojun Hagino <itojun@itojun.org>: | Daniel Stenberg | |
Now first check if IPv6 is supported, then use PF_UNSPEC. If not, use PF_INET. It'll solve both the "slow name lookup" problem on IPv4 and still work fine on IPv6 hosts. Bug report #530204 has more details: http://sourceforge.net/tracker/?func=detail&atid=100976&aid=530204&group_id=976 | |||
2002-03-15 | bug report #530204 correctly identified that revision 1.52 broke ipv6 | Daniel Stenberg | |
functionality and this change reverts this. However, with this revert we bring back problems on (some/all?) non-IPv6 enabled Linux machines that have getaddrinfo(). | |||
2002-03-14 | if CURLOPT_POSTFIELDS isn't set, but CURLOPT_POST is, we will assume that | Daniel Stenberg | |
we should read the POST-data from the read callback | |||
2002-03-14 | 2002 | Daniel Stenberg | |
2002-03-14 | CURLOPT_POST deserved a new comment with the new POST-by-callback support | Daniel Stenberg | |
2002-03-13 | no longer attempts to SIZE a NULL pointer, as that wasn't very clever | Daniel Stenberg | |
(but didn't crash or anything) | |||
2002-03-13 | Setting CURLOPT_PASSWDFUNCTION to NULL now restores the internal function. | Daniel Stenberg | |
2002-03-13 | sendf() now deals with Curl_write() returning -1 properly, which it might | Daniel Stenberg | |
do if the write would've blocked | |||
2002-03-13 | now supports all options in arrays, except the CURLFORM_ARRAY itself | Daniel Stenberg | |
2002-03-11 | Added support for CURLFORM_FILENAME to set the filename field of a file | Daniel Stenberg | |
part. | |||
2002-03-08 | detect fclose(NULL) | Daniel Stenberg | |
2002-03-08 | Jean-Philippe Barrette-LaPierre fixed the CURLOPT_PASSWDFUNCTION to make | Daniel Stenberg | |
NULL set back the internal default function | |||
2002-03-06 | Brad corrected the include path (again) | Daniel Stenberg | |
2002-02-28 | Wesley Laxton's CURLOPT_PREQUOTE work | Daniel Stenberg | |
2002-02-28 | Ralph Mitchell's SSL problems made me notice that we didn't increase the | Daniel Stenberg | |
header byte counter properly | |||
2002-02-28 | more fancy alloc, we store the size in each allocated block so that we | Daniel Stenberg | |
can destroy the full allocated area just before we free it | |||
2002-02-28 | always allocates at least 64 bytes for real, and damages them before free | Daniel Stenberg | |
2002-02-27 | made building outside the source tree work again, Kevin Roth reported | Daniel Stenberg | |
2002-02-27 | made Max-Age work as defined in the RFC. | Daniel Stenberg | |
my brain damaged fix to not parse spaces as part of the value is now fixed to instead strip off trailing spaces from values. | |||
2002-02-26 | When saving a cookie jar, set field 1 (counted from 0) properly to TRUE if the | Daniel Stenberg | |
domain starts with a dot. | |||
2002-02-26 | removed crash on weird input, this also better discards silly input | Daniel Stenberg | |
2002-02-25 | automake usage and options cleanup | Daniel Stenberg | |
2002-02-25 | oops, #if not #ifdef | Daniel Stenberg | |
2002-02-25 | cygnus can't include winsock.h even though it has it, why we need to | Daniel Stenberg | |
make a different and more complicated check for when to include it | |||
2002-02-22 | better time selection for the connect timeout | Daniel Stenberg | |
2002-02-22 | lib/config.h.in added to dist | Daniel Stenberg | |
2002-02-20 | Nico Baggus' VMS tweaks | Daniel Stenberg | |
2002-02-20 | Andrés García solved bug report #515228 by making sure the progress meter | Daniel Stenberg | |
is updated even if everything is read in one single pass, as the windows functions apparantly does more often than other systems. | |||
2002-02-19 | corrected reference to multi-using examples | Daniel Stenberg | |
2002-02-19 | include winsock.h on window boxen to work smoother there | Daniel Stenberg | |
2002-02-18 | fixed a long long mistake | Daniel Stenberg | |