summaryrefslogtreecommitdiff
path: root/docs/libcurl
Commit message (Expand)AuthorAgeFilesLines
* 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
* libcurl-tutorial.3: fix typoAlessandro Ghedini2017-10-241-1/+1
* curl_mime_filedata.3: fix typosAlessandro Ghedini2017-10-231-2/+2
* setopt: avoid integer overflows when setting millsecond valuesDaniel Stenberg2017-10-163-7/+11
* CURLOPT_XFERINFODATA.3: fix duplicate see alsoDaniel Stenberg2017-10-091-2/+2
* CURLOPT_NOPROGRESS.3: also refer to xferinfofunctionDaniel Stenberg2017-10-091-5/+5
* docs: clarify form/mime usage of non-regular data files.Patrick Monnerat2017-10-082-2/+9
* docs: fix typo in curl_mime_data_cb man pageFelix Kaiser2017-10-041-1/+1
* libcurl-tutorial: add casts in example to avoid compilation warnings.Patrick Monnerat2017-10-031-1/+2
* libcurl-tutorial: fix two typos.Patrick Monnerat2017-10-021-3/+3
* libcurl-tutorial: describe MIME API and deprecate form API.Patrick Monnerat2017-10-011-4/+261
* docs: link CURLOPT_CONNECTTIMEOUT and CURLOPT_CONNECTTIMEOUT_MSMichael Kaufmann2017-09-282-0/+8
* docs: clarify the use of environment variables for proxyMichael Kaufmann2017-09-282-1/+7
* symbols-in-versions: fix CURLSSLSET_NO_BACKENDS entryJay Satiro2017-09-231-1/+1
* symbols-in-versions: add CURLSSLSET_NO_BACKENDSDaniel Stenberg2017-09-221-1/+2
* vtls: provide curl_global_sslset() even in non-SSL buildsDaniel Stenberg2017-09-221-2/+5
* form/mime: field names are not allowed to contain zero-valued bytes.Patrick Monnerat2017-09-2210-35/+30
* docs: clarify the CURLOPT_INTERLEAVE* options behaviorDaniel Stenberg2017-09-152-5/+10
* mbedtls: enable CA path processingJay Satiro2017-09-102-4/+6
* mime: implement encoders.Patrick Monnerat2017-09-053-2/+100
* docs/curl_mime_*.3: use correct variable types in examplesDaniel Stenberg2017-09-057-14/+14
* examples/mime: minor example code fixesViktor Szakats2017-09-051-1/+1
* docs/curl_mime_*.3: added examplesDaniel Stenberg2017-09-059-2/+128
* mime: use CURL_ZERO_TERMINATED in examplesViktor Szakats2017-09-042-4/+4
* docs: curl_mime_*.3 man page formatting editsDaniel Stenberg2017-09-0412-67/+72
* mime: use size_t instead of ssize_t in public API interface.Patrick Monnerat2017-09-033-34/+36
* mime: remove support "-" stdin pseudo-file name in curl_mime_filedata().Patrick Monnerat2017-09-031-1/+0
* mime: new MIME API.Patrick Monnerat2017-09-0220-13/+784
* curl_global_sslset: select backend by name case insensitivelyDaniel Stenberg2017-09-011-2/+2
* curl_global_sslset.3: show the struct and enum tooDaniel Stenberg2017-08-311-4/+25
* curl_global_sslset.3: clarifyDaniel Stenberg2017-08-301-15/+19
* curl_global_init.3: mention curl_global_sslset(3)Daniel Stenberg2017-08-281-1/+2