1. c60e87a Use quiche string libraries in third_party/quic/quartc by dmcardle · 5 years ago
  2. 7e3fe6b gfe-relnote: (n/a) Rename QuicRecordTestOutput to QuicRecordTrace. Test only rename, not protected. by wub · 5 years ago
  3. 40165e3 Run quartc_peer_test cases until bandwidth targets are met. by QUICHE team · 5 years ago
  4. 8b1c45a Deprecate and remove v47 by dschinazi · 5 years ago
  5. 463f235 Remove usages of QuicMakeUnique, Http2MakeUnique, SpdyMakeUnique. by bnc · 5 years ago
  6. d306357 Fix flaky QuartcPeerTest.BandwidthAllocationWithoutEnoughAvailable by dschinazi · 6 years ago
  7. 0fc587f Switch QuicMakeUnique to std::make_unique, part 1: //third_party/quic by vasilvv · 6 years ago
  8. 5d880a9 Change parameter list of QuicConnection::OnConnectionClosed upcall by fkastenholz · 6 years ago
  9. 17d4242 Fix QUIC warnings in preparation for enabling them by dschinazi · 6 years ago
  10. 68d15a8 Propagate receive_timestamp and lost message frames from QUIC to WebRTC. by QUICHE team · 6 years ago
  11. 34df585 Propagate Datagram ACKs from QuartcSession by QUICHE team · 6 years ago
  12. 6939de5 Change QuartcClientEndpoint to handle client-side version negotiation. by QUICHE team · 6 years ago
  13. 136e785 QRTP: Implement Datagram Transport by QUICHE team · 6 years ago
  14. 36f20d6 wdith -> width typo fix on java, cc, proto by QUICHE team · 6 years ago
  15. 7eef071 Change SendOrQueueMessage to take a QuicMemSliceSpan. by QUICHE team · 6 years ago
  16. c2fba11 Add QuicBidiTest cases for aggregation and small, frequent competing bursts. by QUICHE team · 6 years ago
  17. d0dbb54 Create a helper that wraps a competing QuicEndpoint for Quartc simulator tests. by QUICHE team · 6 years ago
  18. 73e2413 Use QuicMakeUnique and QuicWrapUnique in quartc_bidi_test.cc. by bnc · 6 years ago
  19. 4820ae9 Replace random delay test case with a competing flow case in QuartcBidiTest. by QUICHE team · 6 years ago
  20. 835d8de Record quic traces in QuartcBidiTest. by QUICHE team · 6 years ago
  21. 320a13a Set quic_default_to_bbr to true in QuartcPeerTest by rch · 6 years ago
  22. 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
  23. 94d8d21 Make all remaining QUIC BUILD use common C options by dschinazi · 6 years ago
  24. 65d3e32 Send padding if there's nothing to retransmit in Quartc's SendProbingData(). by QUICHE team · 6 years ago
  25. 4620e9a Add presubmit to force use of QUIC_LOG by dschinazi · 6 years ago
  26. 580d30b Fixup use of gunit and gmock in QUIC by dschinazi · 6 years ago
  27. 73957f1 Inject a random number generator into QuartcEndpoint and SendAlgorithms. by QUICHE team · 6 years ago
  28. ea81191 Send a PING frame at the start of QuartcPeer tests so that probing works. by QUICHE team · 6 years ago
  29. 65f778f Create a RandomDelayLink (and symmetric version) and use it in QuartcBidiTest. by QUICHE team · 6 years ago
  30. 1b4afd1 Create a PacketFilter for random loss and use it in QuartcBidiTest. by QUICHE team · 6 years ago
  31. 500e0aa Internal QUICHE change by QUICHE team · 6 years ago
  32. bd74746 Add functions to enable/disable QuartcPeer and obtain the last sequence numbers by QUICHE team · 6 years ago
  33. 1ece526 Create a test utility for sending and receiving data from QuartcDataSources. by QUICHE team · 6 years ago
  34. 306b53f Create a QuicAlarm-based source for random test data for Quartc. by QUICHE team · 6 years ago