32 Commits

Author SHA1 Message Date
stammw 0b1600516c H3: HttpBody implementation on the receive side 2020-04-26 11:57:39 +02:00
stammw ea8237209f interop: make qif tool catch up qpack API 2020-04-18 20:59:50 +02:00
stammw 30c4e5fcfb interop: client d test 2020-04-14 10:07:43 +02:00
stammw 005cf4e081 interop: server throughput test T 2020-04-13 20:46:11 +02:00
stammw ec12aa8be3 interop: client throughput test T 2020-04-13 20:46:11 +02:00
Benjamin Saunders e0319215b7 Lighten tracing-subscriber
Omitting json logging gets serde out of our dev-dependency closure
2020-03-31 13:20:30 +02:00
stammw 3ee1d24fe5 Rename interop server 2020-03-16 20:55:03 +01:00
stammw 134dfc2f72 HQ implementation for interop server 2020-03-16 20:55:03 +01:00
Dirkjan Ochtman 399faf54ce Add auditing to CI based on cargo-deny 2020-03-12 19:23:52 +01:00
Dirkjan Ochtman 33990db1d5 Upgrade to rustls 0.17 2020-02-24 22:30:07 +01:00
dependabot-preview[bot] 147588db31 Update tracing-subscriber requirement from 0.1.5 to 0.2.0
Updates the requirements on [tracing-subscriber](https://github.com/tokio-rs/tracing) to permit the latest version.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.1.5...tracing-subscriber-0.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-05 22:00:55 -08:00
stammw f80e0a03b3 H3 interop server 2020-01-24 20:30:11 +01:00
Dirkjan Ochtman f4b8cbeac2 Fix tokio feature flags in interop 2019-12-22 14:28:02 -08:00
stammw 08dcf61d27 run interop client against all known endpoints by default 2019-12-17 22:01:57 +01:00
Benjamin Saunders 889553fbdb Fix missing tokio feature in interop tool 2019-12-13 20:37:35 +01:00
Dirkjan Ochtman 58aa76bead Upgrade to http 0.2 2019-12-03 13:05:37 +01:00
Dirkjan Ochtman a72ab73614 Sort dependencies again 2019-12-02 08:00:26 -08:00
daxpedda 7233455078 Update tokio, futures and bytes. (#528) 2019-12-02 10:42:05 +01:00
Dirkjan Ochtman 68cb67ca37 Update the dependency on http to a rebased commit
The 0.2.x branch got rebased to master, invalidating the commit we were
depending on previously. Depend on an older commit that has the HTTP 3
version but has not upgraded to bytes-0.5 for now.
2019-11-28 10:07:04 +01:00
Benjamin Saunders 4902bfe6ba Use anyhow instead of failure in examples
Anyhow was already in our depgraph and is more modern and actively
maintained.
2019-11-19 11:46:43 -08:00
Benjamin Saunders a957bf4aa2 Replace slog with tracing 2019-10-29 10:36:50 +01:00
stammw f5e014dae1 h3: std futures 2019-09-28 10:23:26 +02:00
Benjamin Saunders d07dc907ad Update for async/await 2019-09-28 10:23:26 +02:00
dependabot-preview[bot] 7326d2ef33 Update structopt requirement from 0.2.7 to 0.3.0
Updates the requirements on [structopt](https://github.com/TeXitoi/structopt) to permit the latest version.
- [Release notes](https://github.com/TeXitoi/structopt/releases)
- [Changelog](https://github.com/TeXitoi/structopt/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TeXitoi/structopt/compare/v0.2.7...v0.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-02 07:05:29 +02:00
Dirkjan Ochtman a6cc48a23b Upgrade to ring 0.16 2019-08-27 07:57:50 -07:00
stammw fd2940c5da Add jc.begue contributor name 2019-02-08 20:33:17 +01:00
stammw 35645490c5 QPACK: Offline interop without encoder stream support 2019-02-08 20:33:17 +01:00
Benjamin Saunders 316f965f99 Test rebinding in interop tool 2019-01-29 07:22:37 +01:00
Benjamin Saunders d5ad558181 Bump versions 2019-01-21 07:24:28 +01:00
est31 460a704254 Update to crates.io version of rustls 2019-01-20 22:08:27 +01:00
est31 0cf4d3a86f Update to ring 0.14
Also updates the crates that depend on ring to newer versions
2019-01-12 07:09:49 +01:00
Benjamin Saunders d2c0f6ec39 Move interop tool into a separate crate
This needs to be able to enable dangerous_configuration in rustls, and
isn't intended for learning from anyway.
2019-01-11 09:01:29 +01:00