summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* const argumentDaniel Stenberg2001-08-151-2/+2
* CURL_GLOBAL_WIN32 updatesDaniel Stenberg2001-08-142-6/+8
* "added in 7.8.1"Daniel Stenberg2001-08-141-2/+2
* Added CURLOPT_HTTPGET and CURLOPT_SSL_VERIFYHOST, added notes to the twoDaniel Stenberg2001-08-091-5/+19
* non-blocking connect pleaseDaniel Stenberg2001-08-091-0/+3
* Nico's notes about porting to VMSDaniel Stenberg2001-08-081-6/+76
* credit where credit is due, added a bunch of recent contributorsDaniel Stenberg2001-08-081-0/+6
* replacing FILE * with common file descriptors?Daniel Stenberg2001-08-071-0/+7
* language correctionDaniel Stenberg2001-08-071-1/+1
* added Rick Jones's more polite wording of 1.7, makes it better and friendlierDaniel Stenberg2001-08-071-8/+7
* added "1.7 What about CURL from curl.com?"Daniel Stenberg2001-08-071-1/+22
* Added RISC OS and OpenVMS to ported operating systemsDaniel Stenberg2001-08-061-2/+4
* -G or similar to make -d data get into a GETDaniel Stenberg2001-08-041-0/+10
* clarified '-d @filename' with a tiny exampleDaniel Stenberg2001-08-031-2/+3
* Funny, I skipped right over this before.Sterling Hughes2001-08-021-1/+1
* Frank Keeney pointed out a manual mistake for certificate convertionsDaniel Stenberg2001-08-021-1/+1
* "Add an interface that enables a user to select prefered SSL ciphers to use."Daniel Stenberg2001-08-021-0/+2
* Leftover -- add a note about this in the examples file :)Sterling Hughes2001-07-121-0/+6
* Add win32 initialization support to curl_global_init() andSterling Hughes2001-07-122-7/+5
* added more ideas that've been floating around latelyDaniel Stenberg2001-07-021-0/+10
* removed the "change test suite" item, as that is already madeDaniel Stenberg2001-07-021-6/+0
* Added an item about the cookie jar stuff, contains a link to the dev fileDaniel Stenberg2001-07-021-0/+5
* removed static, removed curl special return type, added include windows.hDaniel Stenberg2001-06-291-2/+5
* added return type void in SYNOPSISDaniel Stenberg2001-06-211-1/+1
* libcurl.5 is renamed to libcurl.3Daniel Stenberg2001-06-213-2/+2
* Added items we've discussed previously, and URLs to dev notes discussingDaniel Stenberg2001-06-191-4/+11
* SM's suggested update of the Microsoft and SSL compiling sectionDaniel Stenberg2001-06-071-1/+7
* CURLOPT_CONNECTTIMEOUT works on win32 these days, S. Moonesamy pointed outDaniel Stenberg2001-06-011-2/+2
* removed CURLOPT_MUTE, it is not used anymoreDaniel Stenberg2001-05-311-7/+1
* Added CVS $Id$ keyword for inline version trackingDaniel Stenberg2001-05-3118-18/+18
* updated to again set the flags of what to init, and now also feature aDaniel Stenberg2001-05-311-4/+14
* removed python interface, there is one now! ;-)Daniel Stenberg2001-05-301-2/+1
* english fixDaniel Stenberg2001-05-301-1/+1
* 3.11 How do I POST with a different Content-Type?Daniel Stenberg2001-05-291-1/+9
* clarified the MUTE optionDaniel Stenberg2001-05-291-3/+7
* updated, improved language at a few placesDaniel Stenberg2001-05-291-26/+41
* moved list of authors to the separate THANKS file and added that to theDaniel Stenberg2001-05-293-69/+74
* text: added in 7.8Daniel Stenberg2001-05-291-0/+2
* beauty fixDaniel Stenberg2001-05-291-2/+4
* ftps:// worksDaniel Stenberg2001-05-281-9/+4
* global_init() takes a flag option now, to tell libcurl what _not_ to init.Daniel Stenberg2001-05-281-1/+4
* added 'curl-config --vernum' for hardcore hex version outputDaniel Stenberg2001-05-281-1/+6
* curl_global_cleanup and curl_global_init added to the familyDaniel Stenberg2001-05-284-14/+70
* cleanup commit for new autoconf+automake+libtool versionsDaniel Stenberg2001-05-223-11/+18
* added some, removed some, moved around some.Daniel Stenberg2001-05-181-11/+8
* added pointer to the examples/getinmemory.c source code for paragraphDaniel Stenberg2001-05-151-1/+3
* Added getinmemory.cDaniel Stenberg2001-05-151-1/+1
* this might actually compile too...Daniel Stenberg2001-05-151-2/+1
* an example on how you can use the write callback to receive data in a memoryDaniel Stenberg2001-05-151-0/+81
* We need -lpthread for the pthread exampleDaniel Stenberg2001-05-151-0/+1