1. 097f372 Add a simple integration test for QuicTransport. by vasilvv · 5 years ago
  2. f25169a Add QUIC_EXPORT_PRIVATE to prepare for presubmit by dschinazi · 5 years ago
  3. 4cc508c Fix build error in chromium by adding QUIC_EXPORT. by fayang · 5 years ago
  4. 312e3a5 Implement QuicTransportStream, a stream that can be only accessed after client indication is received. by vasilvv · 5 years ago
  5. 59dc4b6 Create a shared interface to access QuicTransport*Session::IsSessionReady(). by vasilvv · 5 years ago
  6. efc6af8 Implement the QuicTransport server session subclass. by vasilvv · 5 years ago
  7. 463f235 Remove usages of QuicMakeUnique, Http2MakeUnique, SpdyMakeUnique. by bnc · 5 years ago
  8. eba61c4 Refactor common QuicTransport constants into their own file. by vasilvv · 5 years ago
  9. ddf5247 Change the QuicTransport code to use client indication mechanism instead of allowed origin list. by vasilvv · 6 years ago
  10. e6472f6 Implement a QuicSession subclass for QuicTransport client. by vasilvv · 6 years ago