summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bob Schader updated thisDaniel Stenberg2001-02-191-9/+9
* added stuff to the mailing list chapterDaniel Stenberg2001-02-191-8/+14
* removed --continue task (done)Daniel Stenberg2001-02-161-6/+5
* 2.2 - rephrasedDaniel Stenberg2001-02-161-6/+3
* better english timeouted => timed out, as suggested by Larry FahnoeDaniel Stenberg2001-02-132-2/+2
* 7.6.1 commitcurl-7_6_1Daniel Stenberg2001-02-133-4/+6
* moved the protocol-specific free to allow easier multiple transfersDaniel Stenberg2001-02-133-7/+11
* ftp response fix, netrc fix for non-http/ftp, https put researchDaniel Stenberg2001-02-121-0/+23
* corrected the prototypeDaniel Stenberg2001-02-121-2/+2
* Added 3.10 and a few minor updatesDaniel Stenberg2001-02-121-21/+33
* very minor indentation fixDaniel Stenberg2001-02-121-1/+1
* removed getenv.h from the package as it was unusedDaniel Stenberg2001-02-121-1/+1
* Not used anymoreDaniel Stenberg2001-02-091-28/+0
* Added a failf() call in the error-check just addedDaniel Stenberg2001-02-091-1/+3
* if netrc is parsed and our host was found in there, set data->bits.user_passwdDaniel Stenberg2001-02-081-3/+3
* today's FTP response check fixDaniel Stenberg2001-02-081-1/+1
* postit.c was added as a HTML form file upload exampleDaniel Stenberg2001-02-082-1/+69
* 7.6.1-pre3curl-7_6_1-pre3Daniel Stenberg2001-02-077-10/+36
* GetLine() didn't properly act on -1 lengths returned from Curl_read()Daniel Stenberg2001-02-071-2/+3
* Added #define ssize_t int since ssize_t doesn't seem to exist in normalDaniel Stenberg2001-02-071-0/+3
* no longer #includes "getenv.h"Daniel Stenberg2001-02-073-3/+2
* silly me, corrected the strlcat() to compileDaniel Stenberg2001-02-061-1/+1
* new openbsd inspired implementation of strlcat()Daniel Stenberg2001-02-061-8/+23
* nntp@iname.com's suggested fix to set the libpathDaniel Stenberg2001-02-061-1/+1
* adjusted the IPv6 stuff to compile and build on Linux as wellDaniel Stenberg2001-02-052-5/+35
* Jun-ichiro itojun Hagino's IPv6 adjustmentsDaniel Stenberg2001-02-058-16/+369
* Robert Weaver's VC experiencesDaniel Stenberg2001-02-051-1/+6
* Added a telnet sectionDaniel Stenberg2001-02-051-0/+20
* Added a few more configure option explanationsDaniel Stenberg2001-02-051-3/+12
* the new getinfo() stuff and the cygwin patchDaniel Stenberg2001-02-041-0/+14
* Added blurb about the win32 thing that precents a DLL from using a pointerDaniel Stenberg2001-02-041-1/+13
* extended 5.5Daniel Stenberg2001-02-041-7/+8
* CURLINFO_CONTENT_LENGTH_DOWNLOAD and CURLINFO_CONTENT_LENGTH_UPLOAD documentedDaniel Stenberg2001-02-041-1/+9
* CURLINFO_CONTENT_LENGTH_DOWNLOAD and CURLINFO_CONTENT_LENGTH_UPLOAD wereDaniel Stenberg2001-02-042-1/+10
* Ingo Ralf Blum made it compile with the newest cygwinDaniel Stenberg2001-02-041-1/+1
* 7.6.1-pre2curl-7_6_1-pre2Daniel Stenberg2001-02-013-2/+6
* Added support for --enable-debugDaniel Stenberg2001-02-011-0/+19
* Curl_read() uses ssize_t nowDaniel Stenberg2001-01-311-1/+1
* fixed up the telnet to work (using support from Linus Nielsen)Daniel Stenberg2001-01-312-9/+17
* curl_read() and Curl_read() now have ssize_t in the last argumentDaniel Stenberg2001-01-317-8/+19
* Added a check for a working getaddrinfo() that is required for the IPv6Daniel Stenberg2001-01-311-2/+52
* changed order of the range and follow-location checks so that a range-requestDaniel Stenberg2001-01-301-8/+8
* new test caseDaniel Stenberg2001-01-291-1/+7
* removed upload.NN files after each testDaniel Stenberg2001-01-291-0/+1
* test case 33, HTTP PUT resumeDaniel Stenberg2001-01-296-1/+46
* 7.6-pre1curl-7_6_1-pre1Daniel Stenberg2001-01-293-3/+6
* Added an extra text about % in POST data after comments from Daniel MarellDaniel Stenberg2001-01-291-0/+3
* s/to I/do I/Daniel Stenberg2001-01-291-2/+2
* Added "3.9 How to I use curl in PHP?"Daniel Stenberg2001-01-291-1/+15
* The PUT stuff is never set! It is set with the UPLOAD...Daniel Stenberg2001-01-291-0/+4