Commit Graph

14 Commits

Author SHA1 Message Date
Dirkjan Ochtman e555d11a43 Adopt 2018 idiom 2018-12-07 23:02:32 +01:00
Dirkjan Ochtman a45cf6db82 Upgrade to rustfmt 1.31.0 2018-12-07 23:02:32 +01:00
Benjamin Saunders ff7bc6e1bf High level API cosmetic/convenience improvements 2018-11-30 11:07:14 -08:00
Benjamin Saunders f4d55ed623 Move server-only configuration into its own struct 2018-11-30 11:07:14 -08:00
Dirkjan Ochtman 39267e8d54 Fix warnings about unnecessary macro imports 2018-10-30 19:31:41 -07:00
Dirkjan Ochtman b6def268de Update formatting for rust 1.30.0 2018-10-30 19:31:41 -07:00
Benjamin Saunders a10e6ee140 Remove required feature from client example, tweak CLI docs 2018-10-18 01:20:16 -07:00
Benjamin Saunders 6741657e02 Client configuration API
- Allow configuration of individual clients within an endpoint
- Implement feature-gated config helper for untrusted connections
- Don't enable keylogging by default
- Test rejection of invalid certs
2018-10-15 02:06:25 -07:00
Benjamin Saunders 3492f61142 Derive Clone for Connection and Endpoint
This makes it easier to construct multiple futures that interact with the same
connection.
2018-10-15 01:53:57 -07:00
stammw 57bb05cd96 Handle ALPN with &[u8] instead of Strings 2018-10-12 14:47:20 +02:00
stammw f9d64e783e use a constant for ALPN QUIC_HTTP value 2018-10-12 14:47:20 +02:00
Jean-Christophe BEGUE 6e1eab4bed Let the user select ALPN protocols values #32 2018-10-12 14:47:20 +02:00
Dirkjan Ochtman c07561744f Fix method name for set_certificate_authority() 2018-10-03 20:50:21 +02:00
Dirkjan Ochtman 3da54b178c Rename crates from quicr{,-core} to quinn{,-proto} 2018-10-02 21:58:17 +02:00