aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-01-25make the configure script die if select() or socket() is missingDaniel Stenberg
2001-01-25Added Ingo Ralf BlumDaniel Stenberg
2001-01-25use this function only once note addedDaniel Stenberg
2001-01-25modified the Curl_ConnectHTTPProxyTunnel protoDaniel Stenberg
2001-01-25moved curl_read() and curl_write() to sendf.cDaniel Stenberg
2001-01-25converted to use Curl_read() and Curl_write()Daniel Stenberg
2001-01-25uses Curl_read() and Curl_write()Daniel Stenberg
2001-01-25use recv()/send() instead of read()/write() with socketsDaniel Stenberg
2001-01-25sendf is now only Curl_sendfDaniel Stenberg
2001-01-25removed two compiler warningsDaniel Stenberg
2001-01-25Curl_read() and Curl_write() are now used for reading/writing sockets.Daniel Stenberg
2001-01-25Get get-ftp-response function is now using Curl_read() for reading from aDaniel Stenberg
2001-01-25replaced sendf() calls with Curl_sendf()Daniel Stenberg
2001-01-24Ingo Ralf Blum's cygwin fixesDaniel Stenberg
2001-01-24Robert Weaver's win32 getenv fix, my added comments in some filesDaniel Stenberg
2001-01-24Added Robert Weaver as contributorDaniel Stenberg
2001-01-24fixed the comment for 'path'Daniel Stenberg
2001-01-24added comments all overDaniel Stenberg
2001-01-24extended the gname field one byte to avoid a possible overflowDaniel Stenberg
2001-01-24Robert Weaver's fixDaniel Stenberg
2001-01-23generated by autoheaderDaniel Stenberg
2001-01-23ipv6 adjustmentsDaniel Stenberg
2001-01-23Enabled support for IPv6-style IP-addresses if ENABLE_IPV6 is set. If it isn't,Daniel Stenberg
2001-01-23big reorg to make it not exit when it fails, but instead just not do anyDaniel Stenberg
2001-01-23Added 'ipv6 enabled' for ipv6 compiled versionsDaniel Stenberg
2001-01-22Added simple IPv6 recognition supportDaniel Stenberg
2001-01-22Björn's progress meter fix, new test cases and ftpserver.pl patchDaniel Stenberg
2001-01-22Björn Stenberg's patch for making the progress meter betterlookingDaniel Stenberg
2001-01-22the custom reply engine was not inited properlyDaniel Stenberg
2001-01-22test case 121Daniel Stenberg
2001-01-22Added test case 120, ftp with '-Q -'Daniel Stenberg
2001-01-22Removed the deprecated -c and -t from the --help output.Daniel Stenberg
2001-01-22Added 5.5 the CURLOPT_FILE problem on win32, DeYoung provided it!Daniel Stenberg
2001-01-19Added -g/--globoff descriptionDaniel Stenberg
2001-01-19Made the complaint on free-twice errors a lot betterDaniel Stenberg
2001-01-19removed URL length restrictions, added a test caseDaniel Stenberg
2001-01-19No more URL length restrictionsDaniel Stenberg
2001-01-19removed MAX_URL_LENGTH, there is no longer any length restrictions on URLsDaniel Stenberg
2001-01-19corrected url memory handling with --globoffDaniel Stenberg
2001-01-19Added files for test case 28Daniel Stenberg
2001-01-19--globoff test caseDaniel Stenberg
2001-01-19version 7.6-pre3Daniel Stenberg
2001-01-19spelling error FPL should be GPLDaniel Stenberg
2001-01-19edited the portable code sectionDaniel Stenberg
2001-01-17brought up-to-date and extendedDaniel Stenberg
2001-01-17Transfer and file renamingDaniel Stenberg
2001-01-17Transfer is now Curl_Tranfer() and transfer.h is used instead of highlevel.hDaniel Stenberg
2001-01-17download.[ch] is renamed to transfer.[ch], highlevel.[ch] is historyDaniel Stenberg
2001-01-17download and highlevel are replaced with transferDaniel Stenberg
2001-01-17clarified that vcvars32.bat is not part of the curl packageDaniel Stenberg