aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-02-19Added three tiny PHP examplesDaniel Stenberg
2001-02-19blurb about different languages and environments addedDaniel Stenberg
2001-02-19just a few PHP/curl examplesDaniel Stenberg
2001-02-19added two VC++ files for project stuffDaniel Stenberg
2001-02-19Made CURLOPT_POST no longer necessary when CURLOPT_POSTFIELDS is usedDaniel Stenberg
2001-02-19Moved a bunch of prototypes from curl.h here, they're no longer public andDaniel Stenberg
2001-02-19removed a bunch of "low level" functions that were never used and are aboutDaniel Stenberg
2001-02-19MS VC++ stuffDaniel Stenberg
2001-02-19Bob Schader updated thisDaniel Stenberg
2001-02-19added stuff to the mailing list chapterDaniel Stenberg
2001-02-16removed --continue task (done)Daniel Stenberg
2001-02-162.2 - rephrasedDaniel Stenberg
2001-02-13better english timeouted => timed out, as suggested by Larry FahnoeDaniel Stenberg
2001-02-137.6.1 commitDaniel Stenberg
2001-02-13moved the protocol-specific free to allow easier multiple transfersDaniel Stenberg
2001-02-12ftp response fix, netrc fix for non-http/ftp, https put researchDaniel Stenberg
2001-02-12corrected the prototypeDaniel Stenberg
2001-02-12Added 3.10 and a few minor updatesDaniel 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-08postit.c was added as a HTML form file upload exampleDaniel Stenberg
2001-02-077.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-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