summaryrefslogtreecommitdiff
path: root/docs/libcurl
Commit message (Expand)AuthorAgeFilesLines
* schannel: stop calling it "winssl"Daniel Stenberg2019-02-018-24/+24
* doc: use meaningless port number in CURLOPT_LOCALPORT exampleJohn Marshall2019-01-312-2/+2
* Escape the '\'Gisle Vanem2019-01-291-1/+1
* Fix typo in manpageAlessandro Ghedini2019-01-161-1/+1
* cookies: skip custom cookies when redirecting cross-siteKatsuhiko YOSHIDA2019-01-091-0/+4
* docs: mention potential leak in curl_slist_appendDaniel Gustafsson2019-01-021-2/+14
* http: added options for allowing HTTP/0.9 responsesDaniel Stenberg2018-12-215-2/+65
* http: minor whitespace cleanup from f464535bDaniel Stenberg2018-12-142-38/+19
* http: Implement trailing headers for chunked transfersAyoub Boudhar2018-12-145-0/+181
* documentation: curl_formadd field and file names are now escapedPatrick Monnerat2018-12-111-1/+2
* 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: add more description to unified ssl error codesHan Han2018-11-191-4/+4
* docs: expanded on some CURLU detailsDaniel Stenberg2018-11-112-3/+14
* setopt: add CURLOPT_CURLUJim Fuller2018-11-094-0/+65
* 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
* urlapi: only skip encoding the first '=' with APPENDQUERY setDaniel Stenberg2018-11-071-5/+6
* netrc: don't ignore the login name specified with "--user"Michael Kaufmann2018-11-051-8/+9
* symbols-in-versions: add missing CURLU_ symbolsDaniel Stenberg2018-11-041-11/+21
* axtls: removedDaniel Stenberg2018-11-016-10/+6
* schannel: make CURLOPT_CERTINFO support using Issuer chainmarcosdiazr2018-11-011-1/+1
* vtls: add MesaLink to curl_sslbackend enumDaniel Gustafsson2018-10-303-4/+8
* docs: add "see also" links for SSL optionsMichael Kaufmann2018-10-106-6/+14
* CURLOPT_SSL_VERIFYSTATUS: Fix typoDaniel Gustafsson2018-10-091-2/+2
* spelling fixes [ci skip]Viktor Szakats2018-10-082-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-2322-101/+85
* urlapi: document the error codes, remove two unused onesDaniel Stenberg2018-09-192-3/+36
* urlapi: add CURLU_GUESS_SCHEME and fix hostname acceptanceDaniel Stenberg2018-09-191-0/+10
* curl_url_set.3: properly escape \n in example codeDave Reisner2018-09-131-1/+1
* curl_url_set.3: fix typo in reference to CURLU_APPENDQUERYDave Reisner2018-09-131-1/+1
* libcurl-url.3: overview man page for the URL APIDaniel Stenberg2018-09-102-0/+138
* curl_url_set.3: correct descriptionDaniel Stenberg2018-09-081-1/+1
* curl_url-docs: fix AVAILABILITY as Added in curl 7.62.0Daniel Stenberg2018-09-085-5/+5
* URL-APIDaniel Stenberg2018-09-087-23/+497
* curl_easy_upkeep: removed 'conn' from the nameDaniel Stenberg2018-09-076-23/+23
* upkeep: add a connection upkeep API: curl_easy_conn_upkeep()Max Dymond2018-09-076-1/+157
* imap: change from "FETCH" to "UID FETCH"Nicklas Avén2018-09-061-1/+4
* CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer sizeDaniel Stenberg2018-09-064-0/+73
* setopt: add CURLOPT_DOH_URLDaniel Stenberg2018-09-064-0/+75
* ssl: deprecate CURLE_SSL_CACERT in favour of a unified error codeHan Han2018-09-061-1/+1
* 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