1. 8f3a576 gfe-relnote: n/a(code clean up) Apply quic compile options to spdy/core code. by danzh · 6 years ago
  2. d9eccf0 Change constructors for QuiConnectionCloseFrame by fkastenholz · 6 years ago
  3. 1ac22cc Apply GREASE to QUIC Version Negotiation packets by dschinazi · 6 years ago
  4. 198aa99 Make two private QuicSpdyStreamSequencer methods const. by bnc · 6 years ago
  5. 5b3c3be Add ClearControlFrame() to quic_test_utils. by bnc · 6 years ago
  6. 9349f36 Remove minimally used QuicConnectionCloseFrame constructor by fkastenholz · 6 years ago
  7. 359cb0d gfe-relnote: Protect QUIC versions by single flag instead of a stack of flags. by fayang · 6 years ago
  8. 8da8f71 Add static_cast<uint8_t> in HpackVarintEncoderTest. by bnc · 6 years ago
  9. 4f6d01a Add helpers and use StringPiece in HttpDecoderTest. by bnc · 6 years ago
  10. 7b3e0a9 Implement QuicStreamSequencerBuffer::PeekRegion(). by bnc · 6 years ago
  11. 62c32b4 Remove test-only HttpDecoder::current_frame_type() accessor. by bnc · 6 years ago
  12. 1c06fd8 Remove CreateSslCtx argument from QUIC crypto config constructors by nharper · 6 years ago
  13. 4368e7f Do not handle impossible outcomes in HttpDecoder. by bnc · 6 years ago
  14. a553da0 Avoid performing pending stream actions after the connection is closed. by renjietang · 6 years ago
  15. d0f61e7 Clean up HpackVarintEncoder internals. by bnc · 6 years ago
  16. 1ed1f76 gfe-relnote: In QUIC, replace member variables current* with on stack struct ReceivedPacketInfo in QuicDispatcher. Refactor only, not protected. by fayang · 6 years ago
  17. e6640c8 Clean up HpackVarintEncoder interface. by bnc · 6 years ago
  18. cb10720 Clean up QpackInstructionEncoder internals. by bnc · 6 years ago
  19. cb3ef7d Introduce IovecToStringPiece() in QuicStreamSequencerBufferTest. by bnc · 6 years ago
  20. ce609f7 Add |written_| member to QuicStreamSequencerBufferTest. by bnc · 6 years ago
  21. 8ee2824 Clean up PrefetchNextRegion. by bnc · 6 years ago
  22. 51c2373 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_terminate_gquic_connection_as_ietf. by fayang · 6 years ago
  23. ac11db0 Alter QuicConnectionDebugVisitor::OnConnectionClosed to take QuicConnectionCloseFrame by fkastenholz · 6 years ago
  24. e4a6a0c Modify QpackInstructionEncoder API. by bnc · 6 years ago
  25. 56fb53e Ignore C++ warnings in auto-generated proto headers by dschinazi · 6 years ago
  26. 6c57946 Add test to ensure that a push promise on a data stream closes the connection. by QUICHE team · 6 years ago
  27. 28d8bfe Add test to ensure that a push promise on a control stream closes the connection. by QUICHE team · 6 years ago
  28. 745c93a gfe-relnote: Deprecate gfe2_reloadable_flag_quic_tolerate_reneging. by fayang · 6 years ago
  29. 4080a85 gfe-relnote: (n/a) Remove unused constants in quic_connection.cc. Not protected. by wub · 6 years ago
  30. 8aba1ff Remove server in connection version negotiation code. by fayang · 6 years ago
  31. 8464f31 Clean up includes and build dependencies in QPACK tests. by bnc · 6 years ago
  32. 1834770 gfe-relnote: n/a(doc change) Update third_party/quic/platform/api/README.md. by danzh · 6 years ago
  33. 5d880a9 Change parameter list of QuicConnection::OnConnectionClosed upcall by fkastenholz · 6 years ago
  34. 17230ac gfe-relnote: In QUIC, inline ProcessUnauthenticatedHeaderFate. Not protected. by fayang · 6 years ago
  35. 36c4728 Refine QuicSpdyStream::UsesPendingStreams() behavior. by bnc · 6 years ago
  36. 5f88b0c Remove QpackProgressiveEncoder. by bnc · 6 years ago
  37. 9f17b2e Add the byte_offset field to QuicRstStreamFrame's operator<< output. by rch · 6 years ago
  38. f21c1ad Make QpackEncoder interface not progressive. by bnc · 6 years ago
  39. 7d4f913 Add HttpDecoder::OnPriorityFrameStart() so that QuicSpdyStream knows the size by renjietang · 6 years ago
  40. dc2ac54 gfe-relnote: In QUIC, remove unused temporarily_buffered_connections_ from dispatcher. Not protected. by fayang · 6 years ago
  41. bf3d286 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_use_uber_loss_algorithm. by fayang · 6 years ago
  42. 5f46430 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_use_uber_received_packet_manager. by fayang · 6 years ago
  43. c2aa5cb Merge QpackEncoderStreamSender::Delegate and QpackDecoderStreamSender::Delegate by renjietang · 6 years ago
  44. 9ed391a Deprecate client in-connection version negotiation code. by fayang · 6 years ago
  45. b08b565 gfe-relnote: n/a(code clean up) Adjust quic core library naming and structure. by danzh · 6 years ago
  46. 08878bd gfe-relnote: Deprecate gfe2_reloadable_flag_quic_validate_packet_number_post_decryption. by fayang · 6 years ago
  47. 77ae31c Include <limits> in quic_socket_address.cc for std::numeric_limits. by wub · 6 years ago
  48. f477f73 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_rpm_decides_when_to_send_acks. by fayang · 6 years ago
  49. 1d574c1 Prohibit google3 includes in QUIC by dschinazi · 6 years ago
  50. ec09576 Make writing Prioritized Element ID and Element Dependency ID optional when handling priority. by renjietang · 6 years ago
  51. c1cab06 gfe-relnote: Deprecate --gfe2_reloadable_flag_quic_fix_time_of_first_packet_sent_after_receiving. by zhongyi · 6 years ago
  52. 7ae3d60 Change QUIC uses of gmock regex to simpler syntax by dschinazi · 6 years ago
  53. 2ca2a93 Remove unused Dr. Fuzz function from QuicFramerTest by nharper · 6 years ago
  54. ee07e47 Make QuicDispatcher drop packets that have an initial destination connection ID that is too short by dschinazi · 6 years ago
  55. eff5028 gfe-relnote: (n/a) Change typeof() to decltype() in quic_framer.cc. static_assert only. by wub · 6 years ago
  56. 91475c4 Remove framer object from quic_dispatcher and make dispatcher no longer inherit from QuicFramerVisitorInterface. by fayang · 6 years ago
  57. 95bf501 Fix QuicStreamSequencerBuffer::PrefetchNextRegion() behavior after Clear(). by bnc · 6 years ago
  58. 1eab645 Deprecate quic_allow_variable_length_connection_id_for_negotiation by dschinazi · 6 years ago
  59. 3c05a9f Deprecate quic_server_drop_version_negotiation by dschinazi · 6 years ago
  60. 0366de9 Deprecate quic_send_version_negotiation_fixed_bit by dschinazi · 6 years ago
  61. ce59da9 Add more warnings to QUIC by dschinazi · 6 years ago
  62. d48a92e Add DCHECK to v99 code path in QuicSpdyStream. by bnc · 6 years ago
  63. bf82b02 Automated g4 rollback of changelist 253848976. by nharper · 6 years ago
  64. d2e26cc Deprecate quic_print_tag_hex by dschinazi · 6 years ago
  65. 6abd56b Add missing flag counts for quic_use_allocated_connection_ids by dschinazi · 6 years ago
  66. 17d4242 Fix QUIC warnings in preparation for enabling them by dschinazi · 6 years ago
  67. 40d1e68 Fix unused-parameter warnings in preparation for enabling them by dschinazi · 6 years ago
  68. ecb0f78 gfe-relnote: (n/a) Deprecate --gfe2_reloadable_flag_quic_no_lumpy_pacing_at_low_bw. by wub · 6 years ago
  69. a4b37b2 Remove ack bundling mode. by fayang · 6 years ago
  70. 18fb35d Make QuicDispatcher drop packets that have an initial destination connection ID that is too short by dschinazi · 6 years ago
  71. f4e0588 Adds code in ShinkansenClient to count metadata bytes as part of the total response size. by QUICHE team · 6 years ago
  72. cfef5c9 Deprecate gfe2_reloadable_flag_quic_bbr_slower_startup3. by ianswett · 6 years ago
  73. 305e173 Change IETF Frame/QUIC_VERSION_99 tests to be symbolic. by fkastenholz · 6 years ago
  74. 5a40142 Remove FLAGS_quic_ string from a comment. by bnc · 6 years ago
  75. 878cfb5 Add -Wtype-limits to QUIC by dschinazi · 6 years ago
  76. 552accc Move headers stream from 0 to 60 in v99 by dschinazi · 6 years ago
  77. cd8fab3 Remove unused argument. by renjietang · 6 years ago
  78. 21af28e Fix mismatched packet numbers in QuicFramerTest by nharper · 6 years ago
  79. 6dba490 gfe-relnote: Deprecate gfe2_restart_flag_quic_enable_accept_random_ipn. by fayang · 6 years ago
  80. 61eb643 Add -Winconsistent-missing-override to QUIC by dschinazi · 6 years ago
  81. 71e9d9e gfe-relnote: fix a type cast in QuicSession. by zhongyi · 6 years ago
  82. 06bb1b0 gfe-relnote: In QUIC, when detecting loss of a packet number space, do not use no packet missing optimization if largest_newly_acked != the largest packet in packets_acked. Protected by gfe2_reloadable_flag_quic_fix_packets_acked. by fayang · 6 years ago
  83. 3ac15c1 gfe-relnote: In QUIC v47+, use variable packet number length in long header packet. Protected by DISABLED gfe2_reloadable_flag_quic_enable_version_47. by fayang · 6 years ago
  84. 1b2f783 gfe-relnote: only respect TLPR when there is pending non-crypto stream data. Flag protected by quic_ignore_tlpr_if_no_pending_stream_data and session_decides_what_to_write. by zhongyi · 6 years ago
  85. 96c1767 gfe-relnote: Add NET_EXPORT_PRIVATE and override for Chromium merge. Not protected. by renjietang · 6 years ago
  86. b880b4c gfe-relnote: Disable QUIC version 44. Protected by gfe2_reloadable_flag_quic_disable_version_44. by fayang · 6 years ago
  87. 9e8db18 Add DCHECK to VersionUsesQpack(). by bnc · 6 years ago
  88. a980ce5 Do not send empty frame if stream is reset. by bnc · 6 years ago
  89. d21094b Add Qpack stream classes. by renjietang · 6 years ago
  90. 32e69f8 Stop processing QPACK Header Block Prefix if error is detected. by bnc · 6 years ago
  91. 118934b Add DV2 logs to help interop debugging by dschinazi · 6 years ago
  92. 6ebe83b Refactor TlsHandshaker classes by nharper · 6 years ago
  93. f245d29 Stop allowing QuicReceiveControlStream to construct from session and stream_id. by renjietang · 6 years ago
  94. 64144fb Replace QuicSocketAddress with a platform-independent implementation. by vasilvv · 6 years ago
  95. 80d9aeb gfe-relnote: Clean up unused includes in HTTP encoder/decoder. Not protected. by renjietang · 6 years ago
  96. 2a5670f gfe-relnote: (n/a) Cleanup references to stateless reject from QuicDispatcher. Code not used, not protected. by wub · 6 years ago
  97. 88e3e05 Internal QUICHE change by danzh · 6 years ago
  98. 497e45f gfe-relnote: n/a(clean up) Switch existing directly access of FLAGS to use by danzh · 6 years ago
  99. f356d9e Internal QUICHE change by QUICHE team · 6 years ago
  100. 7e573d3 gfe-relnote: n/a(code clean up) Fix quiche compile errors in envoy. by danzh · 6 years ago