1. 1e2d7f9 Move IsInvalidHeaderKeyChar() from balsa_frame.cc anonymous namespace to header_properties. by bnc · 3 years ago
  2. 456fcf2 Merge third_party/http2/tools into third_party/http2/test_tools. by vasilvv · 3 years ago
  3. a9593c5 Make packet_dropping_test_writer not depend on epoll-related code. by vasilvv · 3 years ago
  4. 6037285 Move SPDY test tools into //third_party/spdy/test_tools/... by vasilvv · 3 years ago
  5. 049f2e1 Use uint8_t instead of char for array indexing in quiche::header_properties. by bnc · 3 years ago
  6. b7176b0 Fix QuicheBufferAllocatorTest by vasilvv · 3 years ago
  7. 4220282 Actually export quiche_file_utils test files. by vasilvv · 3 years ago
  8. 5e3762e Flip restart flags for staging and gfe-dev-co production locations. by QUICHE team · 3 years ago
  9. 2cf0c0d Use unsigned type as index for array. by bnc · 3 years ago
  10. e1d11f4 Change flags type in Http2FrameHeaderTypeAndFlagTest. by bnc · 3 years ago
  11. ff60303 Uses uint8_t for an array index value. by birenroy · 3 years ago
  12. 809b94f Pretty print Http2FrameHeaderTypeAndFlagTest params. by bnc · 3 years ago
  13. 61da04f Do not recalculate BalsaHeaders::iterator_base::value_ unless necessary. by bnc · 3 years ago
  14. fdd86bf Log more info when retransmittable-on-wire deadline is in the past. by fayang · 3 years ago
  15. 34cf81e Adds a mode to HeaderValidator that accepts `obs-text`, and makes it the default for OgHttp2Session. by birenroy · 3 years ago
  16. 32a597a Make BalsaHeaders::iterator_base and const_header_lines_iterator copy constructor implicit. by bnc · 3 years ago
  17. 3d6ae70 Deprecate --gfe2_restart_flag_quic_tls_server_support_client_cert. by wub · 3 years ago
  18. 854443f Remove header policy tests from public QUICHE. by bnc · 3 years ago
  19. e4421f2 Add two vulnerable ports to QUIC blocked list by dschinazi · 3 years ago
  20. 77e65bf Do not use old-style cast in balsa_frame_test.cc. by bnc · 3 years ago
  21. d15e6b9 Use EXPECT_QUICHE_BUG in BalsaHeadersTest. by bnc · 3 years ago
  22. 5ac2ffa Remove http2_flags.h and http2_flag_utils.h. by bnc · 3 years ago
  23. 7afbf6d Fix signed-unsigned comparison. by bnc · 3 years ago
  24. ac647d1 Add three variants of selective resumption behavior, controlled by connection option 'GSR1', 'GSR2' and 'GSR3'. by wub · 3 years ago
  25. be49c84 Remove http2_logging.h. by bnc · 3 years ago
  26. d12404b Pass TLS read/write secrets by absl::Span instead of a byte vector. by wub · 3 years ago
  27. 339f0c8 Remove TLP and RTO retransmissions by deprecating gfe2_restart_flag_quic_default_on_pto2. by fayang · 3 years ago
  28. 2afffcd False deprecate --gfe2_reloadable_flag_quic_set_burst_token. The flag roll-back change cr/440139064 has been fully rolled out. by haoyuewang · 3 years ago
  29. 3b119f6 Rename QuicheTest implementation to QuicheTestImpl. by bnc · 3 years ago
  30. f600d18 Remove an unused parameter from quic::SerializeTransportParameters. by wub · 3 years ago
  31. af69f82 Remove QuicGetTestMemoryCachePath(). by bnc · 3 years ago
  32. 1cd4483 Remove empty quic_containers.h. by bnc · 3 years ago
  33. c6f8765 Use QuicheSmallOrderedSet instead of QuicSmallOrderedSet. by bnc · 3 years ago
  34. ba77ae5 Remove quic_stream_buffer_allocator.h. by bnc · 3 years ago
  35. a426cea Default-enable qbone_server_use_messages by dschinazi · 3 years ago
  36. 547099e Fix flaky EndToEndTest_LargeResponseBandwidthEstimate by: (1) Convert int32 bytes_pert_second to uint64 before converting it to bits_per_second. (2) Fix an error in BandwidthToCachedParameterBytesPerSecond for which an unsigned upper bound is incorrectly used. by haoyuewang · 3 years ago
  37. 2da3567 Remove http2_bug_tracker.h. by bnc · 3 years ago
  38. 0dcdedd Export balsa_frame_test.cc and balsa_headers_test.cc publicly. by bnc · 3 years ago
  39. 3426a1c Do not use string_view_utils.h or stringpiece_ssize_type in balsa_headers.cc. by bnc · 3 years ago
  40. 917cc08 Remove unnecessary QUIC_EXPORT directive. by vasilvv · 3 years ago
  41. ac4019b Remove GFE2-specific comments from Balsa. by bnc · 3 years ago
  42. e276a7f Use QUICHE_*LOG() in Balsa. by bnc · 3 years ago
  43. 3d173d5 Internal change by haoyuewang · 3 years ago
  44. a8e23fe Make BalsaBuffer constructors public. by bnc · 3 years ago
  45. bc02673 Split out google3-specific bits of crypto_test_utils into //net/quic. by vasilvv · 3 years ago
  46. 007fae4 Prepare for toy QUIC CONNECT proxy server by ericorth · 3 years ago
  47. e5c727c Add two QuicheMemSliceTests. by bnc · 3 years ago
  48. 32034b0 Provide default Abseil-based implementation for QuicheStackTrace. by vasilvv · 3 years ago
  49. 73a2457 Make QUICHE_EXPORT macros add default visibility attribute in google3. by vasilvv · 3 years ago
  50. 8033ef1 Improve ProofSourceX509 enough so that it can be used to run all of QUICHE unit tests. by vasilvv · 3 years ago
  51. 3c66f99 Deprecate --gfe2_reloadable_flag_always_use_strict_header_names. by QUICHE team · 3 years ago
  52. 9f0bdb5 Use identical argument names in declaration and definition for two BalsaHeaders methods. by bnc · 3 years ago
  53. a05cb99 Use a different export directive in third_party/quiche/common/quiche_circular_deque.h. by vasilvv · 3 years ago
  54. 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 · 3 years ago
  55. 876d4df Removes C++20-style designated initializers from oghttp2_session_test.cc by birenroy · 3 years ago
  56. 2c6e7e6 Removes C++20-style designated initializers from recording_http2_visitor_test.cc. by birenroy · 3 years ago
  57. 04bda8b Fix Chromium merge. by vasilvv · 3 years ago
  58. f6607db Re-land cl/443493674 by fixing build error. by fayang · 3 years ago
  59. a6d2041 Internal change by QUICHE team · 3 years ago
  60. 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 · 3 years ago
  61. 957e552 Remove clock calibration logic from QuicClock. by vasilvv · 3 years ago
  62. 0523bfe Deprecate gfe2_restart_flag_quic_use_recent_reset_addresses. by fayang · 3 years ago
  63. 4329441 Deprecate gfe2_restart_flag_quic_set_packet_state_if_all_data_retransmitted. by fayang · 3 years ago
  64. dad3efc Automated g4 rollback of changelist 443207602. by vasilvv · 3 years ago
  65. 19e2b3e Implement minimal iterator_range in Balsa. by bnc · 3 years ago
  66. 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 · 3 years ago
  67. a406a2a Explicitly specifies nice mocks in OgHttp2AdapterTest.ClientServerInteractionTest. by birenroy · 3 years ago
  68. d11ec8e Use QUICHE platform in //third_party/epoll_server by vasilvv · 3 years ago
  69. f0a04ef Change absl::string_view to std::unique_ptr<char[]> in QuicConnection::BufferedPacket to make the ownership clear. by fayang · 3 years ago
  70. 773c8a0 Disable resumption when receiving NRES connection option. by fayang · 3 years ago
  71. 858730e Removes more instances of C++20-style designated initializers from oghttp2_adapter_test.cc. by birenroy · 3 years ago
  72. 765bf00 Removes C++20-style designated initializers from oghttp2_adapter_test.cc. by birenroy · 3 years ago
  73. bb569e2 Add string_view local variables to avoid repetition. by bnc · 3 years ago
  74. 46627c3 Use more early returns in Balsa. by bnc · 3 years ago
  75. be6b66b Deprecate --gfe2_reloadable_flag_quic_server_reverse_validate_new_path3 by danzh · 3 years ago
  76. fa9a1fe Use string_view in BalsaVisitorInterface. by bnc · 3 years ago
  77. 99e1367 Remove some of the APIs from epoll_server/platform by vasilvv · 3 years ago
  78. af2e52a Deprecate --gfe2_reloadable_flag_quic_count_bytes_on_alternative_path_seperately. by danzh · 3 years ago
  79. bcf4072 Remove support for CONNECT-FOO methods by dschinazi · 3 years ago
  80. 376d10d Removes C++20-style designated initializers from nghttp2_adapter_test.cc. by birenroy · 3 years ago
  81. c98432c Removes C++20-style designated initializers from adapter_impl_comparison_test.cc. by birenroy · 3 years ago
  82. 56e3000 Removes C++20-style designated initializers from nghttp2_test_utils.h. by birenroy · 3 years ago
  83. b4c2932 Add QuicPingManager to manage the PING alarm. by fayang · 3 years ago
  84. e7a89b7 Deliver INITIAL packets before other packets. by ramosalex · 3 years ago
  85. b37451f While sending PATH_CHALLENGE, make sure QuicConnection flushes probing packet on alternative path before bundling ACK. by danzh · 3 years ago
  86. a4492b1 Remove extraneous newline from the end of huffman_spec_tables.cc. by bnc · 3 years ago
  87. 28dcdc2 Deprecate --gfe2_reloadable_flag_quic_limit_encoder_dynamic_table_size. by bnc · 3 years ago
  88. 1393b9c clang-format third_party/http2 by bnc · 3 years ago
  89. 8785116 Export four currently unexported HTTP/2 tests. by vasilvv · 3 years ago
  90. 5d39333 In QuicConnection, rename ping_timeout_ to keep_alive_ping_timeout_. Remove two getters ping_timeout() and initial_retransmittable_on_wire_timeout(). by fayang · 3 years ago
  91. bdf2818 Add QUICHE_EXPORT_PRIVATE and QUICHE_NO_EXPORT as necessary. by bnc · 3 years ago
  92. 3000cba Remove connection close-related QUIC_BUGs. by bnc · 3 years ago
  93. bb0ae43 Remove unused PushId and struct MaxPushIdFrame. by bnc · 3 years ago
  94. 89ff10e Deprecate --gfe2_reloadable_flag_quic_ignore_max_push_id. by bnc · 3 years ago
  95. 865cd3a clang-format third_party/quic by bnc · 3 years ago
  96. a85581e Remove legacy MASQUE mode by dschinazi · 3 years ago
  97. 2b58580 Use QUICHE_BUG instead of GFE_BUG in Balsa. by bnc · 3 years ago
  98. d7a507e Internal change by QUICHE team · 3 years ago
  99. 78d965d Remove datagram context registration by dschinazi · 3 years ago
  100. e96691f clang-format rest of //third_party/quiche/ by bnc · 3 years ago