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