summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* 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
* removed unused var.Gunter Knauf2008-04-021-1/+0
* Eetu contributed back in 2000...Daniel Stenberg2008-04-011-0/+1
* - Added CURLFORM_STREAM as a supported option to curl_formadd() to allow anDaniel Stenberg2008-03-311-18/+11
* Changed the makefile so the doc/examples/ programs are never built in aDan Fandrich2008-03-314-6/+6
* added people from the 7.18.1 release announcementDaniel Stenberg2008-03-301-0/+15
* spell it out loudly and clearly that CURLOPT_SSL_CTX_FUNCTION is onlyDaniel Stenberg2008-03-251-0/+3
* --ftp-create-dirs works on SFTP as wellDan Fandrich2008-03-131-3/+4
* fix code that is normally #ifdef'ed outDaniel Stenberg2008-03-131-2/+2
* Recommend passing a 1 as parameter to CURLOPT_SSLENGINE_DEFAULT rather thanDaniel Stenberg2008-03-111-2/+2
* - Added a type checking macro for curl_easy_setopt(), needs gcc-4.3 and onlyMichal Marek2008-03-111-0/+5
* spellcheckedDaniel Stenberg2008-03-061-4/+4
* curl_multi_timeout() is really not recommended with curl_multi_socket()-basedDaniel Stenberg2008-03-061-9/+12
* Michal Marek's cleanup of how curl_easy_setopt() is used in examples andDaniel Stenberg2008-02-275-10/+10
* now builds and runs with GnuTLS-built libcurls tooDaniel Stenberg2008-02-231-4/+25
* fixed missing header; changed bail out from exit() to return().Gunter Knauf2008-02-211-1/+2
* reformatted comment.Gunter Knauf2008-02-201-4/+3
* added read callback function in order to prevent crashs on Win32 when linked ...Gunter Knauf2008-02-201-6/+19
* applied patch to disable SSLv2 by default; discussion:Gunter Knauf2008-02-191-4/+3
* fix for new codestyle.Gunter Knauf2008-02-191-1/+1
* made changes to work with Win32;Gunter Knauf2008-02-191-8/+11
* added makefile for MingW32 to build most of the samples.Gunter Knauf2008-02-181-0/+135
* moved sample program defines into separate Makefile.inc so that other makefil...Gunter Knauf2008-02-182-15/+21
* just mention in --cacert that curl normally has a default ca cert path built-inDaniel Stenberg2008-02-181-3/+4
* the ca-bundle is no longer shippedDaniel Stenberg2008-02-181-21/+15
* - We're no longer providing a very old ca-bundle in the curl tarball. You canDaniel Stenberg2008-02-181-14/+12
* fixed a typo.Gunter Knauf2008-02-081-1/+1
* and mention make ca-bundle in the 1.11 faq entry as wellDaniel Stenberg2008-02-081-6/+7
* for step 5, mention that we can now generate an own version locally if wantedDaniel Stenberg2008-02-081-2/+3
* ca-bundle.crt documentational updates that more clearly describe the bundleDaniel Stenberg2008-02-071-2/+31
* threaded-ssl.c is a little example that does multi-threaded downloads fromDaniel Stenberg2008-02-032-1/+125
* it is stable now...Daniel Stenberg2008-02-031-1/+1
* bug 51 may possibly be fixed, and as such it is not a known bug anymore:Daniel Stenberg2008-01-311-4/+0