summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Fixed test case 57 (KNOWN_BUG #18)Dan Fandrich2006-02-221-3/+0
* Peter Su added support for SOCKS4 proxies. Enable this by setting the proxyDaniel Stenberg2006-02-212-6/+16
* ftp upload with url ending with slashDaniel Stenberg2006-02-201-0/+4
* fixed formattingDaniel Stenberg2006-02-171-12/+12
* Gopher is no longer supported.Dan Fandrich2006-02-161-2/+0
* 32. (At least on Windows) If libcurl is built with c-ares and there's no DNSDaniel Stenberg2006-02-151-0/+5
* mention the CURLOPT_CONNECT_ONLY connectionDaniel Stenberg2006-02-111-1/+2
* Karl M added the CURLOPT_CONNECT_ONLY and CURLINFO_LASTSOCKET options thatDaniel Stenberg2006-02-112-0/+14
* CURLOPT_NOSIGNAL might be a MUST to make threaded use work, like on AIX 5.2Daniel Stenberg2006-02-091-6/+8
* Rene Bernhardt found this typoDaniel Stenberg2006-02-071-5/+5
* Frank's synctime.c example and an updated list in READMEDaniel Stenberg2006-02-043-1/+344
* Added CURLOPT_LOCALPORT and CURLOPT_LOCALPORTRANGE to libcurl. Set with theDaniel Stenberg2006-01-302-30/+40
* we should fix the system includes in the public headers to be based on checksDaniel Stenberg2006-01-281-0/+9
* typo pointed out by Mike GriffithsDaniel Stenberg2006-01-271-3/+3
* Cyrill Osterwalder pointed out that sending "" as data in a header is inDaniel Stenberg2006-01-271-9/+11
* Fixed some statements about handling multiple occurrences of options.Dan Fandrich2006-01-201-18/+23
* clarify what "-P -" doesDaniel Stenberg2006-01-191-1/+2
* corrected factual mistake about BSD license in the krb4.c codeDaniel Stenberg2006-01-191-3/+3
* David Shaw: Here is the latest libcurl.m4 autoconf tests. It is updated withDaniel Stenberg2006-01-171-13/+20
* David Shaw finally removed all traces of Gopher and we are now officiallyDaniel Stenberg2006-01-167-27/+10
* improved the description of the -L/--location optionDaniel Stenberg2006-01-161-8/+9
* Bryan Henderson turned the 'initialized' variable for curl_global_init()Daniel Stenberg2006-01-154-26/+148
* adjusted to the new concept of the callbackDaniel Stenberg2006-01-152-23/+72
* Made the copyright year match the latest modification's year.Daniel Stenberg2006-01-091-1/+1
* use the proper dashDaniel Stenberg2006-01-081-1/+1
* removed easy handle argument from protoDaniel Stenberg2006-01-041-8/+5
* upcoming new error codeDaniel Stenberg2006-01-041-0/+3
* CURLOPT_PROGRESSFUNCTION is really not a good idea when using the multiDaniel Stenberg2006-01-031-5/+10
* fixed the prototypeDaniel Stenberg2006-01-031-3/+6
* minor editsDaniel Stenberg2006-01-026-10/+14
* Initial description of the upcoming curl_multi_timeout() functionDaniel Stenberg2006-01-021-0/+35
* I removed the timeout argument from the socket callback and did some otherDaniel Stenberg2006-01-021-15/+25
* clarified that curl_global_init() isn't thread-safe and that it might affectDaniel Stenberg2005-12-232-3/+12
* The inital early embryos to describe the curl_multi_socket() API. CommittedDaniel Stenberg2005-12-222-0/+83
* #31 curl-config --libs" will include details set in LDFLAGS when configure isDaniel Stenberg2005-12-221-0/+6
* minor editDaniel Stenberg2005-12-151-2/+2
* Rene Bernhardt's correctionsDaniel Stenberg2005-12-141-2/+2
* another SOCKS-related problem addedDaniel Stenberg2005-12-121-1/+3
* added #29 and #30Daniel Stenberg2005-12-121-0/+12
* use c-ares' IPv6 abilitiesDaniel Stenberg2005-12-101-0/+10
* fix CURLOPT_FAILONERROR error, pointed out by Shailesh N. HumbadDaniel Stenberg2005-12-101-1/+1
* fresh contributors in the 7.15.1 releaseDaniel Stenberg2005-12-061-1/+16
* Added a run-time check to warn if TFTP is going to fail due to portabilityDan Fandrich2005-12-051-0/+2
* #27 is fixedDaniel Stenberg2005-11-301-6/+0
* mention the colon-only thing for -u and SSPI+NTLMDaniel Stenberg2005-11-241-1/+9
* I extended a patch from David Shaw to make libcurl _always_ provide an errorDaniel Stenberg2005-11-171-6/+0
* TFTPDaniel Stenberg2005-11-171-0/+3
* extended the description for exit code 9Daniel Stenberg2005-11-141-1/+3
* mention how to set domain when using NTLMDaniel Stenberg2005-11-111-0/+5
* just implementedDaniel Stenberg2005-11-101-4/+0