summaryrefslogtreecommitdiff
path: root/docs/libcurl
AgeCommit message (Expand)Author
2019-07-17CURLOPT_RANGE.3: Caution against using it for HTTP PUTJay Satiro
2019-07-17CURLOPT_SEEKDATA.3: fix variable nameStefano Simonelli
2019-07-17docs: Explain behavior change in --tlsv1. options since 7.54Jay Satiro
2019-07-17libcurl: Restrict redirect schemes (follow-up)Jay Satiro
2019-07-16test1173: make it also check all libcurl option man pagesDaniel Stenberg
2019-07-14libcurl-security.3: update to new CURLOPT_REDIR_PROTOCOLS defaultsDaniel Stenberg
2019-07-06CURLOPT_HEADEROPT.3: Fix exampleCaleb Raitto
2019-06-30docs: Fix links to OpenSSL docsJay Satiro
2019-06-26curl_multi_wait.3: escape backslash in exampleGaël PORTAY
2019-06-25docs: fix string suggesting HTTP/2 is not the defaultNiklas Hambüchen
2019-06-24CURLMOPT_SOCKETFUNCTION.3: fix typoDaniel Gustafsson
2019-06-20typecheck: CURLOPT_CONNECT_TO takes an slist tooDaniel Stenberg
2019-06-10CURLMOPT_SOCKETFUNCTION.3: clarifiedDaniel Stenberg
2019-06-10CURLOPT_CAINFO.3: polished wordingDaniel Stenberg
2019-06-10wolfssl: refer to it as wolfSSL onlyDaniel Stenberg
2019-06-09libcurl-tutorial.3: Fix small typo (mutipart -> multipart)Sorcus
2019-06-04curl_share_setopt.3: improve wording [ci ship]Daniel Stenberg
2019-06-02tls13-docs: mention it is only for OpenSSL >= 1.1.1Daniel Stenberg
2019-05-25Revert all SASL authzid (new feature) commitsJay Satiro
2019-05-22sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZIDSteve Holme
2019-05-22PolarSSL: deprecate support step 1. Removed from configure.Daniel Stenberg
2019-05-15CURLOPT_READFUNCTION.3: see also CURLOPT_UPLOAD_BUFFERSIZE [ci skip]Daniel Stenberg
2019-05-14CURLOPT_CAINFO.3: with Schannel, you want Windows 8 or later [ci skip]Daniel Stenberg
2019-05-05urlapi: add CURLUPART_ZONEID to set and getDaniel Stenberg
2019-05-03CURLMOPT_TIMERFUNCTION.3: warn about the recursive risk [ci skip]Daniel Stenberg
2019-05-03CURLOPT_CHUNK_BGN_FUNCTION.3: document the struct and time valueDaniel Stenberg
2019-04-21CURLOPT_MAXAGE_CONN: set the maximum allowed age for conn reuseDaniel Stenberg
2019-04-13CURLOPT_ADDRESS_SCOPE: fix range check and moretmilburn
2019-04-13urlapi: stricter CURLUPART_PORT parsingDaniel Stenberg
2019-04-11CURLOPT_DNS_USE_GLOBAL_CACHE: removeDaniel Stenberg
2019-04-11curl_easy_getinfo.3: fix minor formatting mistakeDaniel Stenberg
2019-04-06pipelining: removedDaniel Stenberg
2019-04-03documentation: Fix several typosTim Rühsen
2019-03-25CURLMOPT_PIPELINING.3: fix typoJay Satiro
2019-03-22curl_url.3: this is not experimental anymoreDaniel Stenberg
2019-03-03alt-svc: the libcurl bitsDaniel Stenberg
2019-03-01curl_easy_duphandle.3: clarify that a duped handle has no sharesDaniel Stenberg
2019-02-28Secure Transport: no more "darwinssl"Daniel Stenberg
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