1. ff2e5fb Internal change by martinduke · 1 year, 8 months ago
  2. 69c3f0a Deprecate --quic_packet_flusher_check_connected_after_flush_packets. by wub · 1 year, 8 months ago
  3. 7e7968b Deprecate --quic_bbr2_support_new_startup_pacing_gain. by wub · 1 year, 8 months ago
  4. 0e5ea73 Disable two tests that fail to compile in Chromium. by vasilvv · 1 year, 8 months ago
  5. 0aa3b6d Migrating MASQUE uses of QuicClient to QuicDefaultClient. by vasilvv · 1 year, 8 months ago
  6. 0ccb83d Migrating the CLI uses of QuicClient to QuicDefaultClient. by vasilvv · 1 year, 8 months ago
  7. 83a9f34 Fix a case where HAS_ACCEPT4 is referenced on some platforms despite being undefined by vasilvv · 1 year, 8 months ago
  8. 7497fa6 Build quic_server in iOS/Android presubmits by vasilvv · 1 year, 8 months ago
  9. e87803e Fix stream server test time advancing by QUICHE team · 1 year, 8 months ago
  10. 52c346e Add QUICHE_BUG if pos_ increases out of bound in QuicheDataReader::BytesRemaining. by fayang · 1 year, 8 months ago
  11. 35b6eac Internal change by martinduke · 1 year, 8 months ago
  12. 9b5aac9 Partial rollback of cl/467313603 to unblock Chromium merge by vasilvv · 1 year, 8 months ago
  13. 43e72e9 Fix unused parameter on non-Linux builds. by ramosalex · 1 year, 8 months ago
  14. d50a969 Add bind to interface socket option support to QuicUdpSocketApi and QuicClientEpollNetworkHelper. by ramosalex · 1 year, 8 months ago
  15. 862c379 `balsa_headers`: fix a C++ compatibility issue. by QUICHE team · 1 year, 8 months ago
  16. 3ea648e Allow setting a delay for a response. by QUICHE team · 1 year, 8 months ago
  17. 35c0ff7 Move RFC 9000 variable length integer encoding from QUIC to QUICHE by dschinazi · 1 year, 8 months ago
  18. af723ac In QuicConnection::OnCanWrite(), early return after writing buffered crypto frames if the connection gets closed. by danzh · 1 year, 8 months ago
  19. 067bb9c Fix race condition in EndToEndTest.AckNotifierWithPacketLossAndBlockedSocket by vasilvv · 1 year, 8 months ago
  20. 42ffc1e Roll forward cl/466743774 by ericorth · 1 year, 9 months ago
  21. e5e9887 Fix a memory destruction ordering issue in Quic test code by ericorth · 1 year, 9 months ago
  22. 13930df Internal change by ericorth · 1 year, 9 months ago
  23. 866ce9f Automated g4 rollback of changelist 467045918. by ericorth · 1 year, 9 months ago
  24. 058bcfb Roll forward cl/466743774 by ericorth · 1 year, 9 months ago
  25. 60abf6c Fix a memory destruction ordering issue in RushIngestQuicServer by ericorth · 1 year, 9 months ago
  26. c2de160 Eliminate connection_dispatcher_map_ from GfeQuicDispatcher because it is always null. by martinduke · 1 year, 9 months ago
  27. c2b0c85 Fix a bug in QUIC BBRv2 with min_bytes_in_flight_in_round_ where it would reset if it was 0, which is a valid value. Also set it when sending a packet, to fix potential issues exiting quiescence. by ianswett · 1 year, 9 months ago
  28. 40dcb13 Automated g4 rollback of changelist 466743774. by ericorth · 1 year, 9 months ago
  29. 3df55a9 Create QUICHE toy CONNECT proxy server by ericorth · 1 year, 9 months ago
  30. da8fb1c Internal change by haoyuewang · 1 year, 9 months ago
  31. 04136b8 Take structured header parameters by value in constructors instead of by const ref by QUICHE team · 1 year, 9 months ago
  32. a2d572a Internal change by fayang · 1 year, 9 months ago
  33. b30176c Create ConnectTunnel for toy server use by ericorth · 1 year, 9 months ago
  34. 89d3b8a Add higher-level TCP client socket/factory support to QUICHE by ericorth · 1 year, 9 months ago
  35. b95fbe7 Deprecate --gfe2_reloadable_flag_quic_fix_on_stream_reset. by bnc · 1 year, 9 months ago
  36. 3ebaf68 Disable some of the QUIC end-to-end tests in Chrome. by vasilvv · 1 year, 9 months ago
  37. 4b02d4e Internal change by haoyuewang · 1 year, 9 months ago
  38. 4d9d198 Move MockHttpDecoderVisitor from http_decoder_test.cc to quic_test_utils.h. by diannahu · 1 year, 9 months ago
  39. dc8ed89 Fix flakiness in QuicEventLoop unit tests by vasilvv · 1 year, 9 months ago
  40. f1debd1 Clarify CONTRIBUTING.md by vasilvv · 1 year, 9 months ago
  41. fe1c281 Delete quic_flags_impl.{h,cc}. by bnc · 1 year, 9 months ago
  42. 5e9a60b Tighten up AppropriateActionTakenWhenHeadersTooLongWithTooMuchInput test. by bnc · 1 year, 9 months ago
  43. e0ccc35 Switch QuicTestClient to use QuicDefaultClient instead of QuicClient by vasilvv · 1 year, 9 months ago
  44. 29a3438 Remove leftover epoll dependencies for quic_server. by vasilvv · 1 year, 9 months ago
  45. 31448f4 Extract Quiche default connection ID generation algorithms into a library. When integrated into quiche, similar functions can be removed. by martinduke · 1 year, 9 months ago
  46. f27dba4 Move NoopEncoderStreamErrorDelegate from qpack_decoder_test_utils to qpack_decoder. by diannahu · 1 year, 9 months ago
  47. 1699cb2 Proposed interface for "Connection ID generators" that will allow different algorithms for different platforms that deploy QUICHE. by martinduke · 1 year, 9 months ago
  48. ffb583d Avoid creating session when server_connection_id matches, and send CONNECTION_CLOSE instead of delivering the packet if the original connection IDs don't match. by martinduke · 1 year, 9 months ago
  49. 0dbd927 Internal change by abhisinghx · 1 year, 9 months ago
  50. 5b85bf0 Internal change by haoyuewang · 1 year, 9 months ago
  51. c4cdd53 Remove SpdyHeaderBlock alias. by bnc · 1 year, 9 months ago
  52. 1005e2f Remove qpack_encoder_test_utils. by bnc · 1 year, 9 months ago
  53. fe9c730 Support negative timeouts in QuicPollEventLoop. by vasilvv · 1 year, 9 months ago
  54. 1d46d79 Add QuicDefaultClient, a QuicEventLoop-based version of QuicClient by vasilvv · 1 year, 9 months ago
  55. 169e8e5 Internal change by QUICHE team · 1 year, 9 months ago
  56. 130bde9 Pass path validation start time to QuicPathValidator::ResultDelegate::OnPathValidationSuccess. by wub · 1 year, 9 months ago
  57. 9849ecd Internal change by abhisinghx · 1 year, 9 months ago
  58. aebaf4c Do not fire QUIC_BUG 'quic_has_pending_frames_unexpectedly' if connection is disconnected. by wub · 1 year, 9 months ago
  59. a7124e5 Deprecate --gfe2_reloadable_flag_quic_tls_handshaker_check_connection_closed. by wub · 1 year, 9 months ago
  60. dcc80b3 Do not mark stream connection level blocked if the write side has been closed. by fayang · 1 year, 9 months ago
  61. 1017a96 Fix QuicTestClient::WaitUntil to not to assume the existence of an active stream. by wub · 1 year, 9 months ago
  62. 1e998e1 Internal change by QUICHE team · 1 year, 9 months ago
  63. 820a11f Internal change by birenroy · 1 year, 9 months ago
  64. c0c3a0e Make QUIC end-to-end test use the parametrized event loop object from the server by vasilvv · 1 year, 9 months ago
  65. 87f7460 qbone: Optionally set initcwnd on routes. by QUICHE team · 1 year, 9 months ago
  66. 385e19a Fix a bug in QuicEventLoop where ArtificiallyNotifyEvent() would sometimes not work by vasilvv · 1 year, 9 months ago
  67. b6a9b07 Deprecate gfe2_reloadable_flag_quic_consider_original_connection_id_as_active_pre_handshake. by fayang · 1 year, 9 months ago
  68. 2365c1e Internal change by QUICHE team · 1 year, 9 months ago
  69. 9376b86 Fix the listener unregistering itself from inside the callback by vasilvv · 1 year, 9 months ago
  70. 498c7f0 Add MetadataFrameSequence::HasNext(). by bnc · 1 year, 9 months ago
  71. 03fcf27 Validate header field value characters after reading headers in QuicSpdyStream instead of as part of QPACK decoding. The new stream header validation would reset the stream (instead of closing connection), which is consistent with how other types of invalid headers are handled. by haoyuewang · 1 year, 9 months ago
  72. 08ba5e9 Deprecate NCHP and NBPE by dschinazi · 1 year, 9 months ago
  73. 1fc3f4f Internal change by wub · 1 year, 9 months ago
  74. d23adb7 s/SpdyHeaderBlock/Http2HeaderBlock/ by bnc · 1 year, 9 months ago
  75. ba55696 Flip restart flags for staging and gfe-dev-co production locations. by QUICHE team · 1 year, 9 months ago
  76. bf24b76 Simplify HttpEncoder::SerializeAcceptChFrame() signature. by bnc · 1 year, 9 months ago
  77. 68ecbbd Removes outbound queued frames for streams that the peer resets. by birenroy · 1 year, 9 months ago
  78. 17788b6 Regression tests for sending HEADERS and/or DATA after a stream is reset. by birenroy · 1 year, 9 months ago
  79. 07f3c26 Migrate OgHttp2Session to using OnUnknownFrameStart() and OnUnknownFramePayload(). by diannahu · 1 year, 9 months ago
  80. 0f891a5 Migrate //third_party/spdy to Http2HeaderBlock. by bnc · 1 year, 9 months ago
  81. 0b343ee Simplify signature of most HttpEncoder methods. by bnc · 1 year, 9 months ago
  82. 4befc52 Consolidate QuicDispatcher's core CHLO processing logic in a single function to avoid separate implementation in ProcessChlo() and ProcessBufferedChlos() by martinduke · 1 year, 9 months ago
  83. fc8aa32 Deprecate --gfe2_reloadable_flag_quic_include_offset_in_blocked_frames. by QUICHE team · 1 year, 9 months ago
  84. ffaa4c3 Migrate //third_party/quic to Http2HeaderBlock. by bnc · 1 year, 9 months ago
  85. 1a4356b Deprecate --gfe2_reloadable_flag_quic_deliver_initial_packets_first. by ramosalex · 1 year, 9 months ago
  86. d83634a Internal change by haoyuewang · 1 year, 9 months ago
  87. 16afae5 Simplify SerializePriorityUpdateFrame() signature. by bnc · 1 year, 10 months ago
  88. fa04139 Migrate to Http2HeaderBlock in //third_party/http2. by bnc · 1 year, 10 months ago
  89. d49f402 Add new SpdyFramerVisitorInterface callbacks for non-standard/unknown frames. by diannahu · 1 year, 10 months ago
  90. 8843029 Rename SpdyHeaderStorage. by bnc · 1 year, 10 months ago
  91. a60076a Move Http2HeaderBlock to http2_header_block*. by bnc · 1 year, 10 months ago
  92. 82f2f31 Automated g4 rollback of changelist 460481546. by birenroy · 1 year, 10 months ago
  93. 96840a0 Store original server connection IDs in the dispatcher's session map. Release them when the 0-RTT key discard timer fires. Include them in the list of active connection IDs to make sure they are destroyed if the timer never fires. by martinduke · 1 year, 10 months ago
  94. 8eb90ef Mark the float version of QuicTime::Delta operator* as non-constexpr by vasilvv · 1 year, 10 months ago
  95. 5370f55 Remove FrameSequence and MetadataSerializer. by bnc · 1 year, 10 months ago
  96. 8af58e5 Update QUIC connection ID encryption library to reflect draft-ietf-quic-load-balancers-14. by martinduke · 1 year, 10 months ago
  97. 4caf230 Add missing flag counts for --quic_dispatcher_send_connection_close_for_tls_alerts. by wub · 1 year, 10 months ago
  98. b159ae3 Add BalsaVisitorInterface::OnHeader(). by bnc · 1 year, 10 months ago
  99. dd4cd5e Adds a QUICHE flag to control oghttp2 debug trace logging. by birenroy · 1 year, 10 months ago
  100. 0e7c3c0 Switch QuicServer to use QuicEventLoop instead of QuicEpollServer by vasilvv · 1 year, 10 months ago