1. 6fe69b2 Add missing "override" specifier in mock methods. by QUICHE team · 5 months ago
  2. 8204058 Add a new OnParsedClientHelloReceived method to QuicConnection and QuicConnectionDebugVisitor. by QUICHE team · 5 months ago
  3. eaeaa74 Deprecate --gfe2_reloadable_flag_quic_new_error_code_when_packets_buffered_too_long. by wub · 5 months ago
  4. 257eb83 No public description by fayang · 5 months ago
  5. 0bf4040 No public description by fayang · 5 months ago
  6. 45548be Adds test cases exercising response-complete-before-request for nghttp2 and oghttp2. by birenroy · 6 months ago
  7. e2e77f0 Add parser/framer support for SUBSCRIBE_NAMESPACE, SUBSCRIBE_NAMESPACE_OK, SUBSCRIBE_NAMESPACE_ERROR, UNSUBSCRIBE_NAMESPACE. by martinduke · 6 months ago
  8. e78bcf7 Removes the last library in //third_party/spdy/core, and deletes the package. by birenroy · 6 months ago
  9. 888e917 Add QUIC connection options for testing: by wub · 6 months ago
  10. db7983d Don't set IPv4 socket options on dual-stack sockets on `__APPLE__` platforms. by asedeno · 6 months ago
  11. 84a396b Update WebTransport header names. by vasilvv · 6 months ago
  12. 59a127b Simplify some of the framing code. by vasilvv · 6 months ago
  13. 2c09257 Record QUIC traces in moqt_simulator. by vasilvv · 6 months ago
  14. b95e538 Implement MoQT Peeps and Object message changes for draft-06. This is the minimum for interoperability; this code always sends subgroup_id = 0 and ignores the incoming subgroup_id. by martinduke · 6 months ago
  15. 5e0a3be Update existing messages for draft-06. This is mostly turning track_namespace into a tuple. Also generalizes Subscribe parameters. by martinduke · 6 months ago
  16. 171f6f8 Migrates code from `//third_party/spdy/core:spdy_protocol_lib` to `//third_party/http2/core:spdy_protocol`. by birenroy · 6 months ago
  17. ad348b1 fix asan error because the log message uses the variable about to be initialized, rather than the value being assigned. by martinduke · 6 months ago
  18. 6d66995 Deletes unused artifacts from //third_party/spdy. by birenroy · 6 months ago
  19. 15c43d0 Complete processing of RESET_STREAM_AT frames. Negotiate with transport parameters and pass the frame from QuicConnection to QuicStream. by martinduke · 6 months ago
  20. 9316bd7 Moves //third_party/spdy/core:http2_frame_decoder_adapter_fuzzer to //third_party/http2/core. by birenroy · 6 months ago
  21. 118f086 Migrates code from `//third_party/spdy/core:spdy_protocol_lib` to `//third_party/http2/core:spdy_protocol`. by birenroy · 6 months ago
  22. 1955d3d Moves libraries from //third_party/spdy/core/hpack to //third_party/http2/hpack. by birenroy · 6 months ago
  23. 3dd0a01 No public description by rch · 6 months ago
  24. 3112788 Migrates the old cc_fuzz_target in //third_party/spdy to the modern go/fuzztest framework. by birenroy · 6 months ago
  25. a1732d1 Migrates code from //third_party/spdy/core:spdy_framer_lib to //third_party/http2/core:spdy_framer. by birenroy · 6 months ago
  26. 316f29b If QUIC server closes connection due to invalid hostname in SNI, use new connection close code `QUIC_HANDSHAKE_FAILED_INVALID_HOSTNAME` instead of the generic `QUIC_HANDSHAKE_FAILED`. by wub · 6 months ago
  27. 71eeb65 Removes the now-unused build target //third_party/spdy/core:http2_header_block_lib. by birenroy · 6 months ago
  28. 0e324ce Migrates targets from `//third_party/spdy/core:spdy_alt_svc_wire_format_lib` to `//third_party/http2/core:spdy_alt_svc_wire_format`. by birenroy · 6 months ago
  29. 9222afb Migrates remaining google3 users of spdy::Http2HeaderBlock to quiche::HttpHeaderBlock. by birenroy · 6 months ago
  30. eaef38c Migrates code from `//third_party/spdy/core:http2_deframer_lib` to `//third_party/http2/core:http2_frame_decoder_adapter`. by birenroy · 6 months ago
  31. ac0a877 Roll the version number to draft-06. This will break interoperability with other MoQT implementations until we update the wire image. by martinduke · 6 months ago
  32. fe01f2f Refactor MoQT interfaces to consistently pass FullTrackName around. by vasilvv · 6 months ago
  33. 28c558e MOQT MAX_SUBSCRIBE_ID implementation by martinduke · 6 months ago
  34. 14bec27 No public description by wub · 6 months ago
  35. ef20a49 BlindSignAuth: Update error messages to return constant strings. Messages now return at Anonymous Tokens-level granularity. by elburrito · 6 months ago
  36. 6fb930b Deprecate --quic_dispatcher_replace_cid_on_first_packet. by wub · 6 months ago
  37. 7965eb2 No public description by QUICHE team · 6 months ago
  38. 50eea73 Remove quic::QuicServerId::privacy_mode_enabled() by QUICHE team · 6 months ago
  39. d4ef910 Enabling rolled out flags. by QUICHE team · 6 months ago
  40. 89b6b97 No public description by wub · 6 months ago
  41. c0123f7 Postpone removing handshake timeout from transport params getting negotiated to handshake complete. by fayang · 6 months ago
  42. 93f3b29 Deliver STOP_SENDING to zombie streams. by fayang · 6 months ago
  43. 9232c78 No public description by martinduke · 6 months ago
  44. 7cebd70 Introduce padding streams. by vasilvv · 6 months ago
  45. 71170b5 QUICHE: always print ACK ranges as [a...b], except if the range is a single packet. by QUICHE team · 6 months ago
  46. 421c0f39 Split MoqtParser into MoqtControlParser and MoqtDataParser. by vasilvv · 6 months ago
  47. 4249f80 Adds `^` and `|` to the set of allowed characters in HTTP/2 request paths. by birenroy · 6 months ago
  48. 6b57049 Add an IPv6 flow label field to QuicPacketWriterParams so that packet by rch · 6 months ago
  49. b754702 No public description by QUICHE team · 6 months ago
  50. 2a59066 Clean up MoqtTestMessage by vasilvv · 6 months ago
  51. 890a21c Update QuicStream to handle RESET_STREAM_AT frames. by martinduke · 6 months ago
  52. 42b2e66 No public description by QUICHE team · 6 months ago
  53. 5f0c635 macro cleanup: "(const override)" -> "(const, override)" by QUICHE team · 6 months ago
  54. 158b257 Implement L4S version of Cubic congestion control for QUIC. by martinduke · 6 months ago
  55. c068a0c Deprecate --gfe2_reloadable_flag_quic_bbr2_enable_bbpd_by_default. by wub · 6 months ago
  56. 07c1883 Add extra error details to TlsServerHandshaker to indicate the reason for `ssl_select_cert_error`. It is added into the connection close error details, which we can query from logs. by wub · 6 months ago
  57. 525723b No public description by martinduke · 6 months ago
  58. 8ab2fda Add logic to be able to adjust MoQ bitrate downwards. by vasilvv · 6 months ago
  59. 1ede776 Add code counts and error details to debug QUIC TLS handshake failures. by wub · 6 months ago
  60. 9808dac Order MoQT Queued streams by send_order. by martinduke · 6 months ago
  61. 92bef88 Allows [] and {} in request paths. by birenroy · 6 months ago
  62. 3b334b8 Add CRNT to Cronet QUIC connection options. by QUICHE team · 6 months ago
  63. 0ab9fe4 No public description by wub · 6 months ago
  64. e94fbe6 Allow HTTP/3 requests to have a "host" header, per the RFC by rch · 6 months ago
  65. 0b682f3 Switch some `QUIC_LOG` lines to `QUIC_PLOG`, which will include the textual expansion of `errno` to the log line. by QUICHE team · 6 months ago
  66. 3f773cf Convert some `errno` values to human readable form. by QUICHE team · 6 months ago
  67. ae346f5 Enabling rolled out flags. by QUICHE team · 6 months ago
  68. cd509ed Add a new message status for sending HTTP Datagrams before SETTINGS are received. by QUICHE team · 6 months ago
  69. 8da3bbb Fix quic_mutex.h to remove redefined macros. by rch · 6 months ago
  70. b686c15 Add MoQT Track forwarding preference to IsStreamProvokingObject() by martinduke · 7 months ago
  71. f1372ab Automated g4 rollback of changelist 666964686. by rch · 7 months ago
  72. 137ec0c Introduce Object ACKs (OACKs) to MoQT. by vasilvv · 7 months ago
  73. d249e53 Enabling rolled out flags. by QUICHE team · 7 months ago
  74. c8f5996 Allow HTTP/3 requests to have a "host" header, per the RFC by rch · 7 months ago
  75. dc84387 Fix one incorrect use of GetMinCryptoFrameSize by dschinazi · 7 months ago
  76. 765d88e No public description by rch · 7 months ago
  77. 2942904 Implement echo handler in QuicMemoryCacheBackendTest by QUICHE team · 7 months ago
  78. 2f59c32 Fix MoQT MSAN error: Use the singleton SimpleBufferAllocator to avoid this being freed before cached objects. by martinduke · 7 months ago
  79. 79a52b5 Add test for MoQ Chat where a client leaves and rejoins. Fix resulting problems. by martinduke · 7 months ago
  80. 1dc0c76 Split SUBSCRIBE parameters into their own struct. by vasilvv · 7 months ago
  81. 59118ed Abstract out the MoQ Chat User interface and implement E2E chat test. by martinduke · 7 months ago
  82. 4f6a4eb Automated g4 rollback of changelist 661833030. by QUICHE team · 7 months ago
  83. 63d03c6 No public description by wub · 7 months ago
  84. fe27101 Add delivery order control into the simulator. by vasilvv · 7 months ago
  85. 60a721b Add `deadline` parameter to MoQT simulation. by vasilvv · 7 months ago
  86. 711715b Move a flag count for flag `quic_dispatcher_replace_cid_on_first_packet`. by wub · 7 months ago
  87. aa52f1d No public description by rch · 7 months ago
  88. ba0b41e Let QuicDispatcher to send acks to buffered INITIAL packets. by wub · 7 months ago
  89. 2d45e9b Fix MSAN errors. by vasilvv · 7 months ago
  90. f4cbfd7 Add ability to run QuicDispatcher without any versions by dschinazi · 7 months ago
  91. 8fb5d46 Actually set stream priorities in MoQT. by vasilvv · 7 months ago
  92. 2a56e17 Adds `quiche::header_properties::HasInvalidPathChar()`. by birenroy · 7 months ago
  93. e14a6b7 Remove QuicHeaderList::OnHeaderBlockStart(). by bnc · 7 months ago
  94. bf353fa No public description by fayang · 7 months ago
  95. 79cf1d3 Uses the `DataFrameAssembler` in `Http2Dispatcher`. by birenroy · 7 months ago
  96. f302658 Factor out size limit logic from QuicHeaderList. by bnc · 7 months ago
  97. 2206251 Remove quic/platform/api/quic_mutex.h by bnc · 7 months ago
  98. 3672396 Upgrade to the latest protobuf edition by QUICHE team · 7 months ago
  99. aeace46 Fix bug in QpackEncoder when cookie crumbling is disabled. by rch · 7 months ago
  100. fcb9ece No public description by fayang · 7 months ago