1. 04bd4f3 Remove OnApplicationClose upcalls, update OnConnectionClose as needed. by fkastenholz · 6 years ago
  2. 3eb8221 gfe-relnote: In QUIC, enforce packets be ACKed in the correct packet number space. Protected by enabling multiple packet number spaces. by fayang · 6 years ago
  3. 38ce6f4 Remove unused local variable. by bnc · 6 years ago
  4. c7d9e0c Remove unnecessary QuicStreamPeer methods. by bnc · 6 years ago
  5. 760c052 Add max_header_list_size argument to QpackDecodedHeadersAccumulator constructor. by bnc · 6 years ago
  6. c5ba909 Implement EXPECT_THAT(QuicHeaderList, ElementsAre()). by bnc · 6 years ago
  7. e7d1161 Remove unused QuicSpdyStream::unacked_frame_headers_offsets() method. by bnc · 6 years ago
  8. 5231ee2 Add expect_final_byte_offset argument to CopyAndValidateTrailers(). by bnc · 6 years ago
  9. 546cc45 Add new methods to QuicFramer for controlling decrypters by zhongyi · 6 years ago
  10. 9e84364 Automated g4 rollback of changelist 242988047. by zhongyi · 6 years ago
  11. a322c04 Remove |frame_len| argument from OnHeadersFrameEnd(). by bnc · 6 years ago
  12. 904736b Fix a compile error in https://ci.chromium.org/p/chromium/builders/ci/ios-device-xcode-clang/93619 by vasilvv · 6 years ago
  13. 2b5942f Internal QUICHE change by wub · 6 years ago
  14. d4b308e Add new methods to QuicFramer for controlling decrypters by dschinazi · 6 years ago
  15. fbb2577 gfe-relnote: ignore TLPR for retransmission delay in TLP mode when sending pings from the ping alarm. Flag protected by quic_ignore_tlpr_if_stream_not_waiting_ack. by zhongyi · 6 years ago
  16. ba6354a Change a int to unsigned int in quic_framer_test.cc by zhongyi · 6 years ago
  17. 326df00 Fix unsigned number format. by renjietang · 6 years ago
  18. 0a3646b Include netinet/in.h in quic_ip_address.h by vasilvv · 6 years ago
  19. 4ab9d9f Impose upper limit on the frame length of some HTTP/3 frames. This helps by renjietang · 6 years ago
  20. b78bbaf Internal QUICHE change by wub · 6 years ago
  21. 72f509b Remove IETF QUIC Application Close frame, replace with Connection Close by fkastenholz · 6 years ago
  22. a396ef6 Internal QUICHE change by ianswett · 6 years ago
  23. 693d5b0 Add custom leakr file to QUICHE by vasilvv · 6 years ago
  24. 5262747 Make sure QuicVersionsTest.InitializeSupportForIetfDraft reverts global state by dschinazi · 6 years ago
  25. fbda215 Add new methods to QuicFramer for controlling decrypters by nharper · 6 years ago
  26. c17edcd Migrate some of the uses of QuicIpAddress(QuicIpAddressImpl) constructor to quic::ToQuicIpAddress by vasilvv · 6 years ago
  27. 8b353f3 Test QUIC behavior in the worst-case Leto fallback situation by QUICHE team · 6 years ago
  28. 66dea07 Rename quic::kMaxPacketSize to quic::kMaxOutgoingPacketSize by dschinazi · 6 years ago
  29. 306b53f Create a QuicAlarm-based source for random test data for Quartc. by QUICHE team · 6 years ago
  30. 35e749e Add ALPN to QUIC when using TLS by dschinazi · 6 years ago
  31. e9d71a8 Add datatypes needed for IETF CONNECTION_CLOSE support. by fkastenholz · 6 years ago
  32. a27fd44 gfe-relnote: (n/a) Stop including send_algorithm_interface.h from quic_pcc_sender.h, this allows the quic_pcc_sender Envoy implementation to not to depend on send_algorithm_interface. Refactor only, not protected. by wub · 6 years ago
  33. e8d7fa7 Increase maximum size of allowed incoming packets and remove incorrect QUIC_BUG by dschinazi · 6 years ago
  34. 07cc938 gfe-relnote: (n/a) Add more 'u' to bandwidth_sampler_test.cc Test only. by wub · 6 years ago
  35. fb4e213 gfe-relnote: In BbrSender, always try to get a bandwidth sample even if packet.bytes_acked=0(i.e. packet has been removed from QuicUnackedPacketMap's inflight bytes). Protected by default true flag --gfe2_reloadable_flag_quic_always_get_bw_sample_when_acked. by wub · 6 years ago
  36. fee2cc3 Introduce Control streams for HTTP/3. by renjietang · 6 years ago
  37. b239f86 Add GetLargestGuaranteedMessagePayload to QuicSession/Connection/Generator/Creator to expose the largest message payload that's guaranteed to fit in any packet containing application data. by ianswett · 6 years ago
  38. 04a8359 gfe-relnote: Only pace out 1 packet at once if the bandwidth is less than 1.2Mbits/sec, similar to TCP BBR. Protected by --gfe2_reloadable_flag_quic_no_lumpy_pacing_at_low_bw. by wub · 6 years ago
  39. 8ae6001 Allow TLS-based versions in quic_client and quic_server by dschinazi · 6 years ago
  40. 254545c gfe-relnote: In BandwidthSampler, capture the number of lost bytes at the time a packet is sent, and make it available to caller when the packet is acked or lost. No behavior change, not protected. by wub · 6 years ago
  41. e28f022 gfe-relnote: Use encryption level instead of looking for the string "CHLO" to identify the QUIC ClientHello. Client side change only, not flag protected. by ianswett · 6 years ago
  42. eb101f8 Print the QUIC version when QuicSession fails to write data because the stream doesn't exist. by ianswett · 6 years ago
  43. 3085da8 Remove QuicTestUtils::GetPacketLengthForOneStream and change three QUIC tests to instead send full sized packets followed by a partially full packet. by ianswett · 6 years ago
  44. d9467b5 Add DV2 logs for received packets and clarify a log statement by dschinazi · 6 years ago
  45. d1967a2 Gracefully handle missing Google-specific transport parameters when using TLS by dschinazi · 6 years ago
  46. 00f47df GCC: do not delete move constructor of QuicStreamSendBuffer by vasilvv · 6 years ago
  47. a8d9355 gfe-relnote: (n/a) Fix some signed/unsigned integer comparisons in quic bbr test. Test only. by wub · 6 years ago
  48. 37ec596 gfe-relnote: (n/a) Remove some unnecessary dynamic_casts from QUIC. No behavior change, not protected. by wub · 6 years ago
  49. 9363720 Make QuicStream::AddBytesSent private and AddBytesConsumed protected. No functional change, not flag protected. by ianswett · 6 years ago
  50. 42672ab Update TLS labels and salts for IETF draft 19 by dschinazi · 6 years ago
  51. 9e75db1 Set QUIC's max packet size to whatever Quartc configures. by QUICHE team · 6 years ago
  52. f41bf64 Allow HttpDecoder to report metadata of SETTINGS frame to visitor. by renjietang · 6 years ago
  53. 967ba57 gfe-relnote: Add some bbr startup stats into QuicConnectionStats. Stats only. Not protected. by wub · 6 years ago
  54. 09d925a Do not use testing::EqualsProto in quic_crypto_server_config_test.cc, since it's not available in Chromium. by wub · 6 years ago
  55. 038325e In quic_mem_slice_span_test.cc, add a 'u' to a EXPECT_EQ. by wub · 6 years ago
  56. 553a966 gfe-relnote: Remove the dependency from QuicMemSliceSpan to QuicStreamSendBuffer and QuicMessageFrame. Refactor only, not protected. by wub · 6 years ago
  57. b740f7a Enable QUIC_VERSION_47 in Quartc. by QUICHE team · 6 years ago
  58. b1a32ae Do not directly compare byte outputs of serialized Protocol Buffers. by QUICHE team · 6 years ago
  59. 5988293 Enable GFE to run without QUIC ServerConfig private keys by QUICHE team · 6 years ago
  60. 67cb9df gfe-relnote: Deprecate --gfe2_reloadable_flag_quic_simplify_build_connectivity_probing_packet by rch · 6 years ago
  61. c76cd74 Invoke the packet creator's OnFrameAddedToPacket method when stream frames are added via the fast path. by rch · 6 years ago
  62. 3c98a73 gfe-relnote: n/a(code clean up) Replace platform dependent DVLOG in quic_stream_send_buffer.cc. by danzh · 6 years ago
  63. fbfd362 Improve handling of crypters in CompareClientAndServerKeys by QUICHE team · 6 years ago
  64. 76086e4 gfe-relnote: Refactor QuicFramer to use array of QuicDecrypter. Not flag protected. by QUICHE team · 6 years ago
  65. 9132654 Use 'bytes' instead of 'string' for holding binary data by QUICHE team · 6 years ago
  66. db06153 Add a QUIC_BUG to ensure that whenever an ACK cannot be written, the writer is write blocked. Protected by existing flag gfe2_reloadable_flag_quic_use_uber_loss_algorithm. by QUICHE team · 6 years ago
  67. 552f71f Add a test making sure ACK alarm is canceled on write blocked when supporting multiple packet number spaces. by QUICHE team · 6 years ago
  68. cd09802 gfe-relnote: In QUIC, enable multiple packet number support in QuicConnection when using TLS as handshake protocol. Protected by existing flags quic_validate_packet_number_post_decryption, quic_deprecate_ack_bundling_mode, quic_rpm_decides_when_to_send_acks, quic_use_uber_received_packet_manager, quic_use_uber_loss_algorithm, quic_quic_enable_accept_random_ipn. by QUICHE team · 6 years ago
  69. a19b43d gfe-relnote: Deprecate --FLAGS_gfe2_reloadable_flag_quic_fix_config_rotation by rch · 6 years ago
  70. 2af16b1 gfe-relnote: Add a ScopedPacketFlusher when the undecryptable packets alarm fire in case any packets are queued in the generator. by rch · 6 years ago
  71. 99055cf More plumbing for fallback configs by QUICHE team · 6 years ago
  72. 1dfa46b gfe-relnote: In QUIC, Enable multiple packet number support in uber_received_packet_manager. Not used yet, not protected. by QUICHE team · 6 years ago
  73. c279cec gfe-relnote: In QUIC, add largest_packets_peer_knows_is_acked_ and largest_sent_packets_ which are necessary to sent_packet_manager and unacked_packet_map, respectively, for multiple packet number support. Not used yet. Not protected. by QUICHE team · 6 years ago
  74. b114092 QuartcFactory cleanup part 1: delete the QuartcFactory object. by QUICHE team · 6 years ago
  75. 10b22a1 gfe-relnote: In QUIC, enable multiple packet number support in QuicFramer. Not used yet. Not protected. by QUICHE team · 6 years ago
  76. 7cb298f gfe-relnote: Deprecate gfe2_reloadable_flag_quic_call_write_mem_slices. by QUICHE team · 6 years ago
  77. 1243d14 Fix a warning in the QUIC build by QUICHE team · 6 years ago
  78. 2d5d234 gfe-relnote: (n/a) Minor tweaks to quic_interval_(set_)test. Test only. by QUICHE team · 6 years ago
  79. bbaa8be De-pointerize QuicServerConfigProtobuf variables by QUICHE team · 6 years ago
  80. aa924f1 Move code to record REJ building by QUICHE team · 6 years ago
  81. 9b41c97 Use QUIC v47 for variable length connection IDs instead of CRYPTO frames by QUICHE team · 6 years ago
  82. 963d57e Make QuicDispatcher reject packets with invalid short connection IDs by QUICHE team · 6 years ago
  83. f03456c Teach QUIC about the concept of "fallback" key exchange by QUICHE team · 6 years ago
  84. b23daa7 gfe-relnote: In QUIC, add uber_received_packet_manager which purely wraps a received_packet_manager. Using it is protected by gfe2_reloadable_flag_quic_use_uber_received_packet_manager. by QUICHE team · 6 years ago
  85. f1c9d56 Include <algorithm> in quic_packet_number.cc to get std::max by rch · 6 years ago
  86. 3d925ab Use QUIC_ARRAYSIZE instead of arraysize in crypto files by rch · 6 years ago
  87. 0131a5b Check new connection ID length before reading it by QUICHE team · 6 years ago
  88. dc41bf1 gfe-relnote: test-only changes to reduce usage of QuicUtils::GetCryptoStreamId by QUICHE team · 6 years ago
  89. 4fbea5d gfe-relnote: n/a(code clean-up) Remove unnecessary #include in by danzh · 6 years ago
  90. 396d109 Make sure the read side is not closed when QuicSpdyStream tries to read from sequencer. by QUICHE team · 6 years ago
  91. 577718a gfe-relnote: Deprecate gfe2_restart_flag_quic_uint64max_uninitialized_pn. by QUICHE team · 6 years ago
  92. 1f3de24 gfe-relnote: In QUIC, add getter for largest received packet to QuicConnection. No functional change expected, not protected. by QUICHE team · 6 years ago
  93. c65d1d1 Allow QUIC server to replace connection IDs by QUICHE team · 6 years ago
  94. 2d18797 Add support for Header Protection to QuicCrypter classes by QUICHE team · 6 years ago
  95. c89c799 gfe-relnote: n/a(code clean-up) Remove unnecessary #include in by danzh · 6 years ago
  96. 1225f47 Group configs and factor out config lookup by QUICHE team · 6 years ago
  97. 76e1c62 gfe-relnote: In QUIC, add setter and getter for largest_seen_packet_with_ack_. Also add GetLargestSentPacket and GetLargestAckedPacket. No functional change expected. Not protected. by QUICHE team · 6 years ago
  98. c264e36 gfe-relnote: In QUIC, add QuicPacketNumber::UpdateMax function. No functional change expected. Not protected. by QUICHE team · 6 years ago
  99. e6dcf32 Pass reject reasons explicitly to BuildRejection by QUICHE team · 6 years ago
  100. 78c2d5e Simplify QuicCryptoServerConfig::SetConfigs by QUICHE team · 6 years ago