1. 17d4242 Fix QUIC warnings in preparation for enabling them by dschinazi · 6 years ago
  2. 68d15a8 Propagate receive_timestamp and lost message frames from QUIC to WebRTC. by QUICHE team · 6 years ago
  3. 34df585 Propagate Datagram ACKs from QuartcSession by QUICHE team · 6 years ago
  4. 6939de5 Change QuartcClientEndpoint to handle client-side version negotiation. by QUICHE team · 6 years ago
  5. 136e785 QRTP: Implement Datagram Transport by QUICHE team · 6 years ago
  6. 36f20d6 wdith -> width typo fix on java, cc, proto by QUICHE team · 6 years ago
  7. 7eef071 Change SendOrQueueMessage to take a QuicMemSliceSpan. by QUICHE team · 6 years ago
  8. c2fba11 Add QuicBidiTest cases for aggregation and small, frequent competing bursts. by QUICHE team · 6 years ago
  9. d0dbb54 Create a helper that wraps a competing QuicEndpoint for Quartc simulator tests. by QUICHE team · 6 years ago
  10. 73e2413 Use QuicMakeUnique and QuicWrapUnique in quartc_bidi_test.cc. by bnc · 6 years ago
  11. 4820ae9 Replace random delay test case with a competing flow case in QuartcBidiTest. by QUICHE team · 6 years ago
  12. 835d8de Record quic traces in QuartcBidiTest. by QUICHE team · 6 years ago
  13. 320a13a Set quic_default_to_bbr to true in QuartcPeerTest by rch · 6 years ago
  14. de80b29 Cast a test-only quartc constant to int64_t so it can be shifted by 32 on android without overflowing. by rch · 6 years ago
  15. 94d8d21 Make all remaining QUIC BUILD use common C options by dschinazi · 6 years ago
  16. 65d3e32 Send padding if there's nothing to retransmit in Quartc's SendProbingData(). by QUICHE team · 6 years ago
  17. 4620e9a Add presubmit to force use of QUIC_LOG by dschinazi · 6 years ago
  18. 580d30b Fixup use of gunit and gmock in QUIC by dschinazi · 6 years ago
  19. 73957f1 Inject a random number generator into QuartcEndpoint and SendAlgorithms. by QUICHE team · 6 years ago
  20. ea81191 Send a PING frame at the start of QuartcPeer tests so that probing works. by QUICHE team · 6 years ago
  21. 65f778f Create a RandomDelayLink (and symmetric version) and use it in QuartcBidiTest. by QUICHE team · 6 years ago
  22. 1b4afd1 Create a PacketFilter for random loss and use it in QuartcBidiTest. by QUICHE team · 6 years ago
  23. 500e0aa Internal QUICHE change by QUICHE team · 6 years ago
  24. bd74746 Add functions to enable/disable QuartcPeer and obtain the last sequence numbers by QUICHE team · 6 years ago
  25. 1ece526 Create a test utility for sending and receiving data from QuartcDataSources. by QUICHE team · 6 years ago
  26. 306b53f Create a QuicAlarm-based source for random test data for Quartc. by QUICHE team · 6 years ago