summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Eliminated references to TRUE and FALSE since those identifiers aren'tDan Fandrich2008-07-232-19/+19
* - I went over the curl_easy_setopt man page and replaced most references toDaniel Stenberg2008-07-231-100/+97
* Simplified Minix compile instructions and added some special cases.Dan Fandrich2008-07-231-21/+21
* add comment for include pathsYang Tse2008-07-151-0/+7
* HTTP_ONLY definition check in lib/setup.h is now done once that configurationYang Tse2008-07-141-0/+2
* document the exit codes 82 and 83 that are new in 7.19.0Daniel Stenberg2008-07-111-0/+4
* (Added in the section for CURLOPT_DNS_CACHE_TIMEOUT, pointed out on theDaniel Stenberg2008-07-101-0/+6
* updated to match current realityDaniel Stenberg2008-07-101-41/+49
* s/muse/mustDaniel Stenberg2008-07-101-1/+1
* document --remote-name-allDaniel Stenberg2008-07-101-1/+6
* Fixed test 554 to pass the torture test.Dan Fandrich2008-07-081-2/+2
* Added libidn libs as needed. Added compilation of sendrecv.cGisle Vanem2008-07-081-1/+5
* Introcuding a new timestamp for curl_easy_getinfo():Daniel Stenberg2008-07-032-14/+28
* - Rolland Dudemaine provided fixes to get libcurl to build for the INTEGRITYDaniel Stenberg2008-07-011-0/+2
* minor language fixDaniel Stenberg2008-06-301-1/+1
* let's try to maintain compatibility with NSS 3.11.xDaniel Stenberg2008-06-261-1/+1
* added the versions of a range of build tools that we want to remain to workDaniel Stenberg2008-06-121-0/+13
* My first attempt at documenting what we try to support and make curl run withDaniel Stenberg2008-06-121-0/+37
* 7.19.0 is nextDaniel Stenberg2008-06-082-2/+2
* the next release is now called 7.19.0Daniel Stenberg2008-06-083-9/+9
* - curl the tool now deals with its command line options somewhat differently!Daniel Stenberg2008-06-081-91/+25
* - Axel Tillequin and Arnaud Ebalard added support for CURLOPT_ISSUERCERT, forDaniel Stenberg2008-06-062-0/+18
* mention added in 7.18.3Daniel Stenberg2008-06-061-1/+1
* - Axel Tillequin and Arnaud Ebalard added support for CURLOPT_CRLFILE, forDaniel Stenberg2008-06-062-0/+20
* - Added CURLINFO_PRIMARY_IP as a new information retrievable withDaniel Stenberg2008-06-061-0/+6
* new contributors from the 7.18.2 releaseDaniel Stenberg2008-06-041-2/+19
* Added a new "13. Web Login" chapterDaniel Stenberg2008-05-291-10/+48
* Known bug #55, libcurl fails to build with MIT Kerberos for Windows (KfW)Yang Tse2008-05-271-0/+4
* Added Haiku OS, sorted the list of i386 OSesDaniel Stenberg2008-05-261-1/+2
* Christopher Palow's multi interface docs updatesDaniel Stenberg2008-05-242-11/+10
* Nikolai Kondrashov provided a clarification for CURLOPT_HEADERFUNCTIONDaniel Stenberg2008-05-241-0/+6
* Added some more to do items and a known bug.Dan Fandrich2008-05-232-10/+44
* Fixed a surprising number of example programs that were passing int argumentsDan Fandrich2008-05-2228-61/+63
* change the code style to be more curlish, and changed some of the outputDaniel Stenberg2008-05-191-14/+19
* removed lots of warningsDaniel Stenberg2008-05-161-23/+29
* Included stdint.h to get the intptr_t type (needed on OpenBSD at least).Dan Fandrich2008-05-151-0/+1
* - Introducing curl_easy_send() and curl_easy_recv(). They can be used to sendDaniel Stenberg2008-05-127-5/+266
* Internal time differences now use monotonic time source if available.Yang Tse2008-05-092-2/+2
* 53. SFTP busy-loop problem when doing SFTP uploads.Daniel Stenberg2008-05-011-0/+5
* Christian Vogt told us about OS21 inDaniel Stenberg2008-04-301-1/+2
* - To make it easier for applications that want lots of magic stuff done onDaniel Stenberg2008-04-302-2/+14
* Mention that P.I.P.S. is needed for Symbian.Dan Fandrich2008-04-231-1/+3
* Added support for running on Symbian OS.Dan Fandrich2008-04-221-0/+12
* added Haskell binding, unified the formatting somewhatDaniel Stenberg2008-04-211-0/+8
* return 0 not -1 at end of data!Daniel Stenberg2008-04-121-1/+1
* mention what happens to the data when a write callback returns pauseDaniel Stenberg2008-04-101-1/+4
* clarify the COOKIE option a bitDaniel Stenberg2008-04-101-0/+4
* "tag" the function referals properlyDaniel Stenberg2008-04-092-8/+8
* Give a hint as to why a url_fopen failed.Dan Fandrich2008-04-041-3/+3
* Made sure that curl_global_init is called in all the multithreadedDan Fandrich2008-04-034-14/+29