Age | Commit message (Expand) | Author |
2002-03-18 | updated | Daniel Stenberg |
2002-03-17 | clarified that it is only the + letter that isn't converted on the right | Daniel Stenberg |
2002-03-16 | verbose PASV transfers passed a bad buffer size to the name resolver functions | Daniel Stenberg |
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 |
2002-03-15 | Jun-ichiro itojun Hagino <itojun@itojun.org>: | Daniel Stenberg |
2002-03-15 | bug report #530204 correctly identified that revision 1.52 broke ipv6 | Daniel Stenberg |
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 |
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 |
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 |
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 |
2002-03-11 | Added support for CURLFORM_FILENAME to set the filename field of a file | Daniel Stenberg |
2002-03-11 | CURLFORM_FILENAME added and some cleanups, HttpPost is now curl_httppost | Daniel Stenberg |
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 |
2002-03-08 | Jean-Philippe Barrette-LaPierre fixed the CURLOPT_PASSWDFUNCTION to make | Daniel Stenberg |
2002-03-08 | closes bug report #527032, --progress-bar works again and it adds a newline | Daniel Stenberg |
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 |
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 |
2002-03-04 | cut off 2001 and put those changes in a separate file | Daniel Stenberg |
2002-03-04 | added docs/libcurl/ | Daniel Stenberg |
2002-03-04 | moved lots to the new subdir 'libcurl' | Daniel Stenberg |