1. a8e23fe Make BalsaBuffer constructors public. by bnc · 2 years, 2 months ago
  2. bc02673 Split out google3-specific bits of crypto_test_utils into //net/quic. by vasilvv · 2 years, 2 months ago
  3. 007fae4 Prepare for toy QUIC CONNECT proxy server by ericorth · 2 years, 2 months ago
  4. e5c727c Add two QuicheMemSliceTests. by bnc · 2 years, 2 months ago
  5. 32034b0 Provide default Abseil-based implementation for QuicheStackTrace. by vasilvv · 2 years, 2 months ago
  6. 73a2457 Make QUICHE_EXPORT macros add default visibility attribute in google3. by vasilvv · 2 years, 2 months ago
  7. 8033ef1 Improve ProofSourceX509 enough so that it can be used to run all of QUICHE unit tests. by vasilvv · 2 years, 2 months ago
  8. 3c66f99 Deprecate --gfe2_reloadable_flag_always_use_strict_header_names. by QUICHE team · 2 years, 2 months ago
  9. 9f0bdb5 Use identical argument names in declaration and definition for two BalsaHeaders methods. by bnc · 2 years, 2 months ago
  10. a05cb99 Use a different export directive in third_party/quiche/common/quiche_circular_deque.h. by vasilvv · 2 years, 2 months ago
  11. 9b86ce7 Move more information of last received packet to QuicConnection::ReceivedPacketInfo, and log received packet info if there is pending frames of a closed stream. by fayang · 2 years, 2 months ago
  12. 876d4df Removes C++20-style designated initializers from oghttp2_session_test.cc by birenroy · 2 years, 2 months ago
  13. 2c6e7e6 Removes C++20-style designated initializers from recording_http2_visitor_test.cc. by birenroy · 2 years, 2 months ago
  14. 04bda8b Fix Chromium merge. by vasilvv · 2 years, 2 months ago
  15. f6607db Re-land cl/443493674 by fixing build error. by fayang · 2 years, 2 months ago
  16. a6d2041 Internal change by QUICHE team · 2 years, 2 months ago
  17. 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, 2 months ago
  18. 957e552 Remove clock calibration logic from QuicClock. by vasilvv · 2 years, 2 months ago
  19. 0523bfe Deprecate gfe2_restart_flag_quic_use_recent_reset_addresses. by fayang · 2 years, 2 months ago
  20. 4329441 Deprecate gfe2_restart_flag_quic_set_packet_state_if_all_data_retransmitted. by fayang · 2 years, 2 months ago
  21. dad3efc Automated g4 rollback of changelist 443207602. by vasilvv · 2 years, 2 months ago
  22. 19e2b3e Implement minimal iterator_range in Balsa. by bnc · 2 years, 2 months ago
  23. 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, 2 months ago
  24. a406a2a Explicitly specifies nice mocks in OgHttp2AdapterTest.ClientServerInteractionTest. by birenroy · 2 years, 2 months ago
  25. d11ec8e Use QUICHE platform in //third_party/epoll_server by vasilvv · 2 years, 2 months ago
  26. f0a04ef Change absl::string_view to std::unique_ptr<char[]> in QuicConnection::BufferedPacket to make the ownership clear. by fayang · 2 years, 2 months ago
  27. 773c8a0 Disable resumption when receiving NRES connection option. by fayang · 2 years, 2 months ago
  28. 858730e Removes more instances of C++20-style designated initializers from oghttp2_adapter_test.cc. by birenroy · 2 years, 2 months ago
  29. 765bf00 Removes C++20-style designated initializers from oghttp2_adapter_test.cc. by birenroy · 2 years, 2 months ago
  30. bb569e2 Add string_view local variables to avoid repetition. by bnc · 2 years, 2 months ago
  31. 46627c3 Use more early returns in Balsa. by bnc · 2 years, 2 months ago
  32. be6b66b Deprecate --gfe2_reloadable_flag_quic_server_reverse_validate_new_path3 by danzh · 2 years, 2 months ago
  33. fa9a1fe Use string_view in BalsaVisitorInterface. by bnc · 2 years, 2 months ago
  34. 99e1367 Remove some of the APIs from epoll_server/platform by vasilvv · 2 years, 2 months ago
  35. af2e52a Deprecate --gfe2_reloadable_flag_quic_count_bytes_on_alternative_path_seperately. by danzh · 2 years, 2 months ago
  36. bcf4072 Remove support for CONNECT-FOO methods by dschinazi · 2 years, 2 months ago
  37. 376d10d Removes C++20-style designated initializers from nghttp2_adapter_test.cc. by birenroy · 2 years, 2 months ago
  38. c98432c Removes C++20-style designated initializers from adapter_impl_comparison_test.cc. by birenroy · 2 years, 2 months ago
  39. 56e3000 Removes C++20-style designated initializers from nghttp2_test_utils.h. by birenroy · 2 years, 2 months ago
  40. b4c2932 Add QuicPingManager to manage the PING alarm. by fayang · 2 years, 2 months ago
  41. e7a89b7 Deliver INITIAL packets before other packets. by ramosalex · 2 years, 2 months ago
  42. b37451f While sending PATH_CHALLENGE, make sure QuicConnection flushes probing packet on alternative path before bundling ACK. by danzh · 2 years, 2 months ago
  43. a4492b1 Remove extraneous newline from the end of huffman_spec_tables.cc. by bnc · 2 years, 2 months ago
  44. 28dcdc2 Deprecate --gfe2_reloadable_flag_quic_limit_encoder_dynamic_table_size. by bnc · 2 years, 2 months ago
  45. 1393b9c clang-format third_party/http2 by bnc · 2 years, 2 months ago
  46. 8785116 Export four currently unexported HTTP/2 tests. by vasilvv · 2 years, 2 months ago
  47. 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, 2 months ago
  48. bdf2818 Add QUICHE_EXPORT_PRIVATE and QUICHE_NO_EXPORT as necessary. by bnc · 2 years, 2 months ago
  49. 3000cba Remove connection close-related QUIC_BUGs. by bnc · 2 years, 2 months ago
  50. bb0ae43 Remove unused PushId and struct MaxPushIdFrame. by bnc · 2 years, 2 months ago
  51. 89ff10e Deprecate --gfe2_reloadable_flag_quic_ignore_max_push_id. by bnc · 2 years, 2 months ago
  52. 865cd3a clang-format third_party/quic by bnc · 2 years, 2 months ago
  53. a85581e Remove legacy MASQUE mode by dschinazi · 2 years, 2 months ago
  54. 2b58580 Use QUICHE_BUG instead of GFE_BUG in Balsa. by bnc · 2 years, 2 months ago
  55. d7a507e Internal change by QUICHE team · 2 years, 2 months ago
  56. 78d965d Remove datagram context registration by dschinazi · 2 years, 2 months ago
  57. e96691f clang-format rest of //third_party/quiche/ by bnc · 2 years, 2 months ago
  58. 21675db Remove HTTP Datagram contexts by dschinazi · 2 years, 2 months ago
  59. dc09341 clang-format //third_party/spdy/ by bnc · 2 years, 2 months ago
  60. 29b5413 Add a missing QUICHE_EXPORT_PRIVATE to spdy_protocol.h by vasilvv · 2 years, 2 months ago
  61. 1f6280a Export quiche_file_utils.h test data into QUICHE by vasilvv · 2 years, 2 months ago
  62. 8b53f6c Change quic::test::ServerThread to take a std::unique_ptr<QuicServer> instead of a raw pointer. by wub · 2 years, 2 months ago
  63. bed871a clang-format //third_party/http2/ by bnc · 2 years, 2 months ago
  64. d49878d clang-format //third_party/http2/ by bnc · 2 years, 2 months ago
  65. d58e7e2 clang-format //third_party/http2/ by bnc · 2 years, 2 months ago
  66. 1453751 clang-format rest of //third_party/quic/ by bnc · 2 years, 2 months ago
  67. 7e841d3 Fix Chromium build. by vasilvv · 2 years, 2 months ago
  68. b6478e3 Deprecate --gfe2_reloadable_flag_enable_tcp_session_security_policy_id_logging. by QUICHE team · 2 years, 2 months ago
  69. cee9013 Rename quic_transport_test_utils.h to web_transport_test_utils.h by vasilvv · 2 years, 2 months ago
  70. 7ad884d Remove VERIFY_AND_RETURN_SUCCESS. by bnc · 2 years, 2 months ago
  71. 76b4dae Use Span in QUIC-LB EncryptionPass() by martinduke · 2 years, 2 months ago
  72. cf2d878 Fix some includes in third_party/http2 tests. by bnc · 2 years, 2 months ago
  73. f34762f Add QUICHE_EXPORT_PRIVATE as necessary. by bnc · 2 years, 2 months ago
  74. e3441c3 Add benchmark tests to QUIC-LB library by martinduke · 2 years, 2 months ago
  75. 1637d8c clang-format QUICHE by bnc · 2 years, 2 months ago
  76. b91850e clang-format QUICHE by bnc · 2 years, 2 months ago
  77. 862751f clang-format QUICHE by bnc · 2 years, 2 months ago
  78. ced0950 clang-format QUICHE by bnc · 2 years, 2 months ago
  79. bd76ad8 clang-format QUICHE by bnc · 2 years, 2 months ago
  80. 7b81c57 clang-format QUICHE by bnc · 2 years, 2 months ago
  81. ed8430c Removes http2_test_helpers.h from //third_party/http2/platform/api. by birenroy · 2 years, 2 months ago
  82. 2a5ac3e Use std::tuple and std::get instead of testing:: aliases in QUICHE. by bnc · 2 years, 2 months ago
  83. 5e9007f clang-format QUICHE by bnc · 2 years, 2 months ago
  84. 9d9501a clang-format QUICHE by bnc · 2 years, 2 months ago
  85. d307dfe Unexport quic_transport. by vasilvv · 2 years, 2 months ago
  86. e0652cf clang-format QUICHE by bnc · 2 years, 2 months ago
  87. 09b941f Import of QUIC trace library from GitHub using workflow squash_head. by vasilvv · 2 years, 2 months ago
  88. 8fa40ee clang-format QUICHE by bnc · 2 years, 2 months ago
  89. 0fa51b7 clang-format QUICHE by bnc · 2 years, 2 months ago
  90. cf3265b clang-format QUICHE by bnc · 2 years, 2 months ago
  91. 2eb06bc Remove or narrow down some unnecessary includes. by vasilvv · 2 years, 2 months ago
  92. c3e62b6 Provide the default implementation of QuicheTestLoopback by vasilvv · 2 years, 2 months ago
  93. 6ca93ee clang-format QUICHE by bnc · 2 years, 2 months ago
  94. e3f80ec clang-format QUICHE by bnc · 2 years, 2 months ago
  95. ce15403 Internal change by fayang · 2 years, 2 months ago
  96. 90b9eb4 clang-format QUICHE by bnc · 2 years, 2 months ago
  97. 1959ff9 clang-format QUICHE by bnc · 2 years, 2 months ago
  98. 8247a39 clang-format QUICHE by Bence Béky · 2 years, 2 months ago
  99. ad5cdbc Updates QpackHeaderTable to use QuicheCircularDeque rather than std::deque. by birenroy · 2 years, 2 months ago
  100. f2ad190 Edit and clang-format third_party/quic/core/crypto/crypto_framer_test.cc. by bnc · 2 years, 2 months ago