summaryrefslogtreecommitdiff
path: root/docs/libcurl
Commit message (Expand)AuthorAgeFilesLines
* 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
* curl_multi_poll: a sister to curl_multi_wait() that waits moreDaniel Stenberg2019-08-062-0/+111
* http09: disable HTTP/0.9 by default in both tool and libraryDaniel Stenberg2019-08-061-5/+5
* HTTP: use chunked Transfer-Encoding for HTTP_POST if size unknownBalazs Kovacsics2019-07-291-2/+3
* HTTP3: initial (experimental) supportDaniel Stenberg2019-07-214-0/+67
* curl_version_info: provide nghttp2 detailsDaniel Stenberg2019-07-201-0/+1
* CURLOPT_RANGE.3: Caution against using it for HTTP PUTJay Satiro2019-07-171-0/+8
* CURLOPT_SEEKDATA.3: fix variable nameStefano Simonelli2019-07-171-1/+1
* docs: Explain behavior change in --tlsv1. options since 7.54Jay Satiro2019-07-172-0/+10
* libcurl: Restrict redirect schemes (follow-up)Jay Satiro2019-07-173-7/+9
* test1173: make it also check all libcurl option man pagesDaniel Stenberg2019-07-166-38/+34