summaryrefslogtreecommitdiff
path: root/docs/libcurl
Commit message (Expand)AuthorAgeFilesLines
* PolarSSL: deprecate support step 1. Removed from configure.Daniel Stenberg2019-05-224-19/+10
* 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
* urlapi: add CURLUPART_ZONEID to set and getDaniel Stenberg2019-05-053-3/+10
* 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-214-0/+69
* CURLOPT_ADDRESS_SCOPE: fix range check and moretmilburn2019-04-131-9/+7
* urlapi: stricter CURLUPART_PORT parsingDaniel Stenberg2019-04-131-2/+4
* CURLOPT_DNS_USE_GLOBAL_CACHE: removeDaniel Stenberg2019-04-111-2/+4
* curl_easy_getinfo.3: fix minor formatting mistakeDaniel Stenberg2019-04-111-2/+2
* 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
* curl_url.3: this is not experimental anymoreDaniel Stenberg2019-03-221-9/+1
* alt-svc: the libcurl bitsDaniel Stenberg2019-03-035-5/+173
* curl_easy_duphandle.3: clarify that a duped handle has no sharesDaniel Stenberg2019-03-011-4/+6
* Secure Transport: no more "darwinssl"Daniel Stenberg2019-02-281-1/+2
* 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
* curl_multi_remove_handle.3: use at any time, just not from within callbacksDaniel Stenberg2019-02-191-1/+4
* 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