1. 3bda8fc Re-implement QUIC toy server CONNECT flags by ericorth · 1 year, 7 months ago
  2. 0f74ff6 Introduce a tool to parse and update dependencies in WORKSPACE.bazel file by vasilvv · 1 year, 7 months ago
  3. da09ca6 Adds a test case that demonstrates a significant difference in flow control behavior between nghttp2 and oghttp2. by birenroy · 1 year, 7 months ago
  4. f8bc2e0 Fixup quic_name_lookup.cc includes to allow Windows by ericorth · 1 year, 7 months ago
  5. 49165a7 Deprecate quic_abstract_connection_id_generator. by martinduke · 1 year, 7 months ago
  6. bc3c53f Deprecate --gfe2_restart_flag_quic_disable_legacy_version_encapsulation. by QUICHE team · 1 year, 7 months ago
  7. 44da7b6 Internal change by fayang · 1 year, 7 months ago
  8. eaa6e7f Remove unreachable branch in QuicUtils::IsConnectionIdLengthValidForVersion. by fayang · 1 year, 7 months ago
  9. a12ff5d Eliminate enum QuicConnectionIdLength. by martinduke · 1 year, 7 months ago
  10. a338ea8 Remove an unnecessary QUIC_BUG that causes unit tests to flake. by vasilvv · 1 year, 7 months ago
  11. 73c7fa8 Add a ConnectionIdLength() interface to ConnectionIdGeneratorInterface. by martinduke · 1 year, 7 months ago
  12. c00bbf8 Internal change by peiwenhu · 1 year, 7 months ago
  13. 910c268 Add test for server-generated stateless reset. by martinduke · 1 year, 7 months ago
  14. c7531d6 Fix QUICHE Bazel build. by vasilvv · 1 year, 7 months ago
  15. e415148 Create ConnectUdpTunnel by ericorth · 1 year, 7 months ago
  16. 86fee7f Combine two WriteOrBufferData to one while writing HEADERS frames. by fayang · 1 year, 7 months ago
  17. ab79c3a In QuicCryptoServerConfig::ParseConfigProtobuf, treat an empty SCID as the same as a missing one. i.e. return nullptr. by wub · 1 year, 7 months ago
  18. 1655500 Deprecate --gfe2_reloadable_flag_quic_unified_iw_options. by ianswett · 1 year, 7 months ago
  19. bae2405 Update tests to check that 1-RTT packets are also buffered when the connection ID is different. by martinduke · 1 year, 7 months ago
  20. c9226ca Set WebTransport unidirectional stream to use level-triggered read notifications. by vasilvv · 1 year, 7 months ago
  21. c531901 Add a Kokoro build config for the clang_opt. by vasilvv · 1 year, 7 months ago
  22. 3a819a7 Add CONNECT-IP capsules by dschinazi · 1 year, 7 months ago
  23. d439dc7 On the client side, donot send stream data when PTO fires before handshake gets confirmed. by fayang · 1 year, 7 months ago
  24. ae6f521 Fix open-source build by QUICHE team · 1 year, 7 months ago
  25. 393de75 Fix open-source build by dschinazi · 1 year, 7 months ago
  26. c2a3306 Allow client to buffer Handshake packets when the server Initial is delayed, even if the connection ID changes. by martinduke · 1 year, 7 months ago
  27. dedf7a4 Fix "non-constant-expression cannot be narrowed from type 'uint8_t' (aka 'unsigned char') to 'char' in initializer list [-Wc++11-narrowing]" in chromium build. by QUICHE team · 1 year, 7 months ago
  28. 25403b1 Use absl::variant to reduce storage space of structured header items by QUICHE team · 1 year, 7 months ago
  29. 8666b93 Add test to verify LoadBalancerConfig remains copyable. by martinduke · 1 year, 7 months ago
  30. a48c55d Deprecate --gfe2_reloadable_flag_quic_session_map_consistency_check by haoyuewang · 1 year, 7 months ago
  31. e2a06e2 Stop logging gQUIC only Net.QuicClientHelloRejectReasons.* by fayang · 1 year, 7 months ago
  32. 3e90101 Deprecate --gfe2_reloadable_flag_quic_bbr2_no_probe_up_exit_if_no_queue. by ianswett · 1 year, 7 months ago
  33. bbe9f8a Deprecate --gfe2_reloadable_flag_quic_fix_pacing_sender_bursts. by ianswett · 1 year, 7 months ago
  34. dd59f42 Explicitly call Join() in EventLoopConnectingClientSocketTest by vasilvv · 1 year, 7 months ago
  35. 95731fa Set alternative path as validated once multi-port probing succeeds. by renjietang · 1 year, 7 months ago
  36. 4a0a152 Make the I/O part of QUICHE compile under Bazel. by vasilvv · 1 year, 7 months ago
  37. 807f657 Fix threading issue in connecting client socket tests by ericorth · 1 year, 7 months ago
  38. f1d56d4 CONNECT-UDP datagram payload parse/serialization by ericorth · 1 year, 7 months ago
  39. 424aec3 False deprecate gfe2_reloadable_flag_quic_donot_reset_ideal_next_packet_send_time. by fayang · 1 year, 7 months ago
  40. e6444ef Deprecate gfe2_restart_flag_quic_map_original_connection_id2. by martinduke · 1 year, 7 months ago
  41. aed0896 Give toy server backends direct access to the QuicSpdyStream by ericorth · 1 year, 7 months ago
  42. d85af47 Switch EXPECT_OK an ASSERT_OK to EXPECT_TRUE and ASSERT_TRUE. by bschneider · 1 year, 7 months ago
  43. 2548713 Generalize EventLoopTcpClientSocket between TCP and connected-UDP by ericorth · 1 year, 7 months ago
  44. 80b5784 Internal change by martinduke · 1 year, 7 months ago
  45. 2381ebb Deprecate --gfe2_reloadable_flag_quic_bbr2_startup_extra_acked. by ianswett · 1 year, 7 months ago
  46. 39e245f Deprecate --gfe2_reloadable_flag_quic_bbr2_ignore_inflight_hi_in_probe_up. by ianswett · 1 year, 7 months ago
  47. dd30843 Remove QuicheStreamBufferAllocator platform API by vasilvv · 1 year, 7 months ago
  48. 4c10913 Move QuicRandom functionality to QuicheRandom, and update `third_party/quic` ,`net/quic` to use alias `using QuicRandom = quiche::QuicheRandom;` by QUICHE team · 1 year, 7 months ago
  49. e12ee33 Change quic::CryptoUtils::GetSSLCapabilities to use ScopedCBB instead of CBB. This can avoid a memleak if SSL_serialize_capabilities fails. by wub · 1 year, 7 months ago
  50. e736c41 Deprecate --gfe2_reloadable_flag_quic_bbr2_exit_startup_on_persistent_queue2. by ianswett · 1 year, 7 months ago
  51. a904eb9 Add equality operators for public data types in BinaryHttp* by bschneider · 1 year, 7 months ago
  52. 9310f46 Fix QUICHE Bazel build. by vasilvv · 1 year, 8 months ago
  53. 92073c9 Factor the header validation and response-code parsing/validation code in QuicSpdyClientStream::OnInitialHeadersComplete out such that they can be overriden in subclasses. by haoyuewang · 1 year, 8 months ago
  54. f87cb8e Add swap_body function to BinaryHttpMessage. by bschneider · 1 year, 8 months ago
  55. c5d5f7a Move API-only header files out of core/io into core by vasilvv · 1 year, 8 months ago
  56. e7c9f67 Deprecate --quic_dispatcher_send_connection_close_for_tls_alerts. by wub · 1 year, 8 months ago
  57. df7235d Deprecate --gfe2_reloadable_flag_quic_bbr2_startup_probe_up_loss_events. by ianswett · 1 year, 8 months ago
  58. b63eaf2 Add a transport socket config knob in quic_alia_transport_socket.proto to enable/disable early data. by danzh · 1 year, 8 months ago
  59. fa3488c Add PrintTo() methods to BinaryHttpMessage and related classes by kmg · 1 year, 8 months ago
  60. a88dccb Fix Bazel build for //quiche:quiche_core by vasilvv · 1 year, 8 months ago
  61. 26c0b5e QuicDispatcherTest uses MockConnectionIdGenerator instead of assuming connection IDs. by martinduke · 1 year, 8 months ago
  62. 149be23 Unexport //third_party/epoll_server by vasilvv · 1 year, 8 months ago
  63. 983ca5a Remove the leftover mentions of epoll in MASQUE class names. by vasilvv · 1 year, 8 months ago
  64. eb34e14 Deprecate quic_epoll API by vasilvv · 1 year, 8 months ago
  65. 8c75c72 Move quic_epoll_* bindings into the internal part of QUIC by vasilvv · 1 year, 8 months ago
  66. ddedfed Deprecate --gfe2_reloadable_flag_quic_not_bundle_ack_on_alternative_path by danzh · 1 year, 8 months ago
  67. 4c8b579 Remove code to write unidirectional push stream type. by bnc · 1 year, 8 months ago
  68. 2f10941 Test that Http2HeaderBlock order is preserved. by bnc · 1 year, 8 months ago
  69. 43bc4bf Deprecate QuicClient in favor of QuicDefaultClient. by vasilvv · 1 year, 8 months ago
  70. c7edc81 Internal change by martinduke · 1 year, 8 months ago
  71. 1195756 Deprecate --gfe2_reloadable_flag_quic_validate_header_field_value_at_spdy_stream. by haoyuewang · 1 year, 8 months ago
  72. 669f1a5 Deprecate --gfe2_reloadable_flag_quic_spdy_stream_check_connected_after_process_input. by wub · 1 year, 8 months ago
  73. 3743c92 Use NiceMock for MockRandom to fix test failures in Envoy. by renjietang · 1 year, 8 months ago
  74. 8d2911a Internal change by QUICHE team · 1 year, 8 months ago
  75. 12c0be1 Internal change by QUICHE team · 1 year, 8 months ago
  76. cff4fe4 ConnectionIdGenerator that uses QUIC-LB or HASH_QUIC depending on config. by martinduke · 1 year, 8 months ago
  77. ef68622 Makes the `FLAGS_` prefix implicit in calls to `GetQuicFlag()`. by birenroy · 1 year, 8 months ago
  78. 27bf7b2 Internal change by wub · 1 year, 8 months ago
  79. bdae38d Internal change by martinduke · 1 year, 8 months ago
  80. 7685f2f Migrate QuicGoogleClient to use QuicEventLoop. by vasilvv · 1 year, 8 months ago
  81. dc3e21f Collapse InformationalResponseInternal class into public InformationalResponse. by QUICHE team · 1 year, 8 months ago
  82. c329018 Allow caller of QuicFramer::BuildIetfStatelessResetPacket to provide a random bytes generator. by wub · 1 year, 8 months ago
  83. ed3d00b Internal change by QUICHE team · 1 year, 8 months ago
  84. ab91121 Pass QUIC client connection ID to ProofSource. by QUICHE team · 1 year, 8 months ago
  85. 27ed076 Add bind to interface socket option support to QuicClientDefaultNetworkHelper. by ramosalex · 1 year, 8 months ago
  86. 864fbda Populate stats needed for multi-port. by renjietang · 1 year, 8 months ago
  87. a80d590 Drop buffered metadata for a stream in ForgetStream(). by diannahu · 1 year, 8 months ago
  88. 1d87a3d Fix incorrect flag checks in quic_connection_test. by martinduke · 1 year, 8 months ago
  89. 173ae2b Move QuicIpAddress and IpAddressFamily to third_party/quiche. by bnc · 1 year, 8 months ago
  90. a239a50 Fix broken tests. by martinduke · 1 year, 8 months ago
  91. 44a71d9 Make binary_http library available to external bazel users. by QUICHE team · 1 year, 8 months ago
  92. b360fb1 Enabling rolled out flags. by bnc · 1 year, 8 months ago
  93. d8111fb Extend LoadBalancerEncoder to support ConnectionIdGeneratorInterface. by martinduke · 1 year, 8 months ago
  94. 96dc178 Add missing includes. by bnc · 1 year, 8 months ago
  95. 62fa41b Automated g4 rollback of changelist 471573005. by martinduke · 1 year, 8 months ago
  96. 40f15e0 Remove the use of QuicEpoll in qbone_session_test by vasilvv · 1 year, 8 months ago
  97. 81803d9 Fix file descriptor leak (on `bind()` failure) in QUIC client. by QUICHE team · 1 year, 8 months ago
  98. dfc915d Simplify higher-level socket interfaces by ericorth · 1 year, 8 months ago
  99. be8fe12 Convert quic_bounded_crypto_send_buffer to a QUIC_PROTOCOL_FLAG by QUICHE team · 1 year, 8 months ago
  100. 5293996 Fix broken bazel build. by QUICHE team · 1 year, 8 months ago