summaryrefslogtreecommitdiff
path: root/docs/libcurl
Commit message (Expand)AuthorAgeFilesLines
* - To make it easier for applications that want lots of magic stuff done onDaniel Stenberg2008-04-301-1/+7
* 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
* - Added CURLFORM_STREAM as a supported option to curl_formadd() to allow anDaniel Stenberg2008-03-311-18/+11
* spell it out loudly and clearly that CURLOPT_SSL_CTX_FUNCTION is onlyDaniel Stenberg2008-03-251-0/+3
* 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
* applied patch to disable SSLv2 by default; discussion:Gunter Knauf2008-02-191-4/+3
* it is stable now...Daniel Stenberg2008-02-031-1/+1
* Daniel Egger made CURLOPT_RANGE work on file:// URLs the very same way itDaniel Stenberg2008-01-111-0/+2
* Georg Lippitsch brought CURLOPT_SEEKFUNCTION and CURLOPT_SEEKDATA to allowDaniel Stenberg2008-01-101-1/+22
* Introducing curl_easy_pause() and new magic return codes for both the readDaniel Stenberg2008-01-083-9/+81
* Based on further discussion on curl-library, I reverted yesterday's SOCKS5Daniel Stenberg2008-01-051-5/+4
* Based on Maxim Perenesenko's patch, we now do SOCKS5 operations and let theDaniel Stenberg2008-01-041-1/+9
* Richard Atterer brought a patch that added support for SOCKS4a proxies, whichDaniel Stenberg2008-01-021-3/+4
* clarify that the CURLMOPT_TIMERFUNCTION callback can pass in 0 and -1 as legalDaniel Stenberg2007-12-111-4/+5
* mention how to enable chunked encoding for POSTsDaniel Stenberg2007-12-081-1/+3
* clarify that when curl_multi_timeout() returns -1 it just means that thereDaniel Stenberg2007-12-061-0/+4
* Michal Marek introduced CURLOPT_PROXY_TRANSFER_MODE which is used to controlDaniel Stenberg2007-12-021-0/+7
* clarify somewhat what happens to some data when a share is set to be usedDaniel Stenberg2007-11-201-0/+8
* Mention first version with CURLOPT_COPYPOSTFIELDS.Dan Fandrich2007-10-152-5/+6
* Fix dynamic CURLOPT_POSTFIELDS bug: back to static.Patrick Monnerat2007-10-151-6/+25
* Add a paragraph about CURLOPT_CUSTOMREQUEST not actually changing libcurl'sDaniel Stenberg2007-10-091-1/+8
* add url to the wikipedia article for a longer descriptionDaniel Stenberg2007-10-051-1/+4
* Alexey Pesternikov documented CURLOPT_OPENSOCKETDATA andDaniel Stenberg2007-10-051-0/+24
* Michael Wallner made the CULROPT_COOKIELIST option support a new magicDaniel Stenberg2007-10-051-1/+3
* The new file docs/libcurl/ABI describes how we view ABI breakages, sonameDaniel Stenberg2007-10-042-1/+52
* I renamed the CURLE_SSL_PEER_CERTIFICATE error code toDaniel Stenberg2007-10-031-2/+2
* Based on a patch brought by Johnny Luong, libcurl now offersDaniel Stenberg2007-10-031-0/+5
* CURLOPT_POST301 section, added by Philip LangdaleDaniel Stenberg2007-10-021-0/+7
* Renamed the CURLE_FTP_SSL_FAILED error code to CURLE_USE_SSL_FAILED.Dan Fandrich2007-08-312-8/+9
* Renamed several libcurl error codes and options to make them more generalDan Fandrich2007-08-303-75/+63
* 1) the talk about strings used by libcurl doesn't apply to libcurl >= 7.17.0Daniel Stenberg2007-08-221-7/+27
* Usage of the BCURLOPT_PROGRESSFUNCTION callback is not recommended when usingDaniel Stenberg2007-08-071-2/+1
* clarify that setting POSTFIELDS to NULL or "" is not enough to make a zero byteDaniel Stenberg2007-08-021-0/+6
* Patrick Monnerat and I modified libcurl so that now it *copies* all stringsDaniel Stenberg2007-08-012-8/+18
* users should use the CURLMOPT_TIMERFUNCTION rather than curl_multi_timeoutDaniel Stenberg2007-07-301-9/+12
* less blocking these daysDaniel Stenberg2007-07-301-2/+0
* updated based on suggestion from Jeff PohlmeyerDaniel Stenberg2007-07-301-8/+11
* Document pwd as an sftp quote command for curl(1), and show it asDan Fandrich2007-07-201-2/+2
* SFTP also supports PWDJames Housley2007-07-181-1/+1
* Added the list of sftp quote commands.Dan Fandrich2007-07-181-0/+2
* Daniel Cater: libcurl-errors needs updating to reflect a couple of deprecatedDaniel Stenberg2007-07-131-3/+5
* Added the first libcurl version to which the SSH options were added.Dan Fandrich2007-07-111-0/+3
* Fix problem with the indenting noticed by PavelJames Housley2007-07-021-1/+1
* mention the old nameDaniel Stenberg2007-07-011-0/+2
* Thomas J. Moore provided a patch that introduces Kerberos5 support inDaniel Stenberg2007-07-011-6/+6