1. ec038f1 Notify QuicTransportClientSession users when creating new streams is possible. by vasilvv · 5 years ago
  2. 54deda7 Return false in QuicTransportStream::CanWrite() if the write side of the stream has been closed. by vasilvv · 5 years ago
  3. 4e6ab33 Use WriteMemSlices() instead of WriteOrBufferData() in QuicTransportStream. by vasilvv · 5 years ago
  4. 2b0ab24 Support datagrams in QuicTransport. by vasilvv · 5 years ago
  5. 23d4074 gfe-relnote: Return QuicCryptoServerStreamBase from CreateCryptoServerStream. Refactor only - no behavior change, not flag protected by nharper · 5 years ago
  6. e5e28f9 gfe-relnote: Replace QuicCryptoServerStream constructor with CreateCryptoServerStream. Refactor only - no behavior change, not flag protected by nharper · 5 years ago
  7. 4e9283d Remove QUIC_ARRAYSIZE; use QUICHE_ARRAYSIZE instead. by bnc · 5 years ago
  8. 1ec1119 Use quiche string libraries in third_party/quic/quic_transport by dmcardle · 5 years ago
  9. 467b422 Add a callback that notifies the QuicTransportClientSession visitor when the session is ready. by vasilvv · 5 years ago
  10. 76881f0 Refactor quic_enable_version flags by dschinazi · 5 years ago
  11. d7692cd Use client-supplied path instead of external configuration to switch between ECHO and DISCARD mode in QuicTransportSimpleServer by vasilvv · 5 years ago
  12. 7857189 Parse the path component of the indication on the server. by vasilvv · 5 years ago
  13. e58d0f1 Send the path and query parameters of QuicTransport URL in the client indication. by vasilvv · 5 years ago
  14. d58736d gfe-relnote: Use HandshakerDelegateInterface in QUIC handshakers. Abstract keys installation, keys discarding, default encryption level change and mark handshake complete to HandshakerDelegateInterface. Protected by gfe2_reloadable_flag_quic_use_handshaker_delegate. by fayang · 5 years ago
  15. a6cd688 Use IsStreamError() and friends gMock matchers in a few tests. by bnc · 5 years ago
  16. 256b2d6 gfe-relnote: For server side QUIC connection, mark version_negotiated_ earlier. Protected by --gfe2_reloadable_flag_quic_version_negotiated_by_default_at_server. by wub · 5 years ago
  17. 83f29bd Change CryptoServerConfigForTesting to return a unique_ptr by rch · 5 years ago
  18. df7a77b gfe-relnote: Add SessionCache to TlsClientHandshaker, protected by reloadable flag quic_supports_tls_handshake by nharper · 5 years ago
  19. d88f162 Add a simple QuicTransport server for testing and demo purposes. by vasilvv · 5 years ago
  20. dfbd3df Create an interface to queue up incoming streams in the client. by vasilvv · 5 years ago
  21. 097f372 Add a simple integration test for QuicTransport. by vasilvv · 5 years ago
  22. f25169a Add QUIC_EXPORT_PRIVATE to prepare for presubmit by dschinazi · 5 years ago
  23. 4cc508c Fix build error in chromium by adding QUIC_EXPORT. by fayang · 5 years ago
  24. 312e3a5 Implement QuicTransportStream, a stream that can be only accessed after client indication is received. by vasilvv · 5 years ago
  25. 59dc4b6 Create a shared interface to access QuicTransport*Session::IsSessionReady(). by vasilvv · 5 years ago
  26. efc6af8 Implement the QuicTransport server session subclass. by vasilvv · 5 years ago
  27. 463f235 Remove usages of QuicMakeUnique, Http2MakeUnique, SpdyMakeUnique. by bnc · 5 years ago
  28. eba61c4 Refactor common QuicTransport constants into their own file. by vasilvv · 5 years ago
  29. ddf5247 Change the QuicTransport code to use client indication mechanism instead of allowed origin list. by vasilvv · 5 years ago
  30. e6472f6 Implement a QuicSession subclass for QuicTransport client. by vasilvv · 5 years ago