Age | Commit message (Expand) | Author |
2019-08-20 | curl: use .curlrc (with a dot) on Windows as well | Daniel Stenberg |
2019-08-20 | netrc: make the code try ".netrc" on Windows as well | Daniel Stenberg |
2019-08-20 | ngtcp2: use ngtcp2_version() to get the run-time version | Daniel Stenberg |
2019-08-20 | ngtcp2: move the h3 initing to immediately after the rx key | Daniel Stenberg |
2019-08-17 | quiche: register debug callback once and earlier | Alessandro Ghedini |
2019-08-17 | ssh: add a generic Curl_ssh_version function for SSH backends | Daniel Stenberg |
2019-08-17 | base64: check for SSH, not specific SSH backends | Daniel Stenberg |
2019-08-17 | vssh: move ssh init/cleanup functions into backend code | Daniel Stenberg |
2019-08-17 | vssh: create directory for SSH backend code | Daniel Stenberg |
2019-08-16 | TODO/ROADMAP: remove "refuse downgrade redirects" and HTTP/3 | Daniel Stenberg |
2019-08-16 | RELEASE-NOTES: synced | Daniel Stenberg |
2019-08-16 | travis: add a quiche build | Daniel Stenberg |
2019-08-16 | http: fix use of credentials from URL when using HTTP proxy | Daniel Stenberg |
2019-08-15 | tests: Replace outdated test case numbering documentation | Mike Crowe |
2019-08-15 | travis: reduce number of torture tests in 'coverage' | Daniel Stenberg |
2019-08-15 | configure: use -lquiche to link to quiche | Igor Makarov |
2019-08-15 | ngtcp2: provide the callbacks as a static struct | Daniel Stenberg |
2019-08-15 | ngtcp2: add missing nghttp3_conn_add_write_offset call | Tatsuhiro Tsujikawa |
2019-08-15 | ngtcp2: deal with stream close | Tatsuhiro Tsujikawa |
2019-08-15 | ngtcp2: Consume QUIC STREAM data properly | Tatsuhiro Tsujikawa |
2019-08-15 | ngtcp2: don't reinitialize SSL on Retry | Tatsuhiro Tsujikawa |
2019-08-14 | multi: getsock improvements for QUIC connecting | Daniel Stenberg |
2019-08-14 | connect: connections are persistent by default for HTTP/3 | Daniel Stenberg |
2019-08-14 | quiche: happy eyeballs | Daniel Stenberg |
2019-08-14 | ngtcp2: do QUIC connections happy-eyeballs friendly | Daniel Stenberg |
2019-08-14 | curl_version: bump string buffer size to 250 | Daniel Stenberg |
2019-08-14 | CURLOPT_ALTSVC.3: use a "" file name to not load from a file | Daniel Stenberg |
2019-08-14 | vauth: Use CURLE_AUTH_ERROR for auth function errors | Jay Satiro |
2019-08-13 | curl_version_info: make the quic_version a const | Daniel Stenberg |
2019-08-13 | examples: add http3.c, altsvc.c and http3-present.c | Daniel Stenberg |
2019-08-13 | nss: use TLSv1.3 as default if supported | Peter Wu |
2019-08-13 | quic.h: remove unused proto | Daniel Stenberg |
2019-08-13 | curl_version_info.3: mentioned ALTSVC and HTTP3 | Daniel Stenberg |
2019-08-13 | lib/quic.c: unused - removed | Daniel Stenberg |
2019-08-13 | CURLOPT_ALTSVC_CTRL.3: remove CURLALTSVC_ALTUSED | Daniel Stenberg |
2019-08-12 | docs/HTTP3: simplify quiche build instruction | Junho Choi |
2019-08-12 | altsvc: make it use h3-22 with ngtcp2 as well | Daniel Stenberg |
2019-08-12 | ngtcp2: initial h3 request work | Daniel Stenberg |
2019-08-12 | curl_version_info: offer quic (and h3) library info | Daniel Stenberg |
2019-08-12 | HTTP3: use ngtcp2's draft-22 branch | Daniel Stenberg |
2019-08-12 | RELEASE-NOTES: synced | Daniel Stenberg |
2019-08-12 | CURLOPT_READFUNCTION.3: provide inline example | Daniel Stenberg |
2019-08-12 | ngtcp2: send HTTP/3 request with nghttp3 | Tatsuhiro Tsujikawa |
2019-08-12 | nghttp3: initial h3 template code added | Daniel Stenberg |
2019-08-12 | nghttp3: required when ngtcp2 is used for QUIC | Daniel Stenberg |
2019-08-11 | asyn-thread: issue CURL_POLL_REMOVE before closing socket | Eric Wong |
2019-08-11 | configure: avoid undefined check_for_ca_bundle | Carlo Marcelo Arenas Belón |
2019-08-11 | ngtcp2: Send ALPN h3-22 | Tatsuhiro Tsujikawa |
2019-08-11 | ngtcp2: use ngtcp2_settings_default and specify initial_ts | Tatsuhiro Tsujikawa |
2019-08-11 | curl_global_init_mem.3: mention it was added in 7.12.0 | Daniel Stenberg |