Age | Commit message (Expand) | Author |
2002-03-19 | fixed include and added header | Daniel Stenberg |
2002-03-19 | added multi.h | Daniel Stenberg |
2002-03-19 | include multi.h too | Daniel Stenberg |
2002-03-19 | moved here from ../../lib/ | Daniel Stenberg |
2002-03-19 | moved to ../include/curl/ | Daniel Stenberg |
2002-03-19 | added the multi functions man pages | Daniel Stenberg |
2002-03-19 | multi interface overview and description | Daniel Stenberg |
2002-03-19 | removed text that really belongs to very old libcurls that are no longer | Daniel Stenberg |
2002-03-19 | point out that this describes the easy interface and also make a more | Daniel Stenberg |
2002-03-19 | language | Daniel Stenberg |
2002-03-19 | added some text about PASV and PORT and stuff | Daniel Stenberg |
2002-03-19 | copyright string (year) update | Daniel Stenberg |
2002-03-19 | yaketiyak | Daniel Stenberg |
2002-03-19 | automake -a for the depcomp | Daniel Stenberg |
2002-03-19 | made it pass stricter compiler flags with less warnings | Daniel Stenberg |
2002-03-18 | test 32, try -d and -G | Daniel Stenberg |
2002-03-18 | reverted 1.109, we can't set the request type when -d is used, as -G can be | Daniel Stenberg |
2002-03-18 | WRITEFUNCTION correction | Daniel Stenberg |
2002-03-18 | Andreas Damm added thanks to his getdate overhaul | Daniel Stenberg |
2002-03-18 | gopher | Daniel Stenberg |
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 |