aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-13nss: use TLSv1.3 as default if supportedPeter Wu
2019-08-13quic.h: remove unused protoDaniel Stenberg
2019-08-13curl_version_info.3: mentioned ALTSVC and HTTP3Daniel Stenberg
2019-08-13lib/quic.c: unused - removedDaniel Stenberg
2019-08-13CURLOPT_ALTSVC_CTRL.3: remove CURLALTSVC_ALTUSEDDaniel Stenberg
2019-08-12docs/HTTP3: simplify quiche build instructionJunho Choi
2019-08-12altsvc: make it use h3-22 with ngtcp2 as wellDaniel Stenberg
2019-08-12ngtcp2: initial h3 request workDaniel Stenberg
2019-08-12curl_version_info: offer quic (and h3) library infoDaniel Stenberg
2019-08-12HTTP3: use ngtcp2's draft-22 branchDaniel Stenberg
2019-08-12RELEASE-NOTES: syncedDaniel Stenberg
2019-08-12CURLOPT_READFUNCTION.3: provide inline exampleDaniel Stenberg
2019-08-12ngtcp2: send HTTP/3 request with nghttp3Tatsuhiro Tsujikawa
2019-08-12nghttp3: initial h3 template code addedDaniel Stenberg
2019-08-12nghttp3: required when ngtcp2 is used for QUICDaniel Stenberg
2019-08-11asyn-thread: issue CURL_POLL_REMOVE before closing socketEric Wong
2019-08-11configure: avoid undefined check_for_ca_bundleCarlo Marcelo Arenas Belón
2019-08-11ngtcp2: Send ALPN h3-22Tatsuhiro Tsujikawa
2019-08-11ngtcp2: use ngtcp2_settings_default and specify initial_tsTatsuhiro Tsujikawa
2019-08-11curl_global_init_mem.3: mention it was added in 7.12.0Daniel Stenberg
2019-08-10ngtcp2: make the QUIC handshake workTatsuhiro Tsujikawa
2019-08-10HTTP3.md: Update quiche build instructionsAlex Mayorga
2019-08-09CURLOPT_H3: removedDaniel Stenberg
2019-08-09http3: make connection reuse workDaniel Stenberg
2019-08-09quiche: add SSLKEYLOGFILE supportDaniel Stenberg
2019-08-08cleanup: s/curl_debug/curl_dbg_debug in comments and docsDaniel Stenberg
2019-08-08RELEASE-NOTES: syncedDaniel Stenberg
2019-08-08alt-svc: add protocol version selection maskingDaniel Stenberg
2019-08-08http3: fix the HTTP/3 in the request, make alt-svc set right versionsDaniel 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-07curl: use CURLINFO_PROTOCOL to check for HTTP(s)Daniel 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: have -w's 'http_version' show '3' for HTTP/3Daniel Stenberg
2019-08-07curl.h: add CURL_HTTP_VERSION_3 to the version enumDaniel Stenberg
2019-08-07quiche: make use of the connection timeout API properlyDaniel Stenberg
2019-08-07quiche: make POSTFIELDS posts workDaniel Stenberg
2019-08-07quiche: improved error handling and memory cleanupsDaniel Stenberg
2019-08-07quiche: flush egress in h3_stream_recv() tooDaniel Stenberg
2019-08-06RELEASE-NOTES: syncedDaniel Stenberg
2019-08-06os400: take care of CURLOPT_SASL_AUTHZID in curl_easy_setopt_ccsid().Patrick Monnerat
2019-08-06tests: Fix the line endings for the SASL alt-auth testsJay Satiro
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