1. 605dca2 Update QuicConnection to Use ConnectionIdGeneratorInterface. by martinduke · 1 year, 11 months ago
  2. de50f1e Stop calling memcpy when `bytes_to_copy` is 0 by QUICHE team · 1 year, 11 months ago
  3. c9cd7f6 Split quic_client_lib into quic_client_lib and quic_epoll_client_lib by vasilvv · 1 year, 11 months ago
  4. 1e5f67c Internal change by wub · 1 year, 11 months ago
  5. 51510ec Open source Binary Http. by QUICHE team · 1 year, 11 months ago
  6. ef61b1f Fix and re-enable tests disabled in cl/468791547 by vasilvv · 1 year, 11 months ago
  7. c2576ef Fix -Wshadow instances in fuzzer. by QUICHE team · 1 year, 11 months ago
  8. cd4eb80 Deprecate --gfe2_reloadable_flag_quic_remove_blackhole_detection_experiments. by wub · 1 year, 11 months ago
  9. 31940e4 Prepare QuicSpdyStream and QuicSpdySession APIs for METADATA support. by diannahu · 1 year, 11 months ago
  10. 65b33a1 Remove QuicClientPeer. by vasilvv · 1 year, 11 months ago
  11. 9337140 Migrate QboneClient to use QuicEventLoop instead of EpollServer. by vasilvv · 1 year, 11 months ago
  12. fca5c77 Add multi-port support to a QUIC connection. by renjietang · 1 year, 11 months ago
  13. e9946df Enable --quic_spdy_stream_check_connected_after_process_input. by wub · 1 year, 11 months ago
  14. 3685018 Internal change by wub · 1 year, 11 months ago
  15. 6f2a7b2 Expose defer_send_in_response_to_packets_ in QuicConnection to its subclasses. by danzh · 1 year, 11 months ago
  16. dd6c9f3 Convert ConnectTunnel::HostAndPort usage to QuicServerId by ericorth · 1 year, 11 months ago
  17. aa27a43 Migrate IcmpReachable to use QuicEventLoop API. by vasilvv · 1 year, 11 months ago
  18. ff2e5fb Internal change by martinduke · 1 year, 11 months ago
  19. 69c3f0a Deprecate --quic_packet_flusher_check_connected_after_flush_packets. by wub · 1 year, 11 months ago
  20. 7e7968b Deprecate --quic_bbr2_support_new_startup_pacing_gain. by wub · 1 year, 11 months ago
  21. 0e5ea73 Disable two tests that fail to compile in Chromium. by vasilvv · 2 years ago
  22. 0aa3b6d Migrating MASQUE uses of QuicClient to QuicDefaultClient. by vasilvv · 2 years ago
  23. 0ccb83d Migrating the CLI uses of QuicClient to QuicDefaultClient. by vasilvv · 2 years ago
  24. 83a9f34 Fix a case where HAS_ACCEPT4 is referenced on some platforms despite being undefined by vasilvv · 2 years ago
  25. 7497fa6 Build quic_server in iOS/Android presubmits by vasilvv · 2 years ago
  26. e87803e Fix stream server test time advancing by QUICHE team · 2 years ago
  27. 52c346e Add QUICHE_BUG if pos_ increases out of bound in QuicheDataReader::BytesRemaining. by fayang · 2 years ago
  28. 35b6eac Internal change by martinduke · 2 years ago
  29. 9b5aac9 Partial rollback of cl/467313603 to unblock Chromium merge by vasilvv · 2 years ago
  30. 43e72e9 Fix unused parameter on non-Linux builds. by ramosalex · 2 years ago
  31. d50a969 Add bind to interface socket option support to QuicUdpSocketApi and QuicClientEpollNetworkHelper. by ramosalex · 2 years ago
  32. 862c379 `balsa_headers`: fix a C++ compatibility issue. by QUICHE team · 2 years ago
  33. 3ea648e Allow setting a delay for a response. by QUICHE team · 2 years ago
  34. 35c0ff7 Move RFC 9000 variable length integer encoding from QUIC to QUICHE by dschinazi · 2 years ago
  35. af723ac In QuicConnection::OnCanWrite(), early return after writing buffered crypto frames if the connection gets closed. by danzh · 2 years ago
  36. 067bb9c Fix race condition in EndToEndTest.AckNotifierWithPacketLossAndBlockedSocket by vasilvv · 2 years ago
  37. 42ffc1e Roll forward cl/466743774 by ericorth · 2 years ago
  38. e5e9887 Fix a memory destruction ordering issue in Quic test code by ericorth · 2 years ago
  39. 13930df Internal change by ericorth · 2 years ago
  40. 866ce9f Automated g4 rollback of changelist 467045918. by ericorth · 2 years ago
  41. 058bcfb Roll forward cl/466743774 by ericorth · 2 years ago
  42. 60abf6c Fix a memory destruction ordering issue in RushIngestQuicServer by ericorth · 2 years ago
  43. c2de160 Eliminate connection_dispatcher_map_ from GfeQuicDispatcher because it is always null. by martinduke · 2 years ago
  44. 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 · 2 years ago
  45. 40dcb13 Automated g4 rollback of changelist 466743774. by ericorth · 2 years ago
  46. 3df55a9 Create QUICHE toy CONNECT proxy server by ericorth · 2 years ago
  47. da8fb1c Internal change by haoyuewang · 2 years ago
  48. 04136b8 Take structured header parameters by value in constructors instead of by const ref by QUICHE team · 2 years ago
  49. a2d572a Internal change by fayang · 2 years ago
  50. b30176c Create ConnectTunnel for toy server use by ericorth · 2 years ago
  51. 89d3b8a Add higher-level TCP client socket/factory support to QUICHE by ericorth · 2 years ago
  52. b95fbe7 Deprecate --gfe2_reloadable_flag_quic_fix_on_stream_reset. by bnc · 2 years ago
  53. 3ebaf68 Disable some of the QUIC end-to-end tests in Chrome. by vasilvv · 2 years ago
  54. 4b02d4e Internal change by haoyuewang · 2 years ago
  55. 4d9d198 Move MockHttpDecoderVisitor from http_decoder_test.cc to quic_test_utils.h. by diannahu · 2 years ago
  56. dc8ed89 Fix flakiness in QuicEventLoop unit tests by vasilvv · 2 years ago
  57. f1debd1 Clarify CONTRIBUTING.md by vasilvv · 2 years ago
  58. fe1c281 Delete quic_flags_impl.{h,cc}. by bnc · 2 years ago
  59. 5e9a60b Tighten up AppropriateActionTakenWhenHeadersTooLongWithTooMuchInput test. by bnc · 2 years ago
  60. e0ccc35 Switch QuicTestClient to use QuicDefaultClient instead of QuicClient by vasilvv · 2 years ago
  61. 29a3438 Remove leftover epoll dependencies for quic_server. by vasilvv · 2 years ago
  62. 31448f4 Extract Quiche default connection ID generation algorithms into a library. When integrated into quiche, similar functions can be removed. by martinduke · 2 years ago
  63. f27dba4 Move NoopEncoderStreamErrorDelegate from qpack_decoder_test_utils to qpack_decoder. by diannahu · 2 years ago
  64. 1699cb2 Proposed interface for "Connection ID generators" that will allow different algorithms for different platforms that deploy QUICHE. by martinduke · 2 years ago
  65. 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 · 2 years ago
  66. 0dbd927 Internal change by abhisinghx · 2 years ago
  67. 5b85bf0 Internal change by haoyuewang · 2 years ago
  68. c4cdd53 Remove SpdyHeaderBlock alias. by bnc · 2 years ago
  69. 1005e2f Remove qpack_encoder_test_utils. by bnc · 2 years ago
  70. fe9c730 Support negative timeouts in QuicPollEventLoop. by vasilvv · 2 years ago
  71. 1d46d79 Add QuicDefaultClient, a QuicEventLoop-based version of QuicClient by vasilvv · 2 years ago
  72. 169e8e5 Internal change by QUICHE team · 2 years ago
  73. 130bde9 Pass path validation start time to QuicPathValidator::ResultDelegate::OnPathValidationSuccess. by wub · 2 years ago
  74. 9849ecd Internal change by abhisinghx · 2 years ago
  75. aebaf4c Do not fire QUIC_BUG 'quic_has_pending_frames_unexpectedly' if connection is disconnected. by wub · 2 years ago
  76. a7124e5 Deprecate --gfe2_reloadable_flag_quic_tls_handshaker_check_connection_closed. by wub · 2 years ago
  77. dcc80b3 Do not mark stream connection level blocked if the write side has been closed. by fayang · 2 years ago
  78. 1017a96 Fix QuicTestClient::WaitUntil to not to assume the existence of an active stream. by wub · 2 years ago
  79. 1e998e1 Internal change by QUICHE team · 2 years ago
  80. 820a11f Internal change by birenroy · 2 years ago
  81. c0c3a0e Make QUIC end-to-end test use the parametrized event loop object from the server by vasilvv · 2 years ago
  82. 87f7460 qbone: Optionally set initcwnd on routes. by QUICHE team · 2 years ago
  83. 385e19a Fix a bug in QuicEventLoop where ArtificiallyNotifyEvent() would sometimes not work by vasilvv · 2 years ago
  84. b6a9b07 Deprecate gfe2_reloadable_flag_quic_consider_original_connection_id_as_active_pre_handshake. by fayang · 2 years ago
  85. 2365c1e Internal change by QUICHE team · 2 years ago
  86. 9376b86 Fix the listener unregistering itself from inside the callback by vasilvv · 2 years ago
  87. 498c7f0 Add MetadataFrameSequence::HasNext(). by bnc · 2 years ago
  88. 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 · 2 years ago
  89. 08ba5e9 Deprecate NCHP and NBPE by dschinazi · 2 years ago
  90. 1fc3f4f Internal change by wub · 2 years ago
  91. d23adb7 s/SpdyHeaderBlock/Http2HeaderBlock/ by bnc · 2 years ago
  92. ba55696 Flip restart flags for staging and gfe-dev-co production locations. by QUICHE team · 2 years ago
  93. bf24b76 Simplify HttpEncoder::SerializeAcceptChFrame() signature. by bnc · 2 years ago
  94. 68ecbbd Removes outbound queued frames for streams that the peer resets. by birenroy · 2 years ago
  95. 17788b6 Regression tests for sending HEADERS and/or DATA after a stream is reset. by birenroy · 2 years ago
  96. 07f3c26 Migrate OgHttp2Session to using OnUnknownFrameStart() and OnUnknownFramePayload(). by diannahu · 2 years ago
  97. 0f891a5 Migrate //third_party/spdy to Http2HeaderBlock. by bnc · 2 years ago
  98. 0b343ee Simplify signature of most HttpEncoder methods. by bnc · 2 years ago
  99. 4befc52 Consolidate QuicDispatcher's core CHLO processing logic in a single function to avoid separate implementation in ProcessChlo() and ProcessBufferedChlos() by martinduke · 2 years ago
  100. fc8aa32 Deprecate --gfe2_reloadable_flag_quic_include_offset_in_blocked_frames. by QUICHE team · 2 years ago