aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-20http: remove chunked-encoding and expect header use for HTTP/3Daniel Stenberg
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-20netrc: make the code try ".netrc" on Windows as wellDaniel Stenberg
2019-08-20ngtcp2: use ngtcp2_version() to get the run-time versionDaniel Stenberg
2019-08-20ngtcp2: move the h3 initing to immediately after the rx keyDaniel Stenberg
2019-08-17quiche: register debug callback once and earlierAlessandro Ghedini
2019-08-17ssh: add a generic Curl_ssh_version function for SSH backendsDaniel Stenberg
2019-08-17base64: check for SSH, not specific SSH backendsDaniel Stenberg
2019-08-17vssh: move ssh init/cleanup functions into backend codeDaniel Stenberg
2019-08-17vssh: create directory for SSH backend codeDaniel Stenberg
2019-08-16TODO/ROADMAP: remove "refuse downgrade redirects" and HTTP/3Daniel Stenberg
2019-08-16RELEASE-NOTES: syncedDaniel Stenberg
2019-08-16travis: add a quiche buildDaniel Stenberg
2019-08-16http: fix use of credentials from URL when using HTTP proxyDaniel Stenberg
2019-08-15tests: Replace outdated test case numbering documentationMike Crowe
2019-08-15travis: reduce number of torture tests in 'coverage'Daniel Stenberg
2019-08-15configure: use -lquiche to link to quicheIgor Makarov
2019-08-15ngtcp2: provide the callbacks as a static structDaniel Stenberg
2019-08-15ngtcp2: add missing nghttp3_conn_add_write_offset callTatsuhiro Tsujikawa
2019-08-15ngtcp2: deal with stream closeTatsuhiro Tsujikawa
2019-08-15ngtcp2: Consume QUIC STREAM data properlyTatsuhiro Tsujikawa
2019-08-15ngtcp2: don't reinitialize SSL on RetryTatsuhiro Tsujikawa
2019-08-14multi: getsock improvements for QUIC connectingDaniel Stenberg
2019-08-14connect: connections are persistent by default for HTTP/3Daniel Stenberg
2019-08-14quiche: happy eyeballsDaniel Stenberg
2019-08-14ngtcp2: do QUIC connections happy-eyeballs friendlyDaniel Stenberg
2019-08-14curl_version: bump string buffer size to 250Daniel Stenberg
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-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