1. 2b0ab24 Support datagrams in QuicTransport. by vasilvv · 5 years ago
  2. 5015e2e Use quiche string libraries in third_party/quic/tools by QUICHE team · 5 years ago
  3. 6aefa0b Stop using "delete connection()" in QuicSession classes and use DeleteConnection() instead, which prevents double deletion and sets connection_ to nullptr. by ianswett · 5 years ago
  4. a9101d1 Remove unnecessary member connection_ in QuicTransportSimpleServerSession. by renjietang · 5 years ago
  5. d7692cd Use client-supplied path instead of external configuration to switch between ECHO and DISCARD mode in QuicTransportSimpleServer by vasilvv · 5 years ago
  6. 7857189 Parse the path component of the indication on the server. by vasilvv · 5 years ago
  7. 50c6a37 gfe-relnote: (n/a) Do not call Initialize() in QuicTransportSimpleServerSession's constructor. Not used in production, not protected. by wub · 5 years ago
  8. d88f162 Add a simple QuicTransport server for testing and demo purposes. by vasilvv · 5 years ago