- aff2580 Remove spdy_string_utils and http2_string_utils from platform. by bnc · 3 years, 10 months ago
- 313870e Deletes unused headers from //third_party/spdy/platform/api. by QUICHE team · 4 years ago
- 1b5d09e Replaces all flavors of SPDY_LOG with the QUICHE equivalents. by QUICHE team · 4 years ago
- dd75384 Deprecate --gfe2_restart_flag_http2_parse_priority_update_frame. by bnc · 4 years, 1 month ago
- 5c194f3 Add ACCEPT_CH frame and implement serialization. by bnc · 4 years, 2 months ago
- bc49a3d Remove unused process_single_input_frame functionality from Http2DecoderAdapter. by bnc · 4 years, 2 months ago
- ed4f308 Make SPDY logging use QUICHE logging by vasilvv · 4 years, 2 months ago
- bea13b8 Implement PRIORITY_UPDATE frame in HTTP/2 decoder. by bnc · 4 years, 3 months ago
- 5be974e Project import generated by Copybara. by QUICHE team · 4 years, 3 months ago
- a5a3013 Add SpdyFramerVisitorInterface::OnPriorityUpdate(). by bnc · 4 years, 3 months ago
- 19423c7 Add PRIORITY_UPDATE frame and implement serialization. by bnc · 4 years, 3 months ago
- 6169e49 Unify gfe2::RecordingHeadersHandler and spdy::TestHeadersHandler to spdy::RecordingHeadersHandler. by QUICHE team · 4 years, 5 months ago
- 232cf49 Rename SpdyHeaderBlock to Http2HeaderBlock. by QUICHE team · 4 years, 5 months ago
- 5504d2f Replace QUICHE_ARRAYSIZE with ABSL_ARRAYSIZE. by vasilvv · 4 years, 5 months ago
- c8ccdb2 Replace quiche::QuicheStringPiece with absl::string_view. by vasilvv · 4 years, 5 months ago
- e3fd686 Remove HpackHuffmanTable argument from HpackEncoder constructor. by bnc · 4 years, 6 months ago
- 8036668 Surface hpack decoder detailed error for header value too long, and put detailed error to quic connection close error details. only change connection close error detail, not protected. by fayang · 4 years, 8 months ago
- 897763c LSC: Mark static const class/struct members as constexpr. This change fixes declarations that have initial values but are technically not definitions by marking them constexpr (which counts as a definition). This enables, among other things, the modified constants to be passed into functions and function templates that accept arguments by reference. Without this change, such functions would cause linker errors. by QUICHE team · 5 years ago
- f3c80c9 gfe-relnote: Replace spdy_test.h with quiche_test.h. No functional change. Not protected. by QUICHE team · 5 years ago
- c9a3506 gfe-relnote: no functional change. Introduce gunit headers in third_party/spdy. by QUICHE team · 5 years ago
- 7f82d04 Remove SpdyStringPiece; use QuicheStringPiece instead. by bnc · 5 years ago
- 98b7ef0 Remove SPDY_ARRAYSIZE; use QUICHE_ARRAYSIZE instead. by bnc · 5 years ago
- 463f235 Remove usages of QuicMakeUnique, Http2MakeUnique, SpdyMakeUnique. by bnc · 5 years ago
- 4471291 Remove SpdyString wrapper for std::string. by bnc · 6 years ago
- 8f3a576 gfe-relnote: n/a(code clean up) Apply quic compile options to spdy/core code. by danzh · 6 years ago
- ded0351 gfe-relnote: (n/a) Platformize logging for spdy. Refactor only, no behavior change. by QUICHE team · 6 years ago
- 3cab5a9 Replace calls to deprecated googletest macros *TEST_CASE() with *TEST_SUITE() by QUICHE team · 6 years ago
- 82dee2f Project import generated by Copybara. by QUICHE team · 6 years ago