summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2019-09-12Merge tag 'curl-7_66_0'ng0
2019-09-10THANKS: from the 7.66.0 releaseDaniel Stenberg
2019-09-05KNOWN_BUGS/TODO: cleanup and remove outdated issuesDaniel Stenberg
2019-09-02ROADMAP: updated after recent user pollDaniel Stenberg
2019-08-31THANKS: remove duplicateDaniel Stenberg
2019-08-28CURLOPT_HEADERFUNCTION.3: clarifyChristopher Head
2019-08-28CURLINFO docs: mention that in redirects times are addedDaniel Stenberg
2019-08-27HTTP3: switched openssl branch to useDaniel Stenberg
2019-08-26KNOWN_BUGS: USE_UNIX_SOCKETS on WindowsDaniel Stenberg
2019-08-23defines: avoid underscore-prefixed definesDaniel Stenberg
2019-08-21docs/examples/curlx: fix errorsGisle Vanem
2019-08-20configure: use pkg-config to detect quicheAlessandro Ghedini
2019-08-20CURLOPT_SSL_VERIFYHOST: treat the value 1 as 2Daniel Stenberg
2019-08-20curl: use .curlrc (with a dot) on Windows as wellDaniel Stenberg
2019-08-16TODO/ROADMAP: remove "refuse downgrade redirects" and HTTP/3Daniel Stenberg
2019-08-15Merge tag 'curl-7_65_3'ng0
2019-08-14CURLOPT_ALTSVC.3: use a "" file name to not load from a fileDaniel Stenberg
2019-08-14vauth: Use CURLE_AUTH_ERROR for auth function errorsJay Satiro
2019-08-13curl_version_info: make the quic_version a constDaniel Stenberg
2019-08-13examples: add http3.c, altsvc.c and http3-present.cDaniel Stenberg
2019-08-13curl_version_info.3: mentioned ALTSVC and HTTP3Daniel Stenberg
2019-08-13CURLOPT_ALTSVC_CTRL.3: remove CURLALTSVC_ALTUSEDDaniel Stenberg
2019-08-12docs/HTTP3: simplify quiche build instructionJunho Choi
2019-08-12curl_version_info: offer quic (and h3) library infoDaniel Stenberg
2019-08-12HTTP3: use ngtcp2's draft-22 branchDaniel Stenberg
2019-08-12CURLOPT_READFUNCTION.3: provide inline exampleDaniel Stenberg
2019-08-12nghttp3: required when ngtcp2 is used for QUICDaniel Stenberg
2019-08-11curl_global_init_mem.3: mention it was added in 7.12.0Daniel Stenberg
2019-08-10HTTP3.md: Update quiche build instructionsAlex Mayorga
2019-08-09CURLOPT_H3: removedDaniel Stenberg
2019-08-08cleanup: s/curl_debug/curl_dbg_debug in comments and docsDaniel Stenberg
2019-08-08alt-svc: send Alt-Used: in redirected requestsDaniel Stenberg
2019-08-08CURLOPT_HTTP_VERSION: seting this to 3 forces HTTP/3 use directlyDaniel Stenberg
2019-08-07docs/ALTSVC: remove what works and the experimental explanationDaniel Stenberg
2019-08-07docs/EXPERIMENTAL: explain what it means and what's experimental nowDaniel Stenberg
2019-08-07curl: make use of CURLINFO_RETRY_AFTER when retryingDaniel Stenberg
2019-08-07CURLINFO_RETRY_AFTER: parse the Retry-After header valueDaniel Stenberg
2019-08-07docs/ALTSVC.md: first basic file format descriptionDaniel Stenberg
2019-08-07curl.h: add CURL_HTTP_VERSION_3 to the version enumDaniel Stenberg
2019-08-06examples: Added SASL PLAIN authorisation identity (authzid) examplesSteve Holme
2019-08-06curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the toolSteve Holme
2019-08-06sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZIDSteve Holme
2019-08-06docs/HTTP3: refreshed as it is now in master and HTTP/3 can be testedDaniel Stenberg
2019-08-06curl_multi_poll: a sister to curl_multi_wait() that waits moreDaniel Stenberg
2019-08-06http09: disable HTTP/0.9 by default in both tool and libraryDaniel Stenberg
2019-07-31ROADMAP: parallel transfers are merged nowDaniel Stenberg
2019-07-29HTTP: use chunked Transfer-Encoding for HTTP_POST if size unknownBalazs Kovacsics
2019-07-25examples: Avoid reserved names in hiperfifo examplesBrad Spencer
2019-07-21HTTP3: initial (experimental) supportDaniel Stenberg
2019-07-20docs/PARALLEL-TRANSFERS: correct the version numberDaniel Stenberg