summaryrefslogtreecommitdiff
path: root/docs/libcurl/opts
Commit message (Expand)AuthorAgeFilesLines
* CURLOPT_TCP_NODELAY.3: fix typorouzier2018-01-151-1/+1
* setopt: fix SSLVERSION to allow CURL_SSLVERSION_MAX_ valuesJay Satiro2018-01-132-9/+17
* 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
* resolve: allow IP address within [] bracketsDaniel Stenberg2017-11-171-1/+3
* auth: Added test cases for RFC7616Florin2017-10-282-2/+4
* 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: 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
* docs: clarify the CURLOPT_INTERLEAVE* options behaviorDaniel Stenberg2017-09-152-5/+10
* mbedtls: enable CA path processingJay Satiro2017-09-102-4/+6
* docs: curl_mime_*.3 man page formatting editsDaniel Stenberg2017-09-041-3/+3
* mime: new MIME API.Patrick Monnerat2017-09-023-4/+60
* CURLOPT_USERPWD.3: see also CURLOPT_PROXYUSERPWDDaniel Stenberg2017-08-241-0/+1
* CURLOPT_SSH_COMPRESSION.3: enable with 1LDaniel Stenberg2017-08-171-4/+4
* ssh: add the ability to enable compression (for SCP/SFTP)Viktor Szakats2017-08-172-0/+59
* docs: fix grammar in CURL_SSLVERSION_MAX_DEFAULT descriptionAlessandro Ghedini2017-08-122-6/+6
* docs: fix typo stuct -> structAlessandro Ghedini2017-08-122-2/+2
* make install: add 8 missing man pages to the installationDaniel Stenberg2017-08-091-0/+7
* CURLOPT_NETRC.3: fix typo in 7e48aa386156f9c2Daniel Stenberg2017-08-021-2/+2
* CURLOPT_NETRC.3: mention the file name on windowsDaniel Stenberg2017-08-021-2/+4
* CURLOPT_POSTFIELDS.3: explain the 100-continue magic betterDaniel Stenberg2017-07-071-3/+5
* CURLOPT_SOCKS5_AUTH: allowed methods for SOCKS5 proxy authKamil Dudka2017-06-281-0/+63
* CURLINFO_REDIRECT_URL.3: mention the CURLOPT_MAXREDIRS caseDaniel Stenberg2017-06-241-0/+3
* --request-target: instead of --strip-path-slashDaniel Stenberg2017-06-214-10/+10
* http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASHDaniel Stenberg2017-06-194-3/+62
* getinfo: return sizes as curl_off_tDaniel Stenberg2017-06-1912-1/+387
* CURLOPT_PREQUOTE.3: spellfix man page referenceDaniel Stenberg2017-06-181-1/+1
* TODO: implement support for CURLOPT_PREQUOTE with SFTPDaniel Stenberg2017-06-181-5/+8
* CURLOPT_SSH_KEY*.3: typosDaniel Stenberg2017-05-312-2/+2
* CURLOPT_STREAM_DEPENDS.3: typoDaniel Stenberg2017-05-311-1/+1
* CURLOPT_FNMATCH_FUNCTION.3: also modified example to avoid fcpp issuesDaniel Stenberg2017-05-311-1/+1
* CURLOPT_FNMATCH_DATA.3: modified example to avoid fcpp issuesDaniel Stenberg2017-05-311-1/+1
* opts: more than 100 more examples for man pages...Daniel Stenberg2017-05-31119-249/+1653
* CURLOPT_PROXY.3: fix test 1140 breakageDaniel Stenberg2017-05-311-1/+1
* opts: more examples added to man pagesDaniel Stenberg2017-05-3019-41/+250
* docs: clarify NO_PROXY furtherDaniel Stenberg2017-05-301-1/+5
* CURLOPT_PROXY.3: describe the environment variables moreDaniel Stenberg2017-05-301-4/+12
* opts: more examples added in option man pagesDaniel Stenberg2017-05-2713-48/+190
* docs/CURLOPT_SSLVERSION.3: Correct define name in examplePhil Crump2017-05-251-1/+1
* SecureTransport/DarwinSSL: Implement public key pinningmoparisthebest2017-05-151-1/+5
* man pages: fix example syntax errorsDaniel Stenberg2017-05-153-0/+3
* docs/libcurl/opts: added more examples in man pagesDaniel Stenberg2017-05-1514-37/+265
* CURLOPT_HTTPPROXYTUNNEL: clarify, add exampleDaniel Stenberg2017-05-151-12/+23
* url.c: add a compile-time check that CURL_MAX_WRITE_SIZE is large enoughDan Fandrich2017-05-131-1/+2