aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-03-05remade FILE:// support to look more as the other protocolsDaniel Stenberg
2001-03-04runtests -g explainedDaniel Stenberg
2001-03-04persistant support protocol updatesDaniel Stenberg
2001-03-047.7 alpha 2 commitDaniel Stenberg
2001-03-04Added include of easy.h to enable libcurl-using programs to *only* have toDaniel Stenberg
include <curl/curl.h>
2001-03-04Curl_http() could crash on connection re-useDaniel Stenberg
2001-03-03ipv6 fix for the 'port' no longer in urldataDaniel Stenberg
2001-03-03fixed for persistant stuffDaniel Stenberg
2001-03-02latestDaniel Stenberg
2001-03-02remade the port number stuff so that following locations work and doingDaniel Stenberg
intermixed HTTP and FTP persistant connections also work!
2001-03-02Added the disconnect protoDaniel Stenberg
2001-03-02removed the slist -functions from hereDaniel Stenberg
added the Curl_ftp_disconnect function for FTP-specific disconnects
2001-03-02improved connectionsDaniel Stenberg
2001-03-02extending connectdataDaniel Stenberg
2001-03-02moved the slist-functions here from FTP since they're more generic than simplyDaniel Stenberg
for FTP-stuff
2001-03-02strdup() takes a const char * nowDaniel Stenberg
2001-02-28cleanup better when connects failDaniel Stenberg
2001-02-22added some infof() calls for persistant infoDaniel Stenberg
2001-02-22we only allocate the HTTP struct if we need toDaniel Stenberg
2001-02-22Now persistant connection download works thanks to the Content-Length takenDaniel Stenberg
into account
2001-02-22moved the dynamicly set pointers to the connectdata structDaniel Stenberg
2001-02-22Douglas R. Horner's corrections appliedDaniel Stenberg
2001-02-21IPv6-adjustmentsDaniel Stenberg
2001-02-20corrected memory leaks when re-using connectionsDaniel Stenberg
2001-02-20multiple connection support initial commitDaniel Stenberg
2001-02-20bugfixDaniel Stenberg
2001-02-20-g runs the specified test(s) with gdb!Daniel Stenberg
2001-02-20removed the #ifdefDaniel Stenberg
2001-02-20win32sockets.c is now added with winsock init/cleanup example functionsDaniel Stenberg
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
I merely stuffed them here before I decide where they belong and if they are to remain at all
2001-02-19removed a bunch of "low level" functions that were never used and are aboutDaniel Stenberg
to never become reality either
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
added URL to the NTLM task
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