1. f6607db Re-land cl/443493674 by fixing build error. by fayang · 2 years, 1 month ago
  2. a6d2041 Internal change by QUICHE team · 2 years, 1 month ago
  3. 226dee9 When retransmittable-on-wire timeout, re-send 1st 1-RTT packet or random bytes (which are behind client connection options ROWF and ROWR, respectively). by fayang · 2 years, 1 month ago
  4. 957e552 Remove clock calibration logic from QuicClock. by vasilvv · 2 years, 1 month ago
  5. 0523bfe Deprecate gfe2_restart_flag_quic_use_recent_reset_addresses. by fayang · 2 years, 1 month ago
  6. 4329441 Deprecate gfe2_restart_flag_quic_set_packet_state_if_all_data_retransmitted. by fayang · 2 years, 1 month ago
  7. dad3efc Automated g4 rollback of changelist 443207602. by vasilvv · 2 years, 1 month ago
  8. 19e2b3e Implement minimal iterator_range in Balsa. by bnc · 2 years, 1 month ago
  9. 7b43efb Send bandwidth estimate when the server network idles for half of idle_network_timeout for IETF QUIC guarded by connection option BWID. by haoyuewang · 2 years, 1 month ago
  10. a406a2a Explicitly specifies nice mocks in OgHttp2AdapterTest.ClientServerInteractionTest. by birenroy · 2 years, 1 month ago
  11. d11ec8e Use QUICHE platform in //third_party/epoll_server by vasilvv · 2 years, 1 month ago
  12. f0a04ef Change absl::string_view to std::unique_ptr<char[]> in QuicConnection::BufferedPacket to make the ownership clear. by fayang · 2 years, 1 month ago
  13. 773c8a0 Disable resumption when receiving NRES connection option. by fayang · 2 years, 1 month ago
  14. 858730e Removes more instances of C++20-style designated initializers from oghttp2_adapter_test.cc. by birenroy · 2 years, 1 month ago
  15. 765bf00 Removes C++20-style designated initializers from oghttp2_adapter_test.cc. by birenroy · 2 years, 1 month ago
  16. bb569e2 Add string_view local variables to avoid repetition. by bnc · 2 years, 1 month ago
  17. 46627c3 Use more early returns in Balsa. by bnc · 2 years, 1 month ago
  18. be6b66b Deprecate --gfe2_reloadable_flag_quic_server_reverse_validate_new_path3 by danzh · 2 years, 1 month ago
  19. fa9a1fe Use string_view in BalsaVisitorInterface. by bnc · 2 years, 1 month ago
  20. 99e1367 Remove some of the APIs from epoll_server/platform by vasilvv · 2 years, 1 month ago
  21. af2e52a Deprecate --gfe2_reloadable_flag_quic_count_bytes_on_alternative_path_seperately. by danzh · 2 years, 1 month ago
  22. bcf4072 Remove support for CONNECT-FOO methods by dschinazi · 2 years, 1 month ago
  23. 376d10d Removes C++20-style designated initializers from nghttp2_adapter_test.cc. by birenroy · 2 years, 1 month ago
  24. c98432c Removes C++20-style designated initializers from adapter_impl_comparison_test.cc. by birenroy · 2 years, 1 month ago
  25. 56e3000 Removes C++20-style designated initializers from nghttp2_test_utils.h. by birenroy · 2 years, 1 month ago
  26. b4c2932 Add QuicPingManager to manage the PING alarm. by fayang · 2 years, 1 month ago
  27. e7a89b7 Deliver INITIAL packets before other packets. by ramosalex · 2 years, 1 month ago
  28. b37451f While sending PATH_CHALLENGE, make sure QuicConnection flushes probing packet on alternative path before bundling ACK. by danzh · 2 years, 1 month ago
  29. a4492b1 Remove extraneous newline from the end of huffman_spec_tables.cc. by bnc · 2 years, 1 month ago
  30. 28dcdc2 Deprecate --gfe2_reloadable_flag_quic_limit_encoder_dynamic_table_size. by bnc · 2 years, 1 month ago
  31. 1393b9c clang-format third_party/http2 by bnc · 2 years, 1 month ago
  32. 8785116 Export four currently unexported HTTP/2 tests. by vasilvv · 2 years, 1 month ago
  33. 5d39333 In QuicConnection, rename ping_timeout_ to keep_alive_ping_timeout_. Remove two getters ping_timeout() and initial_retransmittable_on_wire_timeout(). by fayang · 2 years, 1 month ago
  34. bdf2818 Add QUICHE_EXPORT_PRIVATE and QUICHE_NO_EXPORT as necessary. by bnc · 2 years, 1 month ago
  35. 3000cba Remove connection close-related QUIC_BUGs. by bnc · 2 years, 1 month ago
  36. bb0ae43 Remove unused PushId and struct MaxPushIdFrame. by bnc · 2 years, 1 month ago
  37. 89ff10e Deprecate --gfe2_reloadable_flag_quic_ignore_max_push_id. by bnc · 2 years, 1 month ago
  38. 865cd3a clang-format third_party/quic by bnc · 2 years, 1 month ago
  39. a85581e Remove legacy MASQUE mode by dschinazi · 2 years, 1 month ago
  40. 2b58580 Use QUICHE_BUG instead of GFE_BUG in Balsa. by bnc · 2 years, 1 month ago
  41. d7a507e Internal change by QUICHE team · 2 years, 1 month ago
  42. 78d965d Remove datagram context registration by dschinazi · 2 years, 1 month ago
  43. e96691f clang-format rest of //third_party/quiche/ by bnc · 2 years, 1 month ago
  44. 21675db Remove HTTP Datagram contexts by dschinazi · 2 years, 1 month ago
  45. dc09341 clang-format //third_party/spdy/ by bnc · 2 years, 1 month ago
  46. 29b5413 Add a missing QUICHE_EXPORT_PRIVATE to spdy_protocol.h by vasilvv · 2 years, 1 month ago
  47. 1f6280a Export quiche_file_utils.h test data into QUICHE by vasilvv · 2 years, 1 month ago
  48. 8b53f6c Change quic::test::ServerThread to take a std::unique_ptr<QuicServer> instead of a raw pointer. by wub · 2 years, 1 month ago
  49. bed871a clang-format //third_party/http2/ by bnc · 2 years, 1 month ago
  50. d49878d clang-format //third_party/http2/ by bnc · 2 years, 1 month ago
  51. d58e7e2 clang-format //third_party/http2/ by bnc · 2 years, 1 month ago
  52. 1453751 clang-format rest of //third_party/quic/ by bnc · 2 years, 1 month ago
  53. 7e841d3 Fix Chromium build. by vasilvv · 2 years, 1 month ago
  54. b6478e3 Deprecate --gfe2_reloadable_flag_enable_tcp_session_security_policy_id_logging. by QUICHE team · 2 years, 1 month ago
  55. cee9013 Rename quic_transport_test_utils.h to web_transport_test_utils.h by vasilvv · 2 years, 1 month ago
  56. 7ad884d Remove VERIFY_AND_RETURN_SUCCESS. by bnc · 2 years, 1 month ago
  57. 76b4dae Use Span in QUIC-LB EncryptionPass() by martinduke · 2 years, 1 month ago
  58. cf2d878 Fix some includes in third_party/http2 tests. by bnc · 2 years, 1 month ago
  59. f34762f Add QUICHE_EXPORT_PRIVATE as necessary. by bnc · 2 years, 1 month ago
  60. e3441c3 Add benchmark tests to QUIC-LB library by martinduke · 2 years, 1 month ago
  61. 1637d8c clang-format QUICHE by bnc · 2 years, 1 month ago
  62. b91850e clang-format QUICHE by bnc · 2 years, 1 month ago
  63. 862751f clang-format QUICHE by bnc · 2 years, 1 month ago
  64. ced0950 clang-format QUICHE by bnc · 2 years, 1 month ago
  65. bd76ad8 clang-format QUICHE by bnc · 2 years, 1 month ago
  66. 7b81c57 clang-format QUICHE by bnc · 2 years, 1 month ago
  67. ed8430c Removes http2_test_helpers.h from //third_party/http2/platform/api. by birenroy · 2 years, 1 month ago
  68. 2a5ac3e Use std::tuple and std::get instead of testing:: aliases in QUICHE. by bnc · 2 years, 1 month ago
  69. 5e9007f clang-format QUICHE by bnc · 2 years, 1 month ago
  70. 9d9501a clang-format QUICHE by bnc · 2 years, 1 month ago
  71. d307dfe Unexport quic_transport. by vasilvv · 2 years, 1 month ago
  72. e0652cf clang-format QUICHE by bnc · 2 years, 1 month ago
  73. 09b941f Import of QUIC trace library from GitHub using workflow squash_head. by vasilvv · 2 years, 1 month ago
  74. 8fa40ee clang-format QUICHE by bnc · 2 years, 1 month ago
  75. 0fa51b7 clang-format QUICHE by bnc · 2 years, 1 month ago
  76. cf3265b clang-format QUICHE by bnc · 2 years, 1 month ago
  77. 2eb06bc Remove or narrow down some unnecessary includes. by vasilvv · 2 years, 1 month ago
  78. c3e62b6 Provide the default implementation of QuicheTestLoopback by vasilvv · 2 years, 1 month ago
  79. 6ca93ee clang-format QUICHE by bnc · 2 years, 1 month ago
  80. e3f80ec clang-format QUICHE by bnc · 2 years, 1 month ago
  81. ce15403 Internal change by fayang · 2 years, 1 month ago
  82. 90b9eb4 clang-format QUICHE by bnc · 2 years, 1 month ago
  83. 1959ff9 clang-format QUICHE by bnc · 2 years, 1 month ago
  84. 8247a39 clang-format QUICHE by Bence Béky · 2 years, 1 month ago
  85. ad5cdbc Updates QpackHeaderTable to use QuicheCircularDeque rather than std::deque. by birenroy · 2 years, 1 month ago
  86. f2ad190 Edit and clang-format third_party/quic/core/crypto/crypto_framer_test.cc. by bnc · 2 years, 1 month ago
  87. 9d3032d Validate that received GOAWAY last-stream-ID fields are non-increasing in oghttp2. by diannahu · 2 years, 1 month ago
  88. ed01f7a Migrates HpackHeaderTable from std::deque to quiche::QuicheCircularDeque. by birenroy · 2 years, 1 month ago
  89. 8864d08 Fix the receipt of GOAWAYs as the server in oghttp2. by diannahu · 2 years, 1 month ago
  90. 8760571 Automated g4 rollback of changelist 437128224. by danzh · 2 years, 1 month ago
  91. d2746c0 Platformize enforcing header policy in Balsa. by bnc · 2 years, 1 month ago
  92. daa2fda Use relative include paths for OpenSSL and zlib in QUICHE. by vasilvv · 2 years, 1 month ago
  93. 91f7c25 Handle new/pending streams on receipt of a GOAWAY in oghttp2. by diannahu · 2 years, 1 month ago
  94. e5642f3 Fix header guards in QUICHE. by bnc · 2 years, 1 month ago
  95. 6487e88 Deprecate --gfe2_reloadable_flag_quic_tls_no_select_cert_if_disconnected. by wub · 2 years, 1 month ago
  96. e8a0225 Internal change by fayang · 2 years, 1 month ago
  97. 7f718d0 Make QUICHE pragmas which disable warnings google3-specific. by rch · 2 years, 1 month ago
  98. 30045be Remove connection_option RVCM such that IETF QUIC connection migration is default on. by haoyuewang · 2 years, 1 month ago
  99. d0152ca Change QuicPathChallengeFrame and QuicPathResponseFrame to be inlined quic frame. by wub · 2 years, 1 month ago
  100. 9af10d5 Update oghttp2 to close streams above a received GOAWAY's last_stream_id. by diannahu · 2 years, 1 month ago