summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-01-277.6curl-7_6Daniel Stenberg
2001-01-26http upload resumeDaniel Stenberg
2001-01-26moved the symbols talk to the library part, updated slightly to matchDaniel Stenberg
2001-01-26Added a httpreq field in the main struct so that there's one field to checkDaniel Stenberg
2001-01-26The check for that content-range is received must only be made if we requestedDaniel Stenberg
2001-01-26Made it possible to do "upload resume" over HTTPDaniel Stenberg
2001-01-257.6-pre4curl-7_6-pre4Daniel Stenberg
2001-01-25timespent is now updated in every call to the progress meter update functionDaniel Stenberg
2001-01-25Rick's and Jeff's stuffDaniel Stenberg
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