summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup http3-present.c problemsbagder/h3-examplesDaniel Stenberg2019-08-131-4/+4
* fixup add to http3-present to dist as wellDaniel Stenberg2019-08-131-1/+2
* add http3-present.cDaniel Stenberg2019-08-131-0/+47
* examples: add http3.c and altsvc.cDaniel Stenberg2019-08-133-1/+111
* CURLOPT_ALTSVC_CTRL.3: remove CURLALTSVC_ALTUSEDDaniel Stenberg2019-08-131-5/+2
* docs/HTTP3: simplify quiche build instructionJunho Choi2019-08-121-6/+2
* altsvc: make it use h3-22 with ngtcp2 as wellDaniel Stenberg2019-08-121-2/+2
* ngtcp2: initial h3 request workDaniel Stenberg2019-08-122-24/+116
* curl_version_info: offer quic (and h3) library infoDaniel Stenberg2019-08-123-2/+21
* HTTP3: use ngtcp2's draft-22 branchDaniel Stenberg2019-08-121-1/+1
* RELEASE-NOTES: syncedDaniel Stenberg2019-08-121-8/+14
* CURLOPT_READFUNCTION.3: provide inline exampleDaniel Stenberg2019-08-121-2/+31
* ngtcp2: send HTTP/3 request with nghttp3Tatsuhiro Tsujikawa2019-08-121-44/+221
* nghttp3: initial h3 template code addedDaniel Stenberg2019-08-122-1/+501
* nghttp3: required when ngtcp2 is used for QUICDaniel Stenberg2019-08-123-9/+128
* asyn-thread: issue CURL_POLL_REMOVE before closing socketEric Wong2019-08-111-5/+20
* configure: avoid undefined check_for_ca_bundleCarlo Marcelo Arenas Belón2019-08-111-1/+1
* ngtcp2: Send ALPN h3-22Tatsuhiro Tsujikawa2019-08-111-4/+5
* ngtcp2: use ngtcp2_settings_default and specify initial_tsTatsuhiro Tsujikawa2019-08-111-4/+2
* curl_global_init_mem.3: mention it was added in 7.12.0Daniel Stenberg2019-08-111-1/+3
* ngtcp2: make the QUIC handshake workTatsuhiro Tsujikawa2019-08-103-76/+267
* HTTP3.md: Update quiche build instructionsAlex Mayorga2019-08-101-2/+12
* CURLOPT_H3: removedDaniel Stenberg2019-08-098-82/+4
* http3: make connection reuse workDaniel Stenberg2019-08-096-47/+87
* quiche: add SSLKEYLOGFILE supportDaniel Stenberg2019-08-091-0/+3
* cleanup: s/curl_debug/curl_dbg_debug in comments and docsDaniel Stenberg2019-08-083-7/+7
* RELEASE-NOTES: syncedDaniel Stenberg2019-08-081-5/+19
* alt-svc: add protocol version selection maskingDaniel Stenberg2019-08-085-64/+69
* http3: fix the HTTP/3 in the request, make alt-svc set right versionsDaniel Stenberg2019-08-082-39/+46
* alt-svc: send Alt-Used: in redirected requestsDaniel Stenberg2019-08-085-4/+17
* CURLOPT_HTTP_VERSION: seting this to 3 forces HTTP/3 use directlyDaniel Stenberg2019-08-0816-39/+43
* docs/ALTSVC: remove what works and the experimental explanationDaniel Stenberg2019-08-071-49/+8
* docs/EXPERIMENTAL: explain what it means and what's experimental nowDaniel Stenberg2019-08-072-0/+23
* curl: make use of CURLINFO_RETRY_AFTER when retryingDaniel Stenberg2019-08-072-1/+17
* curl: use CURLINFO_PROTOCOL to check for HTTP(s)Daniel Stenberg2019-08-071-4/+3
* CURLINFO_RETRY_AFTER: parse the Retry-After header valueDaniel Stenberg2019-08-0714-6/+317
* docs/ALTSVC.md: first basic file format descriptionDaniel Stenberg2019-08-071-0/+21
* curl: have -w's 'http_version' show '3' for HTTP/3Daniel Stenberg2019-08-071-1/+4
* curl.h: add CURL_HTTP_VERSION_3 to the version enumDaniel Stenberg2019-08-074-2/+8
* quiche: make use of the connection timeout API properlyDaniel Stenberg2019-08-072-0/+11
* quiche: make POSTFIELDS posts workDaniel Stenberg2019-08-071-14/+27
* quiche: improved error handling and memory cleanupsDaniel Stenberg2019-08-072-21/+49
* quiche: flush egress in h3_stream_recv() tooDaniel Stenberg2019-08-071-0/+4
* RELEASE-NOTES: syncedDaniel Stenberg2019-08-061-4/+13
* os400: take care of CURLOPT_SASL_AUTHZID in curl_easy_setopt_ccsid().Patrick Monnerat2019-08-062-6/+2
* tests: Fix the line endings for the SASL alt-auth testsJay Satiro2019-08-066-44/+44
* examples: Added SASL PLAIN authorisation identity (authzid) examplesSteve Holme2019-08-064-2/+304
* curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the toolSteve Holme2019-08-0614-4/+358
* sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZIDSteve Holme2019-08-0612-5/+99
* docs/HTTP3: refreshed as it is now in master and HTTP/3 can be testedDaniel Stenberg2019-08-061-14/+14