aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-03-22patch by Sandro Tolaini to do good (better?) on FreeBSDDaniel Stenberg
2002-03-20no longer include "multi.h", it comes with the regular curl/curl.h nowDaniel Stenberg
2002-03-20crlf replacement on uploads did not work. test case 128 was added just nowDaniel Stenberg
2002-03-20verbose FTP PASV output could output a "random" name from the stack basedDaniel Stenberg
2002-03-20added test 128, ftp upload with --crlfDaniel Stenberg
2002-03-20newcomer notice addedDaniel Stenberg
2002-03-20old list is goneDaniel Stenberg
2002-03-19John Clayton's weird explorations in the wonders of the windows tcp/ipDaniel Stenberg
2002-03-19made -G set request typeDaniel Stenberg
2002-03-19corrected for 7.9.6Daniel Stenberg
2002-03-19removed multi.hDaniel Stenberg
2002-03-19Added the three multi interface source code examples to the distribDaniel Stenberg
2002-03-19fixed include and added headerDaniel Stenberg
2002-03-19added multi.hDaniel Stenberg
2002-03-19include multi.h tooDaniel Stenberg
2002-03-19moved here from ../../lib/Daniel Stenberg
2002-03-19moved to ../include/curl/Daniel Stenberg
2002-03-19added the multi functions man pagesDaniel Stenberg
2002-03-19multi interface overview and descriptionDaniel Stenberg
2002-03-19removed text that really belongs to very old libcurls that are no longerDaniel Stenberg
2002-03-19point out that this describes the easy interface and also make a moreDaniel Stenberg
2002-03-19languageDaniel Stenberg
2002-03-19added some text about PASV and PORT and stuffDaniel Stenberg
2002-03-19copyright string (year) updateDaniel Stenberg
2002-03-19yaketiyakDaniel Stenberg
2002-03-19automake -a for the depcompDaniel Stenberg
2002-03-19made it pass stricter compiler flags with less warningsDaniel Stenberg
2002-03-18test 32, try -d and -GDaniel Stenberg
2002-03-18reverted 1.109, we can't set the request type when -d is used, as -G can beDaniel Stenberg
2002-03-18WRITEFUNCTION correctionDaniel Stenberg
2002-03-18Andreas Damm added thanks to his getdate overhaulDaniel Stenberg
2002-03-18gopherDaniel Stenberg
2002-03-18updatedDaniel Stenberg
2002-03-17clarified that it is only the + letter that isn't converted on the rightDaniel Stenberg
2002-03-16verbose PASV transfers passed a bad buffer size to the name resolver functionsDaniel Stenberg
2002-03-15corrected SSL buildsDaniel Stenberg
2002-03-15headers and security blurb addedDaniel Stenberg
2002-03-15make sure we return CURLE_WRITE_ERROR if the write callback returnedDaniel Stenberg
2002-03-15Jun-ichiro itojun Hagino <itojun@itojun.org>:Daniel Stenberg
2002-03-15bug report #530204 correctly identified that revision 1.52 broke ipv6Daniel Stenberg
2002-03-14new example for libcurl 7.9.6 or laterDaniel Stenberg
2002-03-14if CURLOPT_POSTFIELDS isn't set, but CURLOPT_POST is, we will assume thatDaniel Stenberg
2002-03-142002Daniel Stenberg
2002-03-14CURLOPT_POST deserved a new comment with the new POST-by-callback supportDaniel Stenberg
2002-03-13no longer attempts to SIZE a NULL pointer, as that wasn't very cleverDaniel Stenberg
2002-03-13Setting CURLOPT_PASSWDFUNCTION to NULL now restores the internal function.Daniel Stenberg
2002-03-13sendf() now deals with Curl_write() returning -1 properly, which it mightDaniel Stenberg
2002-03-13now supports all options in arrays, except the CURLFORM_ARRAY itselfDaniel Stenberg
2002-03-13CURLFORM_ARRAYSTART and ARRAYEND are now historyDaniel Stenberg
2002-03-13removed some silly CRLF linesDaniel Stenberg