1. 9ff4c26 Produce correct ICMP6 Echo Reply when pinging magic link-local address by achernya · 1 year, 5 months ago
  2. 9867b3b Adds a BB2U copt causes QUIC BBR2 to wait two rounds with out draining the queue before exiting PROBE_UP and BB2S has the same effect in STARTUP. by ianswett · 1 year, 5 months ago
  3. 89540a6 [QUIC] Do not send multi-port probing when there's no active stream. Limit the max number of multi-port path creations to 5. by renjietang · 1 year, 5 months ago
  4. 9b45510 Deprecate gfe2_reloadable_flag_quic_use_ping_manager2. by fayang · 1 year, 5 months ago
  5. 09e2d9a Deprecate gfe2_reloadable_flag_quic_donot_mark_stream_write_blocked_if_write_side_closed. by fayang · 1 year, 5 months ago
  6. ce13525 Deprecate gfe2_restart_flag_quic_use_hash_quic_codepoint. by martinduke · 1 year, 5 months ago
  7. 59e518a For IETF QUIC, do not detect path degrading or blackholing until handshake gets confirmed. (no change to gQUIC) by fayang · 1 year, 5 months ago
  8. 7a1adc6 Deprecate --gfe2_reloadable_flag_quic_add_process_packet_context. by wub · 1 year, 5 months ago
  9. 0915a34 Deprecate gfe2_flags_reloadable_quic_ask_for_short_header_connection_id_length2. by martinduke · 1 year, 5 months ago
  10. 225e91a Update fuzzer Packet/Proto Conversion to use 16B auth tags. by martinduke · 1 year, 5 months ago
  11. aea8bfa Add more information to loggings when the session tries to write data after connection disconnected. by fayang · 1 year, 5 months ago
  12. ebbdaae Use structured headers serializer for PRIORITY_UPDATE frames. by bnc · 1 year, 5 months ago
  13. ec077d4 Use structured headers parser for PRIORITY_UPDATE frames. by bnc · 1 year, 5 months ago
  14. c5c29b5 Http3DebugVisitor: trim default implementations by QUICHE team · 1 year, 5 months ago
  15. a9c7837 Remove PrioritizedElementType. by bnc · 1 year, 5 months ago
  16. bc30c5a Combine startup_full_bw_threshold and probe_bw_probe_inflight_gain into full_bw_threshold in QUIC BBRv2. by ianswett · 1 year, 5 months ago
  17. e19eb26 Remove QuicSpdySession::OnPriorityUpdateForPushStream(). by bnc · 1 year, 5 months ago
  18. cfff7cf Add a new inflight_hi_limited_in_round to QUIC BBRv2 to replace the more complex logic about when to raise inflight_hi there is today. This is more in line with BBRv2's intended inflight_hi growth, but avoids a number of problems around being app-limited or aggregation. Activated by the BBHI connection option. by ianswett · 1 year, 5 months ago
  19. 6a93efc Allow handshaker to override QUIC transport parameters. by QUICHE team · 1 year, 5 months ago
  20. 5484d93 Internal change by fayang · 1 year, 5 months ago
  21. f7c9c7c Internal change by haoyuewang · 1 year, 5 months ago
  22. 0867f9f Fixes a bug in oghttp2 handling of responses to HEAD requests. by birenroy · 1 year, 5 months ago
  23. cdd2268 Adds tests for client adapters sending a HEAD request and receiving a response with Content-Length. by birenroy · 1 year, 5 months ago
  24. ef47642 Make OHTTP available for open source projects to use. by peiwenhu · 1 year, 5 months ago
  25. b8e8ddd Adds a `OgHttp2Session` unit test exercising the case where the visitor returns false in `OnEndStream()`. by birenroy · 1 year, 5 months ago
  26. cae3428 For DATA frames with END_STREAM, invokes the `OnFrameRecv` callback only once `CallbackVisitor::OnEndStream()` has been invoked. by birenroy · 1 year, 5 months ago
  27. 7e7e349 Adds a bool return value to `Http2VisitorInterface::OnEndStream()` to indicate success. by birenroy · 1 year, 5 months ago
  28. 4f4c483 Adds unit tests demonstrating a difference in behavior between raw nghttp2 and wrapped nghttp2. by birenroy · 1 year, 5 months ago
  29. d138b3b Adds verbose logging to nghttp2_callbacks.cc. by birenroy · 1 year, 5 months ago
  30. 59f75ea Adds verbose logging to CallbackVisitor. by birenroy · 1 year, 5 months ago
  31. b2ecec0 In GFE, do not send version negotiation on Google QUIC packets. by fayang · 1 year, 5 months ago
  32. 8b0d15b Internal change by fayang · 1 year, 5 months ago
  33. 3bc9dba Change QuicStreamSequencer's destructor to be a non-virtual. by wub · 1 year, 5 months ago
  34. 16114c2 Use next_connection_id_sequence_number to validate retired CID number as retiring an active CID would not guarantee that a new CID is issued due to CID collision in dispatcher. by haoyuewang · 1 year, 5 months ago
  35. 9bd00ee Internal change by haoyuewang · 1 year, 5 months ago
  36. a17968c Support padding of binary http request and response messages. by bschneider · 1 year, 5 months ago
  37. 6a9bf18 Fix unused-result compile failure in masque_client_bin.cc by QUICHE team · 1 year, 5 months ago
  38. 0b375bd Fix build issues found by CC=clang bazel build ... in kokoro by achernya · 1 year, 6 months ago
  39. 0aa1fb3 Remove unreachable return from masque_client_bin by QUICHE team · 1 year, 6 months ago
  40. 417fa64 Move QuicToyClient::ClientFactory to its own file by achernya · 1 year, 6 months ago
  41. 563bed1 Trigger copybara by achernya · 1 year, 6 months ago
  42. 0569e1a Apply BUILD.bazel patch from perryl@ to add masque client/server cc_binary rules by achernya · 1 year, 6 months ago
  43. efd1e80 Improve capsule logging by dschinazi · 1 year, 6 months ago
  44. ecc958b IETF CONNECT-IP Hackathon: TUN device for masque_client by achernya · 1 year, 6 months ago
  45. 952bce8 Allow masque_client to select IP address family for DNS by dschinazi · 1 year, 6 months ago
  46. a39c546 Internal change by wub · 1 year, 6 months ago
  47. 4d4820f window_manager: include stdint.h for int64_t by QUICHE team · 1 year, 6 months ago
  48. aca1fa5 Do not use a reference to a temporary object. (Caught by some additional warnings that @ellyjones was building with) by rch · 1 year, 6 months ago
  49. 6fecabd Fix "Dead write" in quic_packet_creator_test.cc by rch · 1 year, 6 months ago
  50. 7f2de11 Add a connection option, BBPD, to set the PROBE_DOWN pacing gain to 0.91 instead of 0.75. Not flag protecting because it's setting a constant to a slightly different value. by ianswett · 1 year, 6 months ago
  51. bd8d8e1 Internal change by haoyuewang · 1 year, 6 months ago
  52. 1a2a35d Internal change by ianswett · 1 year, 6 months ago
  53. c6efbc4 Add QUICHE_EXPORT to quiche::ObliviousHttpRequest::Context by QUICHE team · 1 year, 6 months ago
  54. cf2fc7b Decouple bind interface from socket creation to more easily reuse in different implementations. by ramosalex · 1 year, 6 months ago
  55. 10da83a Fixup logs by dschinazi · 1 year, 6 months ago
  56. 425f03b CONNECT-IP server support by dschinazi · 1 year, 6 months ago
  57. db4dca8 Delay setting stateless reset token in config until session initialization. This avoids virtual function GetStatelessResetToken be called in QuicSession constructor. by fayang · 1 year, 6 months ago
  58. 6cea8f6 Add QUICHE_EXPORT to the public inner class in binary_http_message.h by QUICHE team · 1 year, 6 months ago
  59. 00de48d Add more debug information in QuicStreamSequencer::DebugString: by wub · 1 year, 6 months ago
  60. 24a2385 Internal change by QUICHE team · 1 year, 6 months ago
  61. 05d00fb Initializes the memory backing CallbackVisitor::current_frame_ in the constructor. by birenroy · 1 year, 6 months ago
  62. 97d97a5 CONNECT-IP encapsulated client support by dschinazi · 1 year, 6 months ago
  63. bc7f8d1 Take absl::string_view by value instead of const-ref in ParseDictionary by QUICHE team · 1 year, 6 months ago
  64. 5b39355 Reduce string copies in Ohttp response logic. by bschneider · 1 year, 6 months ago
  65. d28b27c Rejects WINDOW_UPDATE frames that would cause a window overflow, as per Section 6.9.1 of RFC 9113. by birenroy · 1 year, 6 months ago
  66. 194246b Rejects WINDOW_UPDATE frames with zero deltas, as per RFC 9113 Section 6.9. by birenroy · 1 year, 6 months ago
  67. 89f3ce7 Properly support RFC 9297 by dschinazi · 1 year, 6 months ago
  68. 9624f2d Remove QUICHE_EXPORT from connect_udp_datagram_payload.h. by bnc · 1 year, 6 months ago
  69. 8dcd3fc Use std::move to avoid making copies of payload. by peiwenhu · 1 year, 6 months ago
  70. 1e5adc2 Internal change by wub · 1 year, 6 months ago
  71. 3a2a2d8 Add google_handshake_message transport parameter. by fayang · 1 year, 6 months ago
  72. cc89922 Internal change by martinduke · 1 year, 6 months ago
  73. 30eeff5 Allow QuicClientBase to use a fixed server connection id. Remove similar functionality from quic::test::MockableQuicClient. by wub · 1 year, 6 months ago
  74. 072eced Internal change by martinduke · 1 year, 6 months ago
  75. ff3e960 Internal change by renjietang · 1 year, 6 months ago
  76. 15a93fe Update LoadBalancerEncoder to draft-15. by martinduke · 1 year, 6 months ago
  77. 3f395bf Add PrintTo method to BinaryHttpMessage::Field by kmg · 1 year, 6 months ago
  78. f504d0e Implement CONNECT-UDP toy server backend by ericorth · 1 year, 6 months ago
  79. 2d35322 Internal change by haoyuewang · 1 year, 6 months ago
  80. e124b7b Rename QUICHE_EXPORT_PRIVATE to QUICHE_EXPORT by vasilvv · 1 year, 6 months ago
  81. ad82b24 Permit strings, tokens, and byte sequences to be moved out of Items by QUICHE team · 1 year, 6 months ago
  82. 4e16116 LSC: Replace deprecated functions absl::MakeUnique and absl::make_unique by Derek Mauro · 1 year, 6 months ago
  83. 0a4715e oblivious_http: Overloaded Parsing method to read payload using QuicheDataReader by QUICHE team · 1 year, 6 months ago
  84. 01af51d Eliminate unexpected calls to ConnectionIdLength() and MaybeReplaceConnectionId(). Fixes several incorrect edge cases in QuicDispatcher and QuicFramer that do not have current observable behaviors in production by martinduke · 1 year, 6 months ago
  85. e823ec3 Consolidate definitions of CreateClientObliviousRequestWithSeedForTesting by QUICHE team · 1 year, 6 months ago
  86. 5448437 Fix open-source QUICHE build. by vasilvv · 1 year, 6 months ago
  87. 3969b97 Add QUICHE_EXPORT_PRIVATE to Binary HTTP PrintTo declaration. by QUICHE team · 1 year, 6 months ago
  88. bf49790 Internal change by QUICHE team · 1 year, 6 months ago
  89. abcd67c oblivious_http: Release ownership of ObliviousHttpRequest::Context to callers and remove shared_ptr by QUICHE team · 1 year, 6 months ago
  90. 0d8b1dc oblivious_http: Cleanup old code by QUICHE team · 1 year, 6 months ago
  91. 8e67663 oblivious_http:Update comments to indicate that Client & Gateway are thread-safe. by QUICHE team · 1 year, 6 months ago
  92. 08e3ff8 Deprecate gfe2_flags_reloadable_quic_connection_uses_abstract_connection_id_generator. by martinduke · 1 year, 6 months ago
  93. 4a8aafa Add a "list" subcommand to depstool by vasilvv · 1 year, 6 months ago
  94. 5bf2b93 Make ParameterizedItem and ParameterisedIdentifier default-constructible by QUICHE team · 1 year, 6 months ago
  95. 3d0950d Changes oghttp2 flow control behavior when sending a large WINDOW_UPDATE. by birenroy · 1 year, 6 months ago
  96. 9ecbd66 Fix Windows compile failure at LookupAddress(). by QUICHE team · 1 year, 6 months ago
  97. 9dd5365 Add the depstool binary by vasilvv · 1 year, 6 months ago
  98. 2dd95e1 Internal change by haoyuewang · 1 year, 6 months ago
  99. 1a61e92 In QuicSession::OnCanWrite, do not send stream data when PTO fires and handshake is not confirmed. by fayang · 1 year, 6 months ago
  100. a4ace27 QuicDispatcher asks the ConnectionIdGenerator how long short-header connection IDs should be. by martinduke · 1 year, 6 months ago