summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-02-017.6.1-pre2curl-7_6_1-pre2Daniel Stenberg
2001-02-01Added support for --enable-debugDaniel Stenberg
2001-01-31Curl_read() uses ssize_t nowDaniel Stenberg
2001-01-31fixed up the telnet to work (using support from Linus Nielsen)Daniel Stenberg
2001-01-31curl_read() and Curl_read() now have ssize_t in the last argumentDaniel Stenberg
2001-01-31Added a check for a working getaddrinfo() that is required for the IPv6Daniel Stenberg
2001-01-30changed order of the range and follow-location checks so that a range-requestDaniel Stenberg
2001-01-29new test caseDaniel Stenberg
2001-01-29removed upload.NN files after each testDaniel Stenberg
2001-01-29test case 33, HTTP PUT resumeDaniel Stenberg
2001-01-297.6-pre1curl-7_6_1-pre1Daniel Stenberg
2001-01-29Added an extra text about % in POST data after comments from Daniel MarellDaniel Stenberg
2001-01-29s/to I/do I/Daniel Stenberg
2001-01-29Added "3.9 How to I use curl in PHP?"Daniel Stenberg
2001-01-29The PUT stuff is never set! It is set with the UPLOAD...Daniel Stenberg
2001-01-29HTTP PUT resume now sends Content-Range: headers as I believe the RFC2616Daniel Stenberg
2001-01-29upload sets HTTP request to PUT for "HTTP upload"Daniel Stenberg
2001-01-27the keep-alive issueDaniel Stenberg
2001-01-27bettersupport for HTTP return codes 300-399Daniel Stenberg
2001-01-27PUT resume thingsDaniel Stenberg
2001-01-27test case 31 and 32 were addedDaniel Stenberg
2001-01-27Resume is now done with a Content-Range header instead of a Range header ifDaniel Stenberg
2001-01-27minor output fixDaniel Stenberg
2001-01-27Added -d that enables easier protocol/server debug overview (it invokesDaniel Stenberg
2001-01-27added test 29 and 30, HTTP resume and partial download testsDaniel Stenberg
2001-01-27The progess meter title get an extra output when a resumed transfer isDaniel Stenberg
2001-01-27data->httpreq was not set properlyDaniel Stenberg
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