aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl
AgeCommit message (Expand)Author
2018-01-27docs: fix typos in man pagesAlessandro Ghedini
2018-01-25GSKit: restore pinnedpubkey functionalitymoparisthebest
2018-01-25parsedate: fix date parsing for systems with 32 bit longDaniel Stenberg
2018-01-25SChannel/WinSSL: Implement public key pinningmoparisthebest
2018-01-23docs: fix man page syntax to make test 1140 OK againDaniel Stenberg
2018-01-22http: prevent custom Authorization headers in redirectsDaniel Stenberg
2018-01-20libcurl-env.3: first takeDaniel Stenberg
2018-01-15CURLOPT_TCP_NODELAY.3: fix typorouzier
2018-01-14mime: clone mime tree upon easy handle duplication.Patrick Monnerat
2018-01-14docs: comment about CURLE_READ_ERROR returned by curl_mime_filedataPatrick Monnerat
2018-01-13setopt: fix SSLVERSION to allow CURL_SSLVERSION_MAX_ valuesJay Satiro
2018-01-07scripts: allow all perl scripts to be run directlyJay Satiro
2017-12-29curl_version_info.3: call the argument 'age'Daniel Stenberg
2017-12-26examples/cacertinmem: ignore cert-already-exists errorJay Satiro
2017-12-13CURLOPT_READFUNCTION.3: refer to argument with correct nameDaniel Stenberg
2017-12-11CURLOPT_DNS_LOCAL_IP4.3: fixed the seel also to not self-referenceDaniel Stenberg
2017-12-09CURLOPT_DNS_CACHE_TIMEOUT.3: see also CURLOPT_RESOLVEDaniel Stenberg
2017-12-08CURLOPT_PRIVATE.3: fix grammarrichardthe3rd
2017-12-05conncache: only allow multiplexing within same multi handleDaniel Stenberg
2017-12-01symbols-in-versions: added new symbols with 7.56.3 versionNikos Mavrogiannopoulos
2017-11-27libcurl-share.3: the connection cache is shareable nowDaniel Stenberg
2017-11-27global_init: ignore CURL_GLOBAL_SSL's absenseDaniel Stenberg
2017-11-17resolve: allow IP address within [] bracketsDaniel Stenberg
2017-11-09curl_share_setopt.3: document CURL_LOCK_DATA_CONNECTDaniel Stenberg
2017-11-09curl_multi_fdset.3: emphasize curl_multi_timeoutDaniel Stenberg
2017-11-05HTTP: implement Brotli content encodingPatrick Monnerat
2017-10-28auth: Added test cases for RFC7616Florin
2017-10-24libcurl-tutorial.3: fix typoAlessandro Ghedini
2017-10-23curl_mime_filedata.3: fix typosAlessandro Ghedini
2017-10-16setopt: avoid integer overflows when setting millsecond valuesDaniel Stenberg
2017-10-09CURLOPT_XFERINFODATA.3: fix duplicate see alsoDaniel Stenberg
2017-10-09CURLOPT_NOPROGRESS.3: also refer to xferinfofunctionDaniel Stenberg
2017-10-08docs: clarify form/mime usage of non-regular data files.Patrick Monnerat
2017-10-04docs: fix typo in curl_mime_data_cb man pageFelix Kaiser
2017-10-03libcurl-tutorial: add casts in example to avoid compilation warnings.Patrick Monnerat
2017-10-02libcurl-tutorial: fix two typos.Patrick Monnerat
2017-10-01libcurl-tutorial: describe MIME API and deprecate form API.Patrick Monnerat
2017-09-28docs: link CURLOPT_CONNECTTIMEOUT and CURLOPT_CONNECTTIMEOUT_MSMichael Kaufmann
2017-09-28docs: clarify the use of environment variables for proxyMichael Kaufmann
2017-09-23symbols-in-versions: fix CURLSSLSET_NO_BACKENDS entryJay Satiro
2017-09-22symbols-in-versions: add CURLSSLSET_NO_BACKENDSDaniel Stenberg
2017-09-22vtls: provide curl_global_sslset() even in non-SSL buildsDaniel Stenberg
2017-09-22form/mime: field names are not allowed to contain zero-valued bytes.Patrick Monnerat
2017-09-15docs: clarify the CURLOPT_INTERLEAVE* options behaviorDaniel Stenberg
2017-09-10mbedtls: enable CA path processingJay Satiro
2017-09-05mime: implement encoders.Patrick Monnerat
2017-09-05docs/curl_mime_*.3: use correct variable types in examplesDaniel Stenberg
2017-09-05examples/mime: minor example code fixesViktor Szakats
2017-09-05docs/curl_mime_*.3: added examplesDaniel Stenberg
2017-09-04mime: use CURL_ZERO_TERMINATED in examplesViktor Szakats