summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup test2047bagder/credentials-in-urlDaniel Stenberg2019-08-151-1/+1
* http: fix use of credentials in URL when using HTTP proxyDaniel Stenberg2019-08-154-12/+116
* tests: Replace outdated test case numbering documentationMike Crowe2019-08-151-21/+6
* travis: reduce number of torture tests in 'coverage'Daniel Stenberg2019-08-151-1/+1
* configure: use -lquiche to link to quicheIgor Makarov2019-08-151-1/+1
* ngtcp2: provide the callbacks as a static structDaniel Stenberg2019-08-152-32/+33
* ngtcp2: add missing nghttp3_conn_add_write_offset callTatsuhiro Tsujikawa2019-08-151-0/+9
* ngtcp2: deal with stream closeTatsuhiro Tsujikawa2019-08-151-1/+10
* ngtcp2: Consume QUIC STREAM data properlyTatsuhiro Tsujikawa2019-08-151-8/+13
* ngtcp2: don't reinitialize SSL on RetryTatsuhiro Tsujikawa2019-08-151-1/+0
* multi: getsock improvements for QUIC connectingDaniel Stenberg2019-08-141-1/+7
* connect: connections are persistent by default for HTTP/3Daniel Stenberg2019-08-141-0/+3
* quiche: happy eyeballsDaniel Stenberg2019-08-141-31/+42
* ngtcp2: do QUIC connections happy-eyeballs friendlyDaniel Stenberg2019-08-146-230/+262
* curl_version: bump string buffer size to 250Daniel Stenberg2019-08-141-1/+1
* 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-1411-18/+62
* curl_version_info: make the quic_version a constDaniel Stenberg2019-08-132-2/+2
* examples: add http3.c, altsvc.c and http3-present.cDaniel Stenberg2019-08-134-1/+159
* nss: use TLSv1.3 as default if supportedPeter Wu2019-08-131-10/+6
* quic.h: remove unused protoDaniel Stenberg2019-08-131-6/+0
* curl_version_info.3: mentioned ALTSVC and HTTP3Daniel Stenberg2019-08-131-45/+49
* lib/quic.c: unused - removedDaniel Stenberg2019-08-132-39/+1
* 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