Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-17 | clarified that it is only the + letter that isn't converted on the right | Daniel Stenberg | |
side of a ? letter | |||
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 | headers and security blurb added | 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 | new example for libcurl 7.9.6 or later | Daniel Stenberg | |
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-13 | CURLFORM_ARRAYSTART and ARRAYEND are now history | Daniel Stenberg | |
2002-03-13 | removed some silly CRLF lines | Daniel Stenberg | |
2002-03-11 | 4 things since 7.9.5 | Daniel Stenberg | |
2002-03-11 | added test 39, tests the new -F features | Daniel Stenberg | |
2002-03-11 | now -F supports 'filename=blabla' for parts that upload a file, to set the | Daniel Stenberg | |
filename field of that part. A typical example line could look like: -F 'name=@filename;filename=/dev/null' This can be combined with type= too, in a manner similar to: -F "file=@log/test39.txt;filename=fakerfile;type=moo/foobar" Enjoy. | |||
2002-03-11 | Added support for CURLFORM_FILENAME to set the filename field of a file | Daniel Stenberg | |
part. | |||
2002-03-11 | CURLFORM_FILENAME added and some cleanups, HttpPost is now curl_httppost | Daniel Stenberg | |
with a #define to preserve backwards compatibiltiy | |||
2002-03-11 | corrected the use of the progress function | Daniel Stenberg | |
2002-03-11 | minor edit | Daniel Stenberg | |
2002-03-11 | 3.13 Why does my single/double quotes fail? | Daniel Stenberg | |
2002-03-08 | completed the progress-bar fix | Daniel Stenberg | |
2002-03-08 | detect fclose(NULL) | Daniel Stenberg | |
2002-03-08 | better treatment of the config->errors, only fclose() this if it was | Daniel Stenberg | |
truly fopen()ed. It could end up fclose()ing a NULL as discovered by Clifford Wolf. | |||
2002-03-08 | Jean-Philippe Barrette-LaPierre fixed the CURLOPT_PASSWDFUNCTION to make | Daniel Stenberg | |
NULL set back the internal default function | |||
2002-03-08 | closes bug report #527032, --progress-bar works again and it adds a newline | Daniel Stenberg | |
after the transfer is done properly | |||
2002-03-07 | 7.9.5 commit | Daniel Stenberg | |
2002-03-07 | added the "known bugs" file | Daniel Stenberg | |
2002-03-06 | new VMS messages from Nico Baggus | Daniel Stenberg | |
2002-03-06 | Kevin Roth nicely saved us from this backslash-removing problem! | Daniel Stenberg | |
2002-03-06 | Brad corrected the include path (again) | Daniel Stenberg | |
2002-03-06 | corrected the newlines | Daniel Stenberg | |
2002-03-06 | two items since pre6 | Daniel Stenberg | |
2002-03-06 | when removed, an easy handle can be curl_easy_perform()ed again | Daniel Stenberg | |
2002-03-06 | Paul Nolan built it on pocket pc | Daniel Stenberg | |
2002-03-06 | Ralph Mitchell's minor #include patch to prevent some warnings | Daniel Stenberg | |
2002-03-06 | we don't skip what looks like already escaped strings, that was fixed | Daniel Stenberg | |
ages ago | |||
2002-03-05 | read POST data using the read callback | Daniel Stenberg | |
2002-03-05 | corrected the progress callback prototype!!! | Daniel Stenberg | |
2002-03-05 | added text to the progress chapter | Daniel Stenberg | |
2002-03-04 | explicitly mention easy handle | Daniel Stenberg | |
2002-03-04 | mention 'easy handle' and not just handle, there will soon be other handles | Daniel Stenberg | |
to keep track of too | |||
2002-03-04 | cut off 2001 and put those changes in a separate file | Daniel Stenberg | |
2002-03-04 | added docs/libcurl/ | Daniel Stenberg | |
removed multi/ | |||
2002-03-04 | moved lots to the new subdir 'libcurl' | Daniel Stenberg | |
2002-03-04 | remove this directory, this is history | Daniel Stenberg | |