Age | Commit message (Expand) | Author |
2002-03-20 | crlf replacement on uploads did not work. test case 128 was added just now | Daniel Stenberg |
2002-03-20 | verbose FTP PASV output could output a "random" name from the stack based | Daniel Stenberg |
2002-03-20 | added test 128, ftp upload with --crlf | Daniel Stenberg |
2002-03-20 | newcomer notice added | Daniel Stenberg |
2002-03-20 | old list is gone | Daniel Stenberg |
2002-03-19 | John Clayton's weird explorations in the wonders of the windows tcp/ip | Daniel Stenberg |
2002-03-19 | made -G set request type | Daniel Stenberg |
2002-03-19 | corrected for 7.9.6 | Daniel Stenberg |
2002-03-19 | removed multi.h | Daniel Stenberg |
2002-03-19 | Added the three multi interface source code examples to the distrib | Daniel Stenberg |
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 |