aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl
AgeCommit message (Expand)Author
2019-02-23examples: remove recursive calls to curl_multi_socket_actionDaniel Stenberg
2019-02-19connection: never reuse CONNECT_ONLY conectionsDaniel Stenberg
2019-02-19curl_multi_remove_handle.3: use at any time, just not from within callbacksDaniel Stenberg
2019-02-01schannel: stop calling it "winssl"Daniel Stenberg
2019-01-31doc: use meaningless port number in CURLOPT_LOCALPORT exampleJohn Marshall
2019-01-29Escape the '\'Gisle Vanem
2019-01-16Fix typo in manpageAlessandro Ghedini
2019-01-09cookies: skip custom cookies when redirecting cross-siteKatsuhiko YOSHIDA
2019-01-02docs: mention potential leak in curl_slist_appendDaniel Gustafsson
2018-12-21http: added options for allowing HTTP/0.9 responsesDaniel Stenberg
2018-12-14http: minor whitespace cleanup from f464535bDaniel Stenberg
2018-12-14http: Implement trailing headers for chunked transfersAyoub Boudhar
2018-12-11documentation: curl_formadd field and file names are now escapedPatrick Monnerat
2018-11-23CURLOPT_WRITEFUNCTION.3: spell out that it gets called many timesDaniel Stenberg
2018-11-22CURLOPT_HEADERFUNCTION.3: match 'nitems' name in synopsis and descriptionUnknownShadow200
2018-11-19docs: add more description to unified ssl error codesHan Han
2018-11-11docs: expanded on some CURLU detailsDaniel Stenberg
2018-11-09setopt: add CURLOPT_CURLUJim Fuller
2018-11-09docs: ESCape "\n" codesGisle Vanem
2018-11-07More "\n" ESCapingGisle Vanem
2018-11-07winssl: be consistent in Schannel capitalizationDaniel Gustafsson
2018-11-07urlapi: only skip encoding the first '=' with APPENDQUERY setDaniel Stenberg
2018-11-05netrc: don't ignore the login name specified with "--user"Michael Kaufmann
2018-11-04symbols-in-versions: add missing CURLU_ symbolsDaniel Stenberg
2018-11-01axtls: removedDaniel Stenberg
2018-11-01schannel: make CURLOPT_CERTINFO support using Issuer chainmarcosdiazr
2018-10-30vtls: add MesaLink to curl_sslbackend enumDaniel Gustafsson
2018-10-10docs: add "see also" links for SSL optionsMichael Kaufmann
2018-10-09CURLOPT_SSL_VERIFYSTATUS: Fix typoDaniel Gustafsson
2018-10-08spelling fixes [ci skip]Viktor Szakats
2018-10-03CURLOPT_SSLVERSION.3: fix typos and consistent spellingDaniel Gustafsson
2018-10-03CURLOPT_HEADER.3: fix typoJay Satiro
2018-09-23whitespace fixesViktor Szakats
2018-09-19urlapi: document the error codes, remove two unused onesDaniel Stenberg
2018-09-19urlapi: add CURLU_GUESS_SCHEME and fix hostname acceptanceDaniel Stenberg
2018-09-13curl_url_set.3: properly escape \n in example codeDave Reisner
2018-09-13curl_url_set.3: fix typo in reference to CURLU_APPENDQUERYDave Reisner
2018-09-10libcurl-url.3: overview man page for the URL APIDaniel Stenberg
2018-09-08curl_url_set.3: correct descriptionDaniel Stenberg
2018-09-08curl_url-docs: fix AVAILABILITY as Added in curl 7.62.0Daniel Stenberg
2018-09-08URL-APIDaniel Stenberg
2018-09-07curl_easy_upkeep: removed 'conn' from the nameDaniel Stenberg
2018-09-07upkeep: add a connection upkeep API: curl_easy_conn_upkeep()Max Dymond
2018-09-06imap: change from "FETCH" to "UID FETCH"Nicklas Avén
2018-09-06CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer sizeDaniel Stenberg
2018-09-06setopt: add CURLOPT_DOH_URLDaniel Stenberg
2018-09-06ssl: deprecate CURLE_SSL_CACERT in favour of a unified error codeHan Han
2018-09-05url: default to CURL_HTTP_VERSION_2TLS if built h2-enabledDaniel Stenberg
2018-09-05multiplex: enable by defaultDaniel Stenberg
2018-09-05pipelining: deprecatedDaniel Stenberg