1. 65fff0d Remove QUIC_NOTREACHED. by bnc · 2 years, 10 months ago
  2. 71bfaf6 Add using directives to BalsaHeader to fix gcc compile error. by bnc · 2 years, 10 months ago
  3. bf3a119 Add underlying type to Balsa enums. by bnc · 2 years, 10 months ago
  4. e69b1f5 Support draft-ietf-masque-h3-datagram-09 by dschinazi · 2 years, 10 months ago
  5. 2606980 Internal change by QUICHE team · 2 years, 10 months ago
  6. f0110db Move some QUICHE presubmit checks from individual files to METADATA.common. by bnc · 2 years, 10 months ago
  7. f2c580b Drop support for draft-ietf-masque-h3-datagram-00 by dschinazi · 2 years, 10 months ago
  8. d272792 Access buffered CHLO in the correct place when the server changes the connection ID. by martinduke · 2 years, 10 months ago
  9. ba6200c Remove always passing DCHECK. by bnc · 2 years, 10 months ago
  10. 30bbde7 Move quiche/common/balsa to quiche/balsa. by bnc · 2 years, 10 months ago
  11. 6139e08 Fix tests that break Envoy merge by dschinazi · 2 years, 10 months ago
  12. 0f52acd Export quic_http_response_cache_data into QUICHE by vasilvv · 2 years, 10 months ago
  13. d79c3a2 Adds a NoopHeaderValidator, which does not perform any validation. by birenroy · 2 years, 10 months ago
  14. 450db07 Rename random_decoder_test into random_decoder_test_base. by vasilvv · 2 years, 10 months ago
  15. b3f3862 Internal change by fayang · 2 years, 10 months ago
  16. 8221274 Use absl::flat_hash_map instead of std::unordered_map in PriorityWriteScheduler. by bnc · 2 years, 10 months ago
  17. 69b700b Add code count to support verification of quic_fix_on_stream_reset flag. by bnc · 2 years, 10 months ago
  18. 698178e Uses the HeaderValidatorBase type within OgHttp2Session::PassthroughHeadersHandler. by birenroy · 2 years, 10 months ago
  19. 515f24f Remove quiche_test_helpers.h: by vasilvv · 2 years, 10 months ago
  20. d318831 Extracts a common base class for header validator implementations. by birenroy · 2 years, 10 months ago
  21. a7532cd Remove quic_mock_log.h by vasilvv · 2 years, 10 months ago
  22. 327663d Move the increments of retransmittable-on-wire counters to when the alarm fires in retransmittable-on-wire mode. by fayang · 2 years, 10 months ago
  23. 478f032 Make the Buffer0rttTest do what it says. Packet traces confirm the request is now being sent in 0-RTT. by martinduke · 2 years, 10 months ago
  24. 5fab28c Fix a race condition in QUIC TLS ticket processing by QUICHE team · 2 years, 10 months ago
  25. adc69f3 Adds handling of multiple Content-Length values. by birenroy · 2 years, 10 months ago
  26. cd0fcd0 Cast to unsigned char for comparisons. by bnc · 2 years, 10 months ago
  27. cc449fc Change QuicCryptoStream to track crypto-substreams by packet number space instead of encryption level such that ZERO_RTT and FORWARD_SECURE crypto data are sent/received/re-transmitted on the same stream. by haoyuewang · 2 years, 10 months ago
  28. 904315b Use static_cast<char> in HTTPBalsaFrameTest.GibberishInHeadersAndTrailer. by bnc · 2 years, 10 months ago
  29. 08efde4 Deprecate --gfe2_reloadable_flag_quic_close_connection_if_fail_to_serialzie_coalesced_packet2. by wub · 2 years, 10 months ago
  30. 84eac51 Use QUICHE versions of logging macros in certain QUICHE files. by vasilvv · 2 years, 10 months ago
  31. bf9fc68 Makes metadata serialization eager within OgHttp2Session. by birenroy · 2 years, 10 months ago
  32. 49243cd Move all command-line binary tools out of quic/core. by vasilvv · 2 years, 10 months ago
  33. 3f73c4a Internal change by danzh · 2 years, 10 months ago
  34. bfb4827 Adds a test demonstrating that metadata is not sent if queued immediately before trailers. by birenroy · 2 years, 10 months ago
  35. 82fa882 Move all of HTTP/2 test tools into http2/test_tools. by vasilvv · 2 years, 10 months ago
  36. 22fd5d4 Add missing QUICHE_EXPORT_PRIVATE at a few places. by bnc · 2 years, 10 months ago
  37. 92d3305 Fixes for C++20 support. by QUICHE team · 2 years, 10 months ago
  38. 776ba8b Internal change by haoyuewang · 2 years, 10 months ago
  39. 1e2d7f9 Move IsInvalidHeaderKeyChar() from balsa_frame.cc anonymous namespace to header_properties. by bnc · 2 years, 10 months ago
  40. 456fcf2 Merge third_party/http2/tools into third_party/http2/test_tools. by vasilvv · 2 years, 10 months ago
  41. a9593c5 Make packet_dropping_test_writer not depend on epoll-related code. by vasilvv · 2 years, 10 months ago
  42. 6037285 Move SPDY test tools into //third_party/spdy/test_tools/... by vasilvv · 2 years, 10 months ago
  43. 049f2e1 Use uint8_t instead of char for array indexing in quiche::header_properties. by bnc · 2 years, 10 months ago
  44. b7176b0 Fix QuicheBufferAllocatorTest by vasilvv · 2 years, 10 months ago
  45. 4220282 Actually export quiche_file_utils test files. by vasilvv · 2 years, 10 months ago
  46. 5e3762e Flip restart flags for staging and gfe-dev-co production locations. by QUICHE team · 2 years, 11 months ago
  47. 2cf0c0d Use unsigned type as index for array. by bnc · 2 years, 11 months ago
  48. e1d11f4 Change flags type in Http2FrameHeaderTypeAndFlagTest. by bnc · 2 years, 11 months ago
  49. ff60303 Uses uint8_t for an array index value. by birenroy · 2 years, 11 months ago
  50. 809b94f Pretty print Http2FrameHeaderTypeAndFlagTest params. by bnc · 2 years, 11 months ago
  51. 61da04f Do not recalculate BalsaHeaders::iterator_base::value_ unless necessary. by bnc · 2 years, 11 months ago
  52. fdd86bf Log more info when retransmittable-on-wire deadline is in the past. by fayang · 2 years, 11 months ago
  53. 34cf81e Adds a mode to HeaderValidator that accepts `obs-text`, and makes it the default for OgHttp2Session. by birenroy · 2 years, 11 months ago
  54. 32a597a Make BalsaHeaders::iterator_base and const_header_lines_iterator copy constructor implicit. by bnc · 2 years, 11 months ago
  55. 3d6ae70 Deprecate --gfe2_restart_flag_quic_tls_server_support_client_cert. by wub · 2 years, 11 months ago
  56. 854443f Remove header policy tests from public QUICHE. by bnc · 2 years, 11 months ago
  57. e4421f2 Add two vulnerable ports to QUIC blocked list by dschinazi · 2 years, 11 months ago
  58. 77e65bf Do not use old-style cast in balsa_frame_test.cc. by bnc · 2 years, 11 months ago
  59. d15e6b9 Use EXPECT_QUICHE_BUG in BalsaHeadersTest. by bnc · 2 years, 11 months ago
  60. 5ac2ffa Remove http2_flags.h and http2_flag_utils.h. by bnc · 2 years, 11 months ago
  61. 7afbf6d Fix signed-unsigned comparison. by bnc · 2 years, 11 months ago
  62. ac647d1 Add three variants of selective resumption behavior, controlled by connection option 'GSR1', 'GSR2' and 'GSR3'. by wub · 2 years, 11 months ago
  63. be49c84 Remove http2_logging.h. by bnc · 2 years, 11 months ago
  64. d12404b Pass TLS read/write secrets by absl::Span instead of a byte vector. by wub · 2 years, 11 months ago
  65. 339f0c8 Remove TLP and RTO retransmissions by deprecating gfe2_restart_flag_quic_default_on_pto2. by fayang · 2 years, 11 months ago
  66. 2afffcd False deprecate --gfe2_reloadable_flag_quic_set_burst_token. The flag roll-back change cr/440139064 has been fully rolled out. by haoyuewang · 2 years, 11 months ago
  67. 3b119f6 Rename QuicheTest implementation to QuicheTestImpl. by bnc · 2 years, 11 months ago
  68. f600d18 Remove an unused parameter from quic::SerializeTransportParameters. by wub · 2 years, 11 months ago
  69. af69f82 Remove QuicGetTestMemoryCachePath(). by bnc · 2 years, 11 months ago
  70. 1cd4483 Remove empty quic_containers.h. by bnc · 2 years, 11 months ago
  71. c6f8765 Use QuicheSmallOrderedSet instead of QuicSmallOrderedSet. by bnc · 2 years, 11 months ago
  72. ba77ae5 Remove quic_stream_buffer_allocator.h. by bnc · 2 years, 11 months ago
  73. a426cea Default-enable qbone_server_use_messages by dschinazi · 2 years, 11 months ago
  74. 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 · 2 years, 11 months ago
  75. 2da3567 Remove http2_bug_tracker.h. by bnc · 2 years, 11 months ago
  76. 0dcdedd Export balsa_frame_test.cc and balsa_headers_test.cc publicly. by bnc · 2 years, 11 months ago
  77. 3426a1c Do not use string_view_utils.h or stringpiece_ssize_type in balsa_headers.cc. by bnc · 2 years, 11 months ago
  78. 917cc08 Remove unnecessary QUIC_EXPORT directive. by vasilvv · 2 years, 11 months ago
  79. ac4019b Remove GFE2-specific comments from Balsa. by bnc · 2 years, 11 months ago
  80. e276a7f Use QUICHE_*LOG() in Balsa. by bnc · 2 years, 11 months ago
  81. 3d173d5 Internal change by haoyuewang · 2 years, 11 months ago
  82. a8e23fe Make BalsaBuffer constructors public. by bnc · 2 years, 11 months ago
  83. bc02673 Split out google3-specific bits of crypto_test_utils into //net/quic. by vasilvv · 2 years, 11 months ago
  84. 007fae4 Prepare for toy QUIC CONNECT proxy server by ericorth · 2 years, 11 months ago
  85. e5c727c Add two QuicheMemSliceTests. by bnc · 2 years, 11 months ago
  86. 32034b0 Provide default Abseil-based implementation for QuicheStackTrace. by vasilvv · 2 years, 11 months ago
  87. 73a2457 Make QUICHE_EXPORT macros add default visibility attribute in google3. by vasilvv · 2 years, 11 months ago
  88. 8033ef1 Improve ProofSourceX509 enough so that it can be used to run all of QUICHE unit tests. by vasilvv · 2 years, 11 months ago
  89. 3c66f99 Deprecate --gfe2_reloadable_flag_always_use_strict_header_names. by QUICHE team · 2 years, 11 months ago
  90. 9f0bdb5 Use identical argument names in declaration and definition for two BalsaHeaders methods. by bnc · 2 years, 11 months ago
  91. a05cb99 Use a different export directive in third_party/quiche/common/quiche_circular_deque.h. by vasilvv · 2 years, 11 months ago
  92. 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, 11 months ago
  93. 876d4df Removes C++20-style designated initializers from oghttp2_session_test.cc by birenroy · 2 years, 11 months ago
  94. 2c6e7e6 Removes C++20-style designated initializers from recording_http2_visitor_test.cc. by birenroy · 2 years, 11 months ago
  95. 04bda8b Fix Chromium merge. by vasilvv · 2 years, 11 months ago
  96. f6607db Re-land cl/443493674 by fixing build error. by fayang · 2 years, 11 months ago
  97. a6d2041 Internal change by QUICHE team · 2 years, 11 months ago
  98. 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, 11 months ago
  99. 957e552 Remove clock calibration logic from QuicClock. by vasilvv · 2 years, 11 months ago
  100. 0523bfe Deprecate gfe2_restart_flag_quic_use_recent_reset_addresses. by fayang · 2 years, 11 months ago