summaryrefslogtreecommitdiff
path: root/docs/libcurl
Commit message (Expand)AuthorAgeFilesLines
* HTTP-COOKIES.md: describe the cookie file formatDaniel Stenberg2020-01-132-2/+10
* ngtcp2: Add an error code for QUIC connection errorsEmil Engler2020-01-112-0/+4
* multi: Change curl_multi_wait/poll to error on negative timeoutJay Satiro2020-01-112-1/+4
* include: remove non-curl prefixed definesDaniel Stenberg2020-01-091-5/+6
* CURLOPT_READFUNCTION.3: fix fopen params in exampleJay Satiro2020-01-061-1/+1
* CURLOPT_READFUNCTION.3: fix variable name in exampleJay Satiro2020-01-061-1/+1
* docs: mention CURL_MAX_INPUT_LENGTH restrictionsDaniel Stenberg2020-01-052-2/+10
* CURLOPT_HEADERFUNCTION.3: Document that size is always 1Jay Satiro2019-12-261-3/+3
* CURLOPT_QUOTE.3: fix typosJay Satiro2019-12-183-11/+11
* CURLOPT_URL.3: "curl supports SMB version 1 (only)"Daniel Stenberg2019-12-181-2/+2
* docs: TLS SRP doesn't work with TLS 1.3Daniel Stenberg2019-12-163-5/+11
* CURLOPT_VERBOSE.3: see also ERRORBUFFERDaniel Stenberg2019-12-041-1/+2
* openssl: CURLSSLOPT_NO_PARTIALCHAIN can disable partial cert chainsDaniel Stenberg2019-12-032-17/+22
* OPENSOCKETFUNCTION.3: correct the purpose descriptionDaniel Stenberg2019-12-031-7/+4
* docs: add more references to curl_multi_pollDaniel Stenberg2019-11-282-3/+4
* XFERINFOFUNCTION: support CURL_PROGRESSFUNC_CONTINUEJohn Schroeder2019-11-263-4/+11
* TLS: add BearSSL vtls implementationMichael Forney2019-11-262-1/+3
* curl_multi_wakeup.3: add example and AVAILABILITYDaniel Stenberg2019-11-261-0/+39
* multi: add curl_multi_wakeup()Gergely Nagy2019-11-255-2/+60
* test1175: verify symbols-in-versions and libcurl-errors.3 in syncDaniel Stenberg2019-11-222-9/+12
* include: make CURLE_HTTP3 use a new error codeDaniel Stenberg2019-11-211-0/+3
* quiche: reject headers in the wrong orderDaniel Stenberg2019-11-121-0/+1
* copyrights: update all copyright notices to 2019 on files changed this yearVilhelm Prytz2019-11-0220-20/+20
* CURLOPT_TIMEOUT.3: Clarify transfer timeout time includes queue timeJay Satiro2019-10-161-5/+6
* CURLOPT_TIMEOUT.3: remove the mention of "minutes"Daniel Stenberg2019-10-071-4/+4
* docs: add note on failed handles not being counted by curl_multi_performDenis Chaplygin2019-10-032-2/+3
* CURLMOPT_MAX_CONCURRENT_STREAMS.3: fix SEE ALSO typoDaniel Stenberg2019-10-031-1/+1
* ESNI: initial build/setupNiall2019-10-021-0/+1
* CURLMOPT_MAX_CONCURRENT_STREAMS: new setoptKunal Ekawde2019-10-024-5/+65
* docs: disambiguate CURLUPART_HOST is for host name (ie no port)Jay Satiro2019-09-282-4/+6
* urlapi: CURLU_NO_AUTHORITY allows empty authority/host partJens Finkhaeuser2019-09-192-0/+7
* docs: remove trailing ':' from section names in CURLOPT_TRAILER* manAlessandro Ghedini2019-09-152-13/+13
* docs: fix typo in CURLOPT_HTTP_VERSION manAlessandro Ghedini2019-09-151-1/+1
* CURLOPT_HEADERFUNCTION.3: clarifyChristopher Head2019-08-281-1/+4
* CURLINFO docs: mention that in redirects times are addedDaniel Stenberg2019-08-2812-12/+37
* CURLOPT_SSL_VERIFYHOST: treat the value 1 as 2Daniel Stenberg2019-08-202-9/+20
* CURLOPT_ALTSVC.3: use a "" file name to not load from a fileDaniel Stenberg2019-08-141-0/+2
* vauth: Use CURLE_AUTH_ERROR for auth function errorsJay Satiro2019-08-142-0/+3
* curl_version_info: make the quic_version a constDaniel Stenberg2019-08-131-1/+1
* curl_version_info.3: mentioned ALTSVC and HTTP3Daniel Stenberg2019-08-131-45/+49
* CURLOPT_ALTSVC_CTRL.3: remove CURLALTSVC_ALTUSEDDaniel Stenberg2019-08-131-5/+2
* curl_version_info: offer quic (and h3) library infoDaniel Stenberg2019-08-121-0/+9
* CURLOPT_READFUNCTION.3: provide inline exampleDaniel Stenberg2019-08-121-2/+31
* curl_global_init_mem.3: mention it was added in 7.12.0Daniel Stenberg2019-08-111-1/+3
* CURLOPT_H3: removedDaniel Stenberg2019-08-095-63/+2
* alt-svc: send Alt-Used: in redirected requestsDaniel Stenberg2019-08-081-1/+0
* CURLOPT_HTTP_VERSION: seting this to 3 forces HTTP/3 use directlyDaniel Stenberg2019-08-084-12/+16
* CURLINFO_RETRY_AFTER: parse the Retry-After header valueDaniel Stenberg2019-08-074-0/+68
* curl.h: add CURL_HTTP_VERSION_3 to the version enumDaniel Stenberg2019-08-071-0/+1
* sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZIDSteve Holme2019-08-064-0/+68