1. c83b674 Use map_.size() instead of list_.size() in SimpleLinkedHashMap. by rch · 4 years, 10 months ago
  2. d43f1d6 Fix quic::GetPacketHeaderSize when QuicVersionHasLongHeaderLengths is false by nharper · 4 years, 10 months ago
  3. 28c04b7 Redirect WindowUpdate frame to pending streams if they are present, and closes connection when a WindowUpdate frame is received on a READ_UNIDIRECTIONAL stream. by renjietang · 4 years, 10 months ago
  4. 520d4d7 gfe-relnote: n/a(code clean up) Remove direct use of DLOG in by danzh · 4 years, 10 months ago
  5. b54ac5b Add a test to ensure packets of deprecated QUIC versions are rejected by QuicDispatcher via version negotiation. by fayang · 4 years, 10 months ago
  6. 44fa92f gfe-relnote: Deprecate gfe2_reloadable_flag_quic_fix_has_pending_crypto_data. by fayang · 4 years, 10 months ago
  7. 9785735 gfe-relnote: In QUIC, inline WritevDataInner. Refactoring only, not protected. by fayang · 4 years, 10 months ago
  8. 360b5a9 Add test to ensure that if we reset the stream if we receive too many outstanding push promises. by QUICHE team · 4 years, 10 months ago
  9. ab33c71 Do not pretend receiving FIN when receiving trailers in QUIC v99. by bnc · 4 years, 10 months ago
  10. b932f95 Create a new interface called QpackStreamReceiver and make by renjietang · 4 years, 10 months ago
  11. 8aadca7 Use PeekRegion() instead of PrefetchNextRegion() in HTTP/3 streams. by bnc · 4 years, 10 months ago
  12. d7d6763 Split qpack_streams_lib into two build targets. by bnc · 4 years, 10 months ago
  13. 790af40 Add logging for Settings frame transportation. by renjietang · 4 years, 10 months ago
  14. c075ffa Add DCHECKs to quic_framer by dschinazi · 4 years, 10 months ago
  15. f309f3e Fix LegacyQuicStreamIdManager when CRYPTO frames are used by nharper · 4 years, 10 months ago
  16. 4eba09b Introduce QuicUtils::InvertPerspective and refactor code to use it by nharper · 4 years, 10 months ago
  17. 6270680 Make QuicSpdyStream::OnStreamHeaderList() return void. by bnc · 4 years, 10 months ago
  18. d011990 Make QuicSpdyStream::ParseHeaderStatusCode() static. by bnc · 4 years, 10 months ago
  19. 620095a Do not call HttpDecoder::ProcessInput after error. by bnc · 4 years, 10 months ago
  20. 6d2aea0 Update QuicEnableVersion to no longer stack flags by dschinazi · 4 years, 10 months ago
  21. 354be0f Update QUICHE contributing guidelines by dschinazi · 4 years, 10 months ago
  22. bd6ee22 Make QuicSpdyStream methods only called by HttpDecoderVisitor private. by bnc · 4 years, 10 months ago
  23. b9d07d9 Implement pause/resume in HttpDecoder. by bnc · 4 years, 10 months ago
  24. 690a187 Add a test to ensure that a push promise to the server closes the connection. by QUICHE team · 4 years, 10 months ago
  25. 8f3a576 gfe-relnote: n/a(code clean up) Apply quic compile options to spdy/core code. by danzh · 4 years, 10 months ago
  26. d9eccf0 Change constructors for QuiConnectionCloseFrame by fkastenholz · 4 years, 10 months ago
  27. 1ac22cc Apply GREASE to QUIC Version Negotiation packets by dschinazi · 4 years, 10 months ago
  28. 198aa99 Make two private QuicSpdyStreamSequencer methods const. by bnc · 4 years, 10 months ago
  29. 5b3c3be Add ClearControlFrame() to quic_test_utils. by bnc · 4 years, 10 months ago
  30. 9349f36 Remove minimally used QuicConnectionCloseFrame constructor by fkastenholz · 4 years, 10 months ago
  31. 359cb0d gfe-relnote: Protect QUIC versions by single flag instead of a stack of flags. by fayang · 4 years, 10 months ago
  32. 8da8f71 Add static_cast<uint8_t> in HpackVarintEncoderTest. by bnc · 4 years, 10 months ago
  33. 4f6d01a Add helpers and use StringPiece in HttpDecoderTest. by bnc · 4 years, 10 months ago
  34. 7b3e0a9 Implement QuicStreamSequencerBuffer::PeekRegion(). by bnc · 4 years, 10 months ago
  35. 62c32b4 Remove test-only HttpDecoder::current_frame_type() accessor. by bnc · 4 years, 10 months ago
  36. 1c06fd8 Remove CreateSslCtx argument from QUIC crypto config constructors by nharper · 4 years, 10 months ago
  37. 4368e7f Do not handle impossible outcomes in HttpDecoder. by bnc · 4 years, 10 months ago
  38. a553da0 Avoid performing pending stream actions after the connection is closed. by renjietang · 4 years, 10 months ago
  39. d0f61e7 Clean up HpackVarintEncoder internals. by bnc · 4 years, 10 months ago
  40. 1ed1f76 gfe-relnote: In QUIC, replace member variables current* with on stack struct ReceivedPacketInfo in QuicDispatcher. Refactor only, not protected. by fayang · 4 years, 10 months ago
  41. e6640c8 Clean up HpackVarintEncoder interface. by bnc · 4 years, 10 months ago
  42. cb10720 Clean up QpackInstructionEncoder internals. by bnc · 4 years, 10 months ago
  43. cb3ef7d Introduce IovecToStringPiece() in QuicStreamSequencerBufferTest. by bnc · 4 years, 10 months ago
  44. ce609f7 Add |written_| member to QuicStreamSequencerBufferTest. by bnc · 4 years, 10 months ago
  45. 8ee2824 Clean up PrefetchNextRegion. by bnc · 4 years, 10 months ago
  46. 51c2373 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_terminate_gquic_connection_as_ietf. by fayang · 4 years, 10 months ago
  47. ac11db0 Alter QuicConnectionDebugVisitor::OnConnectionClosed to take QuicConnectionCloseFrame by fkastenholz · 4 years, 10 months ago
  48. e4a6a0c Modify QpackInstructionEncoder API. by bnc · 4 years, 10 months ago
  49. 56fb53e Ignore C++ warnings in auto-generated proto headers by dschinazi · 4 years, 10 months ago
  50. 6c57946 Add test to ensure that a push promise on a data stream closes the connection. by QUICHE team · 4 years, 10 months ago
  51. 28d8bfe Add test to ensure that a push promise on a control stream closes the connection. by QUICHE team · 4 years, 10 months ago
  52. 745c93a gfe-relnote: Deprecate gfe2_reloadable_flag_quic_tolerate_reneging. by fayang · 4 years, 10 months ago
  53. 4080a85 gfe-relnote: (n/a) Remove unused constants in quic_connection.cc. Not protected. by wub · 4 years, 10 months ago
  54. 8aba1ff Remove server in connection version negotiation code. by fayang · 4 years, 10 months ago
  55. 8464f31 Clean up includes and build dependencies in QPACK tests. by bnc · 4 years, 10 months ago
  56. 1834770 gfe-relnote: n/a(doc change) Update third_party/quic/platform/api/README.md. by danzh · 4 years, 10 months ago
  57. 5d880a9 Change parameter list of QuicConnection::OnConnectionClosed upcall by fkastenholz · 4 years, 10 months ago
  58. 17230ac gfe-relnote: In QUIC, inline ProcessUnauthenticatedHeaderFate. Not protected. by fayang · 4 years, 10 months ago
  59. 36c4728 Refine QuicSpdyStream::UsesPendingStreams() behavior. by bnc · 4 years, 10 months ago
  60. 5f88b0c Remove QpackProgressiveEncoder. by bnc · 4 years, 10 months ago
  61. 9f17b2e Add the byte_offset field to QuicRstStreamFrame's operator<< output. by rch · 4 years, 10 months ago
  62. f21c1ad Make QpackEncoder interface not progressive. by bnc · 4 years, 10 months ago
  63. 7d4f913 Add HttpDecoder::OnPriorityFrameStart() so that QuicSpdyStream knows the size by renjietang · 4 years, 10 months ago
  64. dc2ac54 gfe-relnote: In QUIC, remove unused temporarily_buffered_connections_ from dispatcher. Not protected. by fayang · 4 years, 10 months ago
  65. bf3d286 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_use_uber_loss_algorithm. by fayang · 4 years, 10 months ago
  66. 5f46430 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_use_uber_received_packet_manager. by fayang · 4 years, 10 months ago
  67. c2aa5cb Merge QpackEncoderStreamSender::Delegate and QpackDecoderStreamSender::Delegate by renjietang · 4 years, 10 months ago
  68. 9ed391a Deprecate client in-connection version negotiation code. by fayang · 4 years, 10 months ago
  69. b08b565 gfe-relnote: n/a(code clean up) Adjust quic core library naming and structure. by danzh · 4 years, 10 months ago
  70. 08878bd gfe-relnote: Deprecate gfe2_reloadable_flag_quic_validate_packet_number_post_decryption. by fayang · 4 years, 10 months ago
  71. 77ae31c Include <limits> in quic_socket_address.cc for std::numeric_limits. by wub · 4 years, 10 months ago
  72. f477f73 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_rpm_decides_when_to_send_acks. by fayang · 4 years, 10 months ago
  73. 1d574c1 Prohibit google3 includes in QUIC by dschinazi · 4 years, 10 months ago
  74. ec09576 Make writing Prioritized Element ID and Element Dependency ID optional when handling priority. by renjietang · 4 years, 10 months ago
  75. c1cab06 gfe-relnote: Deprecate --gfe2_reloadable_flag_quic_fix_time_of_first_packet_sent_after_receiving. by zhongyi · 4 years, 10 months ago
  76. 7ae3d60 Change QUIC uses of gmock regex to simpler syntax by dschinazi · 4 years, 10 months ago
  77. 2ca2a93 Remove unused Dr. Fuzz function from QuicFramerTest by nharper · 4 years, 10 months ago
  78. ee07e47 Make QuicDispatcher drop packets that have an initial destination connection ID that is too short by dschinazi · 4 years, 10 months ago
  79. eff5028 gfe-relnote: (n/a) Change typeof() to decltype() in quic_framer.cc. static_assert only. by wub · 4 years, 10 months ago
  80. 91475c4 Remove framer object from quic_dispatcher and make dispatcher no longer inherit from QuicFramerVisitorInterface. by fayang · 4 years, 10 months ago
  81. 95bf501 Fix QuicStreamSequencerBuffer::PrefetchNextRegion() behavior after Clear(). by bnc · 4 years, 10 months ago
  82. 1eab645 Deprecate quic_allow_variable_length_connection_id_for_negotiation by dschinazi · 4 years, 10 months ago
  83. 3c05a9f Deprecate quic_server_drop_version_negotiation by dschinazi · 4 years, 10 months ago
  84. 0366de9 Deprecate quic_send_version_negotiation_fixed_bit by dschinazi · 4 years, 10 months ago
  85. ce59da9 Add more warnings to QUIC by dschinazi · 4 years, 10 months ago
  86. d48a92e Add DCHECK to v99 code path in QuicSpdyStream. by bnc · 4 years, 10 months ago
  87. bf82b02 Automated g4 rollback of changelist 253848976. by nharper · 4 years, 10 months ago
  88. d2e26cc Deprecate quic_print_tag_hex by dschinazi · 4 years, 10 months ago
  89. 6abd56b Add missing flag counts for quic_use_allocated_connection_ids by dschinazi · 4 years, 10 months ago
  90. 17d4242 Fix QUIC warnings in preparation for enabling them by dschinazi · 4 years, 10 months ago
  91. 40d1e68 Fix unused-parameter warnings in preparation for enabling them by dschinazi · 4 years, 10 months ago
  92. ecb0f78 gfe-relnote: (n/a) Deprecate --gfe2_reloadable_flag_quic_no_lumpy_pacing_at_low_bw. by wub · 4 years, 10 months ago
  93. a4b37b2 Remove ack bundling mode. by fayang · 4 years, 10 months ago
  94. 18fb35d Make QuicDispatcher drop packets that have an initial destination connection ID that is too short by dschinazi · 4 years, 10 months ago
  95. f4e0588 Adds code in ShinkansenClient to count metadata bytes as part of the total response size. by QUICHE team · 4 years, 10 months ago
  96. cfef5c9 Deprecate gfe2_reloadable_flag_quic_bbr_slower_startup3. by ianswett · 4 years, 10 months ago
  97. 305e173 Change IETF Frame/QUIC_VERSION_99 tests to be symbolic. by fkastenholz · 4 years, 10 months ago
  98. 5a40142 Remove FLAGS_quic_ string from a comment. by bnc · 4 years, 10 months ago
  99. 878cfb5 Add -Wtype-limits to QUIC by dschinazi · 4 years, 10 months ago
  100. 552accc Move headers stream from 0 to 60 in v99 by dschinazi · 4 years, 10 months ago