summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2001-02-13moved the protocol-specific free to allow easier multiple transfersDaniel Stenberg
2001-02-12very minor indentation fixDaniel Stenberg
2001-02-12removed getenv.h from the package as it was unusedDaniel Stenberg
2001-02-09Not used anymoreDaniel Stenberg
2001-02-09Added a failf() call in the error-check just addedDaniel Stenberg
2001-02-08if netrc is parsed and our host was found in there, set data->bits.user_passwdDaniel Stenberg
2001-02-08today's FTP response check fixDaniel Stenberg
2001-02-077.6.1-pre3curl-7_6_1-pre3Daniel Stenberg
2001-02-07GetLine() didn't properly act on -1 lengths returned from Curl_read()Daniel Stenberg
2001-02-07no longer #includes "getenv.h"Daniel Stenberg
2001-02-06silly me, corrected the strlcat() to compileDaniel Stenberg
2001-02-06new openbsd inspired implementation of strlcat()Daniel Stenberg
2001-02-05adjusted the IPv6 stuff to compile and build on Linux as wellDaniel Stenberg
2001-02-05Jun-ichiro itojun Hagino's IPv6 adjustmentsDaniel Stenberg
2001-02-04CURLINFO_CONTENT_LENGTH_DOWNLOAD and CURLINFO_CONTENT_LENGTH_UPLOAD wereDaniel Stenberg
2001-02-04Ingo Ralf Blum made it compile with the newest cygwinDaniel 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-30changed order of the range and follow-location checks so that a range-requestDaniel 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-27bettersupport for HTTP return codes 300-399Daniel Stenberg
2001-01-27Resume is now done with a Content-Range header instead of a Range header ifDaniel 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-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-25timespent is now updated in every call to the progress meter update functionDaniel 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-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-23Enabled support for IPv6-style IP-addresses if ENABLE_IPV6 is set. If it isn't,Daniel Stenberg
2001-01-23Added 'ipv6 enabled' for ipv6 compiled versionsDaniel Stenberg
2001-01-22Björn Stenberg's patch for making the progress meter betterlookingDaniel Stenberg
2001-01-19No more URL length restrictionsDaniel Stenberg
2001-01-17Transfer is now Curl_Tranfer() and transfer.h is used instead of highlevel.hDaniel Stenberg