summaryrefslogtreecommitdiff
path: root/docs/libcurl/opts
Commit message (Expand)AuthorAgeFilesLines
* CURLOPT_READFUNCTION.3: see also CURLOPT_UPLOAD_BUFFERSIZE [ci skip]Daniel Stenberg2019-05-151-1/+2
* CURLOPT_CAINFO.3: with Schannel, you want Windows 8 or later [ci skip]Daniel Stenberg2019-05-141-5/+6
* CURLMOPT_TIMERFUNCTION.3: warn about the recursive risk [ci skip]Daniel Stenberg2019-05-031-0/+5
* CURLOPT_CHUNK_BGN_FUNCTION.3: document the struct and time valueDaniel Stenberg2019-05-031-1/+28
* CURLOPT_MAXAGE_CONN: set the maximum allowed age for conn reuseDaniel Stenberg2019-04-212-0/+66
* CURLOPT_ADDRESS_SCOPE: fix range check and moretmilburn2019-04-131-9/+7
* CURLOPT_DNS_USE_GLOBAL_CACHE: removeDaniel Stenberg2019-04-111-2/+4
* pipelining: removedDaniel Stenberg2019-04-066-10/+20
* documentation: Fix several typosTim Rühsen2019-04-032-2/+2
* CURLMOPT_PIPELINING.3: fix typoJay Satiro2019-03-251-1/+1
* alt-svc: the libcurl bitsDaniel Stenberg2019-03-033-0/+155
* examples: remove recursive calls to curl_multi_socket_actionDaniel Stenberg2019-02-231-9/+7
* connection: never reuse CONNECT_ONLY conectionsDaniel Stenberg2019-02-191-1/+4
* schannel: stop calling it "winssl"Daniel Stenberg2019-02-017-22/+22
* doc: use meaningless port number in CURLOPT_LOCALPORT exampleJohn Marshall2019-01-312-2/+2
* Fix typo in manpageAlessandro Ghedini2019-01-161-1/+1
* cookies: skip custom cookies when redirecting cross-siteKatsuhiko YOSHIDA2019-01-091-0/+4
* http: added options for allowing HTTP/0.9 responsesDaniel Stenberg2018-12-213-2/+62
* http: minor whitespace cleanup from f464535bDaniel Stenberg2018-12-142-38/+19
* http: Implement trailing headers for chunked transfersAyoub Boudhar2018-12-143-0/+171
* CURLOPT_WRITEFUNCTION.3: spell out that it gets called many timesDaniel Stenberg2018-11-231-3/+5
* CURLOPT_HEADERFUNCTION.3: match 'nitems' name in synopsis and descriptionUnknownShadow2002018-11-221-1/+1
* docs: expanded on some CURLU detailsDaniel Stenberg2018-11-112-3/+14
* setopt: add CURLOPT_CURLUJim Fuller2018-11-092-0/+62
* docs: ESCape "\n" codesescape-codes-docsGisle Vanem2018-11-094-6/+6
* More "\n" ESCapingGisle Vanem2018-11-071-3/+3
* winssl: be consistent in Schannel capitalizationDaniel Gustafsson2018-11-071-2/+2
* netrc: don't ignore the login name specified with "--user"Michael Kaufmann2018-11-051-8/+9
* axtls: removedDaniel Stenberg2018-11-013-6/+4
* schannel: make CURLOPT_CERTINFO support using Issuer chainmarcosdiazr2018-11-011-1/+1
* vtls: add MesaLink to curl_sslbackend enumDaniel Gustafsson2018-10-301-3/+5
* docs: add "see also" links for SSL optionsMichael Kaufmann2018-10-106-6/+14
* CURLOPT_SSL_VERIFYSTATUS: Fix typoDaniel Gustafsson2018-10-091-2/+2
* CURLOPT_SSLVERSION.3: fix typos and consistent spellingDaniel Gustafsson2018-10-031-4/+4
* CURLOPT_HEADER.3: fix typoJay Satiro2018-10-031-1/+1
* whitespace fixesViktor Szakats2018-09-2310-10/+4
* curl_easy_upkeep: removed 'conn' from the nameDaniel Stenberg2018-09-072-10/+10
* upkeep: add a connection upkeep API: curl_easy_conn_upkeep()Max Dymond2018-09-072-0/+74
* imap: change from "FETCH" to "UID FETCH"Nicklas Avén2018-09-061-1/+4
* CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer sizeDaniel Stenberg2018-09-062-0/+70
* setopt: add CURLOPT_DOH_URLDaniel Stenberg2018-09-062-0/+72
* url: default to CURL_HTTP_VERSION_2TLS if built h2-enabledDaniel Stenberg2018-09-051-2/+4
* multiplex: enable by defaultDaniel Stenberg2018-09-051-1/+3
* pipelining: deprecatedDaniel Stenberg2018-09-051-1/+3
* CURLOPT_SSL_CTX_FUNCTION.3: clarify connection reuse warningJay Satiro2018-08-291-1/+2
* CURLOPT_ACCEPT_ENCODING.3: list them comma-separated [ci skip]Daniel Stenberg2018-08-271-3/+11
* CURLOPT_SSL_CTX_FUNCTION.3: might cause unintended connection reuse [ci skip]Daniel Stenberg2018-08-271-2/+7
* docs: clarify NO_PROXY env variable functionalityDaniel Stenberg2018-08-242-6/+6
* docs: Improve the manual pages of some callbacksMichael Kaufmann2018-08-115-15/+21
* Documentation: fix CURLOPT_SSH_COMPRESSION copy/paste bugDaniel Jelinski2018-08-101-2/+2