1. b1b2e02 Remove btree_scheduler_fuzzer by vasilvv · 1 year, 1 month ago
  2. b91e92a Simplify the BalsaVisitorInterface::OnInterimHeaders() signature. by diannahu · 1 year, 1 month ago
  3. 275974d Add BalsaFrame functionality to invoke BalsaVisitorInterface::OnInterimHeaders(). by diannahu · 1 year, 1 month ago
  4. 4e65edd Add validation version to GetInitialDataRequest by QUICHE team · 1 year, 1 month ago
  5. b0cfa02 Add an interface method for accepting interim headers in Balsa. by diannahu · 1 year, 1 month ago
  6. e7e19a4 Change openmode of ReadFileToString to std::ios::binary to ensure binarypb files are read in binary mode. by elburrito · 1 year, 1 month ago
  7. c3a345c Fix standalone QUICHE build. by vasilvv · 1 year, 1 month ago
  8. 37de4f7 Address import compile fail (https://github.com/envoyproxy/envoy/pull/26709) by QUICHE team · 1 year, 1 month ago
  9. 7d6226d Implement a B-tree write scheduler. by vasilvv · 1 year, 1 month ago
  10. 39e3cdd Delete some unnecessary includes. by martinduke · 1 year, 1 month ago
  11. 385be0b Addresses import compile fail by QUICHE team · 1 year, 1 month ago
  12. 355c455 Changing string_view to std::string (set by mistake as type in class variables). by QUICHE team · 1 year, 1 month ago
  13. 326c390 Eliminate race conditions in ClientReportsEcn end-to-end test. by martinduke · 1 year, 1 month ago
  14. d6724b5 Update fingerprint function to prevent intentional collisions by QUICHE team · 1 year, 1 month ago
  15. 6c85dae Change client's requested LocationGranularity to CITY_GEOS for Chrome BlindSignAuth. by elburrito · 1 year, 1 month ago
  16. 99180be Fix race condition in MASQUE toy client by dschinazi · 1 year, 1 month ago
  17. 86f4944 Change GetRsaSqrtTwo implementation to support 32-bit BN_ULONGs. This is needed for Chrome trybots on some platforms. by elburrito · 1 year, 1 month ago
  18. 007b2ca Enforce limits on sending ECN. by martinduke · 1 year, 1 month ago
  19. bd548ab Negotiate RFC version of H3 Datagrams for WebTransport by QUICHE team · 1 year, 1 month ago
  20. 12dc99a Roll back gfe2_restart_flag_quic_gfe_ecn_sockets. Leave it enabled in canary for debug purposes. by martinduke · 1 year, 1 month ago
  21. 7d672aa Internal change by fayang · 1 year, 2 months ago
  22. b01db83 Fix build issues with the quic toy server in bazel by asedeno · 1 year, 2 months ago
  23. 4ac63da Fix Anonymous Tokens tests in Chrome net_unittests. by elburrito · 1 year, 2 months ago
  24. 17c938c Remove HTTP/3 push from QuicSimpleServerSession and QuicSimpleServerStream. by bnc · 1 year, 2 months ago
  25. 0a0d119 The CL makes the following changes: by QUICHE team · 1 year, 2 months ago
  26. 484f2b7 This CL makes the following changes to the AT Crypto Libraries: by QUICHE team · 1 year, 2 months ago
  27. 8bb742f Add build targets for the quic toy server by asedeno · 1 year, 2 months ago
  28. b3fe8cf Update QUICHE copybara for Anonymous Tokens library changes. by elburrito · 1 year, 2 months ago
  29. cdcc4f0 Implement quiche::CreateDefaultProofSourceImpl() by QUICHE team · 1 year, 2 months ago
  30. e357fc6 Mark interface_name() const. by QUICHE team · 1 year, 2 months ago
  31. 47aa4cd Untangle dependencies for the default impl of quiche_default_proof_providers by vasilvv · 1 year, 2 months ago
  32. e7c0769 Make MASQUE toy client perform DNS on proxy by dschinazi · 1 year, 2 months ago
  33. c03df4e Store sent ECN codepoint in QuicUnackedPacketMap. by martinduke · 1 year, 2 months ago
  34. 349872d Move peer_ack_ecn_counts_ from QuicConnection to QuicSentPacketManager. by martinduke · 1 year, 2 months ago
  35. b0c5b39 Make ecn_counts argument to OnAckFrameEnd const. by martinduke · 1 year, 2 months ago
  36. 86c7cec Updating PublicMetadataHashWithHKDF function according to the latest IETF draft before we use it in prod. Adding the latest test vectors as well. by QUICHE team · 1 year, 2 months ago
  37. e3e1e8b Monitoring the QUIC version used for sessions with successful handshake. by haoyuewang · 1 year, 2 months ago
  38. e41eeaa Eliminate QuicFramer::OnAckEcnCounts() by martinduke · 1 year, 2 months ago
  39. 156f69f Moving blind_signer and verifier from private_membership/anonymous_tokens/crypto to third_party/anonymous_tokens/cpp/crypto along with some test utilities. No new code is being added. by QUICHE team · 1 year, 2 months ago
  40. 3fa7723 Deprecate --qbone_server_defer_control_stream_creation, which has been default true for a long time. by haoyuewang · 1 year, 2 months ago
  41. 09a54d2 Add a fallthrough case to QuicStreamPriority::Default() by ericorth · 1 year, 2 months ago
  42. 6b80f5a Move testing_utils from cpp/crypto/ to cpp/testing/ by QUICHE team · 1 year, 2 months ago
  43. 5262e44 Move crypto/proto_utils and crypto/status_utils from anonymous_tokens/cpp/crypto to anonymous_tokens/cpp/shared by QUICHE team · 1 year, 2 months ago
  44. 6a2c7aa Unblock gfe2_reloadable_flag_quic_disable_version_q046 by removing Google QUIC GFE tests. by fayang · 1 year, 2 months ago
  45. 99dac9a Use absl::visit instead of std::visit in quiche by QUICHE team · 1 year, 2 months ago
  46. de3df02 Clean up quic_time.h APIs. by vasilvv · 1 year, 2 months ago
  47. 5db6dfe Internal change by haoyuewang · 1 year, 2 months ago
  48. d718c7e Update QuicSessionTestServer.OnCanWrite. by bnc · 1 year, 2 months ago
  49. 3b474e4 Remove unused ConvertWallTimeToQuicTime(). by bnc · 1 year, 2 months ago
  50. ba00245 Add ECN support to SendAlgorithmInterface. by martinduke · 1 year, 2 months ago
  51. 5ace514 Move functions from public_metdata_crypto_utils into crypto_utils. by QUICHE team · 1 year, 2 months ago
  52. f8495c9 Export BlindSignAuth to GoB, packaging in PPN protos and Anonymous Tokens client crypto library. by elburrito · 1 year, 2 months ago
  53. 26b8904 Editorial pass over all header files in AT codebase to fix typos and descriptions in comments. by QUICHE team · 1 year, 2 months ago
  54. a11ebd4 Enabling rolled out flags. by QUICHE team · 1 year, 2 months ago
  55. 1f578d3 When server tries to send a packet from original address to a client address (say A), override the packet's self address to server preferred address if server has not received packet from A on the original address. by fayang · 1 year, 2 months ago
  56. 0a0c55c Allow QuicStreamPriority hold different types of priority. by vasilvv · 1 year, 2 months ago
  57. 5d89643 Turn QuicWriteBlockedList into an abstract interface. by vasilvv · 1 year, 2 months ago
  58. 7e67f01 Disable batched write in QuicWriteBlockedList. by bnc · 1 year, 2 months ago
  59. 43b21e0 Do not wait for settings when only RFC 9297 is supported by dschinazi · 1 year, 2 months ago
  60. 5ba0e1b Migrate to multi-port path on path degrading by renjietang · 1 year, 2 months ago
  61. d377f90 Remove obsolete xoogler TODOs by QUICHE team · 1 year, 2 months ago
  62. 9ea017c Deprecate gfe2_restart_flag_quic_allow_smaller_packets. by martinduke · 1 year, 2 months ago
  63. e2cb2d0 Internal change by bnc · 1 year, 2 months ago
  64. 9d12bde Fix QUICHE standalone build by providing a missing platform impl by vasilvv · 1 year, 2 months ago
  65. 5ddd29f Add a handler for Capsules with an unknown type to Http3DatagramVisitor. by QUICHE team · 1 year, 2 months ago
  66. be199dd Automated g4 rollback of changelist 515174710. by martinduke · 1 year, 2 months ago
  67. 3add075 Alter IP_TOS socket call for ECN based on platform. Fixes guitar failure. Respect existing DSCP configuration when setting ECN. by martinduke · 1 year, 2 months ago
  68. 01ee322 Internal change by martinduke · 1 year, 2 months ago
  69. bd35f91 Congestion Control interface for receiving ECN feedback. by martinduke · 1 year, 2 months ago
  70. 0e869c4 Internal change by martinduke · 1 year, 2 months ago
  71. b228fa6 Defines HTTP/2 flags as an enum in http2_protocol.h. by birenroy · 1 year, 3 months ago
  72. 87f026a Implement webtransport::Session::GetStreamById by vasilvv · 1 year, 3 months ago
  73. 6e7791f Remove workaround for Chromium's lack of thread_local. by QUICHE team · 1 year, 3 months ago
  74. 63ed857 Use QUICHE-provided mocks for WebTransport APIs. by vasilvv · 1 year, 3 months ago
  75. cb6f075 Internal change by QUICHE team · 1 year, 3 months ago
  76. 148068d Unblock --gfe2_reloadable_flag_quic_disable_version_q050. by bnc · 1 year, 3 months ago
  77. ccc907e Unblock --gfe2_reloadable_flag_quic_disable_version_q043. by bnc · 1 year, 3 months ago
  78. a49c26a Use structured ABSL types for handling time values by QUICHE team · 1 year, 3 months ago
  79. f21da2b Internal change by martinduke · 1 year, 3 months ago
  80. 0020a22 Respect incremental parameter in QuicWriteBlockedList. by bnc · 1 year, 3 months ago
  81. 0158571 Add basic ECH client support to QUIC by QUICHE team · 1 year, 3 months ago
  82. 9a9b98c Add a method to WriteStream to abruptly terminate the stream. by vasilvv · 1 year, 3 months ago
  83. 40c87d4 Reland changelist 503440382. by bnc · 1 year, 3 months ago
  84. 7f36faa Allow setting flush=true on datagrams queued via the session datagram queue. by vasilvv · 1 year, 3 months ago
  85. c90f95a Update GFE sockets to report received ECN marks. by martinduke · 1 year, 3 months ago
  86. 70ad930 Do not close connection in TlsHandshaker::SendAlert, instead close it after SSL_do_handshake failed. by wub · 1 year, 3 months ago
  87. 2594a93 Add getter for QuicConnection::sent_server_preferred_address_. by danzh · 1 year, 3 months ago
  88. afbd9cd Parse WebTransport-over-HTTP/2 capsules. by vasilvv · 1 year, 3 months ago
  89. b901e84 Internal change by martinduke · 1 year, 3 months ago
  90. bf89439 Remove redundant code to report ECN marks. by martinduke · 1 year, 3 months ago
  91. a46b81a Fix Windows build error due to implicit cast of uint64_t to WebTransportStreamError which is uint8_t. by QUICHE team · 1 year, 4 months ago
  92. 2d5985e Fix QUICHE bazel build by adding a missing dependency by vasilvv · 1 year, 4 months ago
  93. bccc6da Internal change by danzh · 1 year, 4 months ago
  94. 963d44c Simplify capsule.h to reduce the amount of code per individual capsule. by vasilvv · 1 year, 4 months ago
  95. bebdfcd Fix unused parameter build error in SerializeIntoWriterWrapper() by danzh · 1 year, 4 months ago
  96. 0584360 Deprecate gfe2_reloadable_flag_quic_delay_setting_stateless_reset_token. by fayang · 1 year, 4 months ago
  97. 8751a9e Deprecate --gfe2_reloadable_flag_quic_priority_update_structured_headers_parser. by bnc · 1 year, 4 months ago
  98. e71b88e Uses the pre-existing constant `kSpdyMaxFrameSizeLimit` instead of a new ad-hoc constant. by birenroy · 1 year, 4 months ago
  99. 0a24a0b Removes the QUICHE_BUG that limits HTTP/2 DATA frame payload sizes to 16kB. by birenroy · 1 year, 4 months ago
  100. b159ab0 Implement QUIC server preferred address (SPA) on server side. Basically advertising SPA and handling clients migrating to using SPA. by danzh · 1 year, 4 months ago