summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-07Added #define ssize_t int since ssize_t doesn't seem to exist in normalDaniel 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-06nntp@iname.com's suggested fix to set the libpathDaniel 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-05Robert Weaver's VC experiencesDaniel Stenberg
2001-02-05Added a telnet sectionDaniel Stenberg
2001-02-05Added a few more configure option explanationsDaniel Stenberg
2001-02-04the new getinfo() stuff and the cygwin patchDaniel Stenberg
2001-02-04Added blurb about the win32 thing that precents a DLL from using a pointerDaniel Stenberg
2001-02-04extended 5.5Daniel Stenberg
2001-02-04CURLINFO_CONTENT_LENGTH_DOWNLOAD and CURLINFO_CONTENT_LENGTH_UPLOAD documentedDaniel 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-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