summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Added text about curl.haxx.se not being a good test target for people'sDaniel Stenberg2001-04-121-0/+4
* we must fix SSL when IPv6 is enabled, since we can still connect to ipv4Daniel Stenberg2001-04-121-0/+4
* Added CURLOPT_HEADERFUNCTION descriptionDaniel Stenberg2001-04-101-4/+29
* Andrés García pointed out a mistake with CURLOPT_EGDSOCKETDaniel Stenberg2001-04-071-2/+2
* NULL argument crashes this in 7.7.1 and beforeDaniel Stenberg2001-04-061-2/+4
* elaborated more in CURLOPT_HTTPHEADER sectionDaniel Stenberg2001-03-301-2/+6
* Added a line about the new makefile exampleDaniel Stenberg2001-03-271-0/+4
* Added Makefile.example as an example makefile that can build the exampleDaniel Stenberg2001-03-272-1/+42
* Added ftpget.c just to show that it is exactly as easy to get FTP filesDaniel Stenberg2001-03-272-2/+45
* no more ' as first letter of a row, and made the quotes match in the topDaniel Stenberg2001-03-271-2/+2
* Added some text to WRITEHEADER about the fact that libcurl will always writeDaniel Stenberg2001-03-271-2/+4
* Colin Watson's man patch as posted to debian bug tracker numer #90281Daniel Stenberg2001-03-241-4/+4
* two Qs added:Daniel Stenberg2001-03-231-1/+28
* updates by SM nttp at iname.comDaniel Stenberg2001-03-233-37/+42
* updated with the new don't-encode-already-encoded-data conceptDaniel Stenberg2001-03-221-1/+4
* added how to pronounce curl! ;-)Daniel Stenberg2001-03-221-2/+3
* don't mention explicit version 7.8Daniel Stenberg2001-03-221-3/+3
* added escape and unescape man pagesDaniel Stenberg2001-03-221-1/+3
* not exactly new, but documented for 7.7Daniel Stenberg2001-03-222-0/+52
* GNUTLS is another new SSL library we can add support for. Anyone?Daniel Stenberg2001-03-201-3/+10
* moved to ../../php/examples/Daniel Stenberg2001-03-163-35/+0
* the PHP examples are movedDaniel Stenberg2001-03-161-2/+1
* moved the documentation item to 7.8, it is rather important to have thingsDaniel Stenberg2001-03-151-2/+2
* updated to have the windows builds instructions use the root Makefile thatDaniel Stenberg2001-03-151-19/+15
* connection timeout is now supportedDaniel Stenberg2001-03-153-5/+21
* Put more concentrated unix install help already at the top, with a note thatDaniel Stenberg2001-03-151-34/+23
* added some text for -d that says it "emulates filling in HTML forms" as thatDaniel Stenberg2001-03-141-8/+9
* Added the --egd-file and --random-file optionsDaniel Stenberg2001-03-141-1/+12
* the URL escape/unescape functions are also public but undocumentedDaniel Stenberg2001-03-141-2/+2
* documented the undocumented public functions in libcurlDaniel Stenberg2001-03-141-1/+6
* removed the random seeding and persistant stuff, as both are already inDaniel Stenberg2001-03-131-5/+0
* 7.7 beta 2 fixescurl-7_7-beta2Daniel Stenberg2001-03-132-19/+41
* exchanged I and me to we and us in a lot of placesDaniel Stenberg2001-03-131-53/+55
* a whole new section on persitant connections and how they're treatedDaniel Stenberg2001-03-131-8/+38
* we speak HTTP 1.1 nowDaniel Stenberg2001-03-131-1/+2
* close policiesDaniel Stenberg2001-03-131-3/+9
* Added the two new seeding optionsDaniel Stenberg2001-03-121-0/+9
* Added four new options that come with the new persitant support:Daniel Stenberg2001-03-121-0/+29
* persistant updatesDaniel Stenberg2001-03-122-2/+16
* added a note about persitant connections through HTTP proxiesDaniel Stenberg2001-03-121-1/+2
* Added some persistant notesDaniel Stenberg2001-03-121-1/+7
* added persistant connection detailsDaniel Stenberg2001-03-122-7/+39
* replaced I and my with we and usDaniel Stenberg2001-03-121-13/+13
* updatedDaniel Stenberg2001-03-121-8/+9
* persistant adjustsDaniel Stenberg2001-03-082-22/+36
* updated for persistant connectionsDaniel Stenberg2001-03-082-3/+18
* connection timeout is in for 7.7Daniel Stenberg2001-03-071-1/+3
* Added persistant connections blurb even if it doesn't really work yet...Daniel Stenberg2001-03-061-1/+7
* cleaned up for the 7.7 fixesDaniel Stenberg2001-03-061-31/+13
* Added a persistant connection exampleDaniel Stenberg2001-03-052-1/+54