aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2001-04-18Added contributorsDaniel Stenberg
2001-04-12Added text about curl.haxx.se not being a good test target for people'sDaniel Stenberg
libcurl experiments...
2001-04-12we must fix SSL when IPv6 is enabled, since we can still connect to ipv4Daniel Stenberg
sites and then SSL works perfectly
2001-04-10Added CURLOPT_HEADERFUNCTION descriptionDaniel Stenberg
2001-04-07Andrés García pointed out a mistake with CURLOPT_EGDSOCKETDaniel Stenberg
2001-04-06NULL argument crashes this in 7.7.1 and beforeDaniel Stenberg
2001-03-30elaborated more in CURLOPT_HTTPHEADER sectionDaniel Stenberg
2001-03-27Added a line about the new makefile exampleDaniel Stenberg
2001-03-27Added Makefile.example as an example makefile that can build the exampleDaniel Stenberg
source files (if edited slightly)
2001-03-27Added ftpget.c just to show that it is exactly as easy to get FTP filesDaniel Stenberg
2001-03-27no more ' as first letter of a row, and made the quotes match in the topDaniel Stenberg
.BI line
2001-03-27Added some text to WRITEHEADER about the fact that libcurl will always writeDaniel Stenberg
complete header lines one-by-one to that file handle
2001-03-24Colin Watson's man patch as posted to debian bug tracker numer #90281Daniel Stenberg
2001-03-23two Qs added:Daniel Stenberg
1.5 Who makes cURL? 1.6 What do you get for making cURL?
2001-03-23updates by SM nttp at iname.comDaniel Stenberg
2001-03-22updated with the new don't-encode-already-encoded-data conceptDaniel Stenberg
2001-03-22added how to pronounce curl! ;-)Daniel Stenberg
2001-03-22don't mention explicit version 7.8Daniel Stenberg
removed escape/unescape as they're now documented
2001-03-22added escape and unescape man pagesDaniel Stenberg
2001-03-22not exactly new, but documented for 7.7Daniel Stenberg
2001-03-20GNUTLS is another new SSL library we can add support for. Anyone?Daniel Stenberg
2001-03-16moved to ../../php/examples/Daniel Stenberg
2001-03-16the PHP examples are movedDaniel Stenberg
2001-03-15moved the documentation item to 7.8, it is rather important to have thingsDaniel Stenberg
documented
2001-03-15updated to have the windows builds instructions use the root Makefile thatDaniel Stenberg
is delivered with each source archive
2001-03-15connection timeout is now supportedDaniel Stenberg
2001-03-15Put more concentrated unix install help already at the top, with a note thatDaniel Stenberg
you might need to be root to use 'make install'.
2001-03-14added some text for -d that says it "emulates filling in HTML forms" as thatDaniel Stenberg
is what most people will use -d for
2001-03-14Added the --egd-file and --random-file optionsDaniel Stenberg
2001-03-14the URL escape/unescape functions are also public but undocumentedDaniel Stenberg
2001-03-14documented the undocumented public functions in libcurlDaniel Stenberg
2001-03-13removed the random seeding and persistant stuff, as both are already inDaniel Stenberg
this version!
2001-03-137.7 beta 2 fixesDaniel Stenberg
2001-03-13exchanged I and me to we and us in a lot of placesDaniel Stenberg
updated for persistant connections and 7.7
2001-03-13a whole new section on persitant connections and how they're treatedDaniel Stenberg
internally
2001-03-13we speak HTTP 1.1 nowDaniel Stenberg
more braging about the portability
2001-03-13close policiesDaniel Stenberg
2001-03-12Added the two new seeding optionsDaniel Stenberg
2001-03-12Added four new options that come with the new persitant support:Daniel Stenberg
CURLOPT_MAXCONNECTS, CURLOPT_CLOSEPOLICY, CURLOPT_FRESH_CONNECT and CURLOPT_FORBID_REUSE
2001-03-12persistant updatesDaniel Stenberg
2001-03-12added a note about persitant connections through HTTP proxiesDaniel Stenberg
2001-03-12Added some persistant notesDaniel Stenberg
2001-03-12added persistant connection detailsDaniel Stenberg
2001-03-12replaced I and my with we and usDaniel Stenberg
2001-03-12updatedDaniel Stenberg
2001-03-08persistant adjustsDaniel Stenberg
2001-03-08updated for persistant connectionsDaniel Stenberg
2001-03-07connection timeout is in for 7.7Daniel Stenberg
2001-03-06Added persistant connections blurb even if it doesn't really work yet...Daniel Stenberg
2001-03-06cleaned up for the 7.7 fixesDaniel Stenberg