summaryrefslogtreecommitdiff
path: root/docs/libcurl
Commit message (Expand)AuthorAgeFilesLines
* CURLINFO_SSL_VERIFYRESULT.3: fix the example, add some textDaniel Stenberg2018-03-211-3/+5
* CURLINFO_COOKIELIST.3: made the example not leak memoryDaniel Stenberg2018-03-201-4/+5
* resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSESRick Deist2018-03-174-0/+73
* add_handle/easy_perform: clear errorbuffer on start if setDaniel Stenberg2018-03-171-5/+7
* CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocolLawrence Matthews2018-03-174-0/+61
* curl_version_info.3: fix ssl_version descriptionDaniel Stenberg2018-03-171-3/+4
* CURLOPT_COOKIEFILE.3: "-" as file name means stdinDaniel Stenberg2018-03-131-2/+3
* CURLOPT_NOPROXY.3: mention how to list numerical IPv6 addressesDaniel Stenberg2018-03-041-1/+6
* spelling fixesViktor Szakats2018-02-232-2/+2
* curl_share_setopt.3: connection cache is shared within multi handlesDaniel Stenberg2018-02-231-3/+6
* url: Add option CURLOPT_RESOLVER_START_FUNCTIONFrancisco Sedano2018-02-215-0/+154
* lib: CURLOPT_HAPPY_EYEBALLS_TIMEOUT => CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MSJay Satiro2018-02-214-8/+8
* url: Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUTAnders Bakken2018-02-204-0/+64
* CURLOPT_RESOLVE: Add support for multiple IP addresses per entryAnders Bakken2018-02-201-4/+8
* CURLOPT_HEADER.3: clarify problems with different data sizesDaniel Stenberg2018-02-161-6/+12
* CURLOPT_HEADERFUNCTION.3: fix typo from d939226813Daniel Stenberg2018-02-161-1/+1
* CURLOPT_HEADERFUNCTION.3: mention folded headersDaniel Stenberg2018-02-161-1/+6
* TODO fixed: Detect when called from within callbacksBjörn Stenberg2018-02-152-0/+6
* libcurl-security.3: separate file:// sectionDaniel Stenberg2018-02-131-0/+7
* libcurl-security.3: the http://192.168.0.1/my_router_config caseDaniel Stenberg2018-02-131-1/+6
* libcurl-security.3: mention the URL standards problems tooDaniel Stenberg2018-02-131-0/+10
* libcurl-security.3: split out from libcurl-tutorial.3Daniel Stenberg2018-02-133-230/+320
* time: support > year 2038 time stamps for system with 32bit longDaniel Stenberg2018-01-308-9/+157
* docs: fix typos in man pagesAlessandro Ghedini2018-01-272-3/+3
* GSKit: restore pinnedpubkey functionalitymoparisthebest2018-01-251-1/+3
* parsedate: fix date parsing for systems with 32 bit longDaniel Stenberg2018-01-251-7/+9
* SChannel/WinSSL: Implement public key pinningmoparisthebest2018-01-251-1/+5
* docs: fix man page syntax to make test 1140 OK againDaniel Stenberg2018-01-232-4/+4
* http: prevent custom Authorization headers in redirectsDaniel Stenberg2018-01-221-1/+11
* libcurl-env.3: first takeDaniel Stenberg2018-01-202-1/+90
* CURLOPT_TCP_NODELAY.3: fix typorouzier2018-01-151-1/+1
* mime: clone mime tree upon easy handle duplication.Patrick Monnerat2018-01-141-2/+9
* docs: comment about CURLE_READ_ERROR returned by curl_mime_filedataPatrick Monnerat2018-01-141-2/+5
* setopt: fix SSLVERSION to allow CURL_SSLVERSION_MAX_ valuesJay Satiro2018-01-132-9/+17
* scripts: allow all perl scripts to be run directlyJay Satiro2018-01-072-2/+2
* curl_version_info.3: call the argument 'age'Daniel Stenberg2017-12-291-2/+2
* examples/cacertinmem: ignore cert-already-exists errorJay Satiro2017-12-261-72/+2
* CURLOPT_READFUNCTION.3: refer to argument with correct nameDaniel Stenberg2017-12-131-2/+2
* CURLOPT_DNS_LOCAL_IP4.3: fixed the seel also to not self-referenceDaniel Stenberg2017-12-111-1/+1
* CURLOPT_DNS_CACHE_TIMEOUT.3: see also CURLOPT_RESOLVEDaniel Stenberg2017-12-091-0/+1
* CURLOPT_PRIVATE.3: fix grammarrichardthe3rd2017-12-081-1/+1
* conncache: only allow multiplexing within same multi handleDaniel Stenberg2017-12-051-2/+9
* symbols-in-versions: added new symbols with 7.56.3 versionNikos Mavrogiannopoulos2017-12-011-0/+3
* libcurl-share.3: the connection cache is shareable nowDaniel Stenberg2017-11-271-5/+4
* global_init: ignore CURL_GLOBAL_SSL's absenseDaniel Stenberg2017-11-271-0/+3
* resolve: allow IP address within [] bracketsDaniel Stenberg2017-11-171-1/+3
* curl_share_setopt.3: document CURL_LOCK_DATA_CONNECTDaniel Stenberg2017-11-091-1/+8
* curl_multi_fdset.3: emphasize curl_multi_timeoutDaniel Stenberg2017-11-091-4/+5
* HTTP: implement Brotli content encodingPatrick Monnerat2017-11-052-0/+10
* auth: Added test cases for RFC7616Florin2017-10-282-2/+4