1. ef9c8f9 In QUIC, record smoothed or initial RTT when AdjustNetworkParameters is called by fayang · 6 years ago
  2. 5377f61 Add experiment selection code for GFE-initiated initial QUIC cwnd. by wub · 6 years ago
  3. 1946125 Add flag count for quic_ignore_tlpr_if_sending_ping for flag verification. The flag count should be 0 as server never enables TLPR though. by zhongyi · 6 years ago
  4. 89bfd47 Add QUIC_EXPORT_PRIVATE to ValueSplittingHeaderList::const_iterator. by bnc · 6 years ago
  5. 51b7cad gfe-relnote: n/a(code clean up) Add #include to spdy_simple_arena.cc. by danzh · 6 years ago
  6. 178723f gfe-relnote: n/a(test only) more portability improvement to SimpleLinkedHashMap. by danzh · 6 years ago
  7. ed96643 Internal QUICHE change by fayang · 6 years ago
  8. d31f86f Fix -Wdefaulted-function-deleted warning in qpack by dschinazi · 6 years ago
  9. 4620e9a Add presubmit to force use of QUIC_LOG by dschinazi · 6 years ago
  10. c201848 Make SimpleRandom faster by using Chacha20 as underlying primitive. by vasilvv · 6 years ago
  11. 580d30b Fixup use of gunit and gmock in QUIC by dschinazi · 6 years ago
  12. be83ecd gfe-relnote: In QUIC, adjust cwnd when doing bandwidth resumption in BBR. Protected by gfe2_reloadable_flag_quic_fix_bbr_cwnd_in_bandwidth_resumption. by fayang · 6 years ago
  13. 892f1f4 gfe-relnote: n/a(code not in use) a few changes to improve SimpleLinkedHashMap's portability. by danzh · 6 years ago
  14. 7805361 Internal QUICHE change by bnc · 6 years ago
  15. 696ee60 Make QUIC EXPECT and ASSERT test macros reject comparison of unsigned integers by dschinazi · 6 years ago
  16. 43a1c0f gfe-relnote: n/a(log only) 2nd try to fix enumeral and non-enumeral type in by danzh · 6 years ago
  17. 0e2735f Use headers_decompressed() in QuicTestClient::response_headers(). by bnc · 6 years ago
  18. de00f8f gfe-relnote: In QUIC, only check whether framer has corresponding encrypter (before sending an ACK) when multiple packet number space is supported. by fayang · 6 years ago
  19. c3be2d4 gfe-relnote: n/a(new class type not in use) Add SimpleLinkedHashMap which is by danzh · 6 years ago
  20. 6cf180b gfe-relnote: n/a(log only) fix incomparable type error in conditional expression in by danzh · 6 years ago
  21. 08a9cf7 Move Crypto stream out of static stream map. by renjietang · 6 years ago
  22. bb98cbc Optimize length-reading of HttpDecoder. by renjietang · 6 years ago
  23. d035fc3 Remove files that should have been deleted by fkastenholz · 6 years ago
  24. 898306b gfe-relnote: Stop removing handshake packets from flight when the handshake timer causes them to be retransmitted. Protected by gfe2_reloadable_flag_quic_loss_removes_from_inflight. by ianswett · 6 years ago
  25. 465220f Fix constants in test so that they compile in Chromium by fkastenholz · 6 years ago
  26. ea05149 Use MockDecoderStreamSenderDelegate in QpackDecoderStreamSenderTest. by bnc · 6 years ago
  27. 3b3e3b3 Change Settings frame's setting id from 2 byte integer to variable length by renjietang · 6 years ago
  28. 03e0cec Internal QUICHE change by fayang · 6 years ago
  29. 0a8b32a gfe-relnote: (n/a) Add a flag count for --gfe2_reloadable_flag_quic_no_lumpy_pacing_at_low_bw. Flag count only. by wub · 6 years ago
  30. fcd91c0 Change HTTP/3 frames from Lengh-Type-Value to Type-Length-Value. by renjietang · 6 years ago
  31. a845596 gfe-relnote: n/a(test only) Address warn_unused_result for read() and write in by danzh · 6 years ago
  32. 3c4eabf Add QuicStreamsBlockedFrame and QuicMaxStreamsFrame classes by fkastenholz · 6 years ago
  33. 9f459cb Remove QuicSentPacketManagerPeer::GetBytesInFlight. by ianswett · 6 years ago
  34. 0cc3680 Remove QuicSentPacketManagerPeer::HasUnackedCryptoPackets by ianswett · 6 years ago
  35. e129b0c Remove QuicSentPacketManagerPeer::IsUnacked by ianswett · 6 years ago
  36. fbeb5bf gfe-relnote: Move headers streams out of static stream map. Protected by by renjietang · 6 years ago
  37. a745e39 Check that the expected and actual public header types match by nharper · 6 years ago
  38. 2ceb97c Reject IETF RETRY packets before they hit QUIC_BUGs by nharper · 6 years ago
  39. 67d7a3c Remove QuicSentPacketManagerPeer::HasPendingPackets. by ianswett · 6 years ago
  40. 075a3db Fix test so it compiles in chromium by fkastenholz · 6 years ago
  41. 1de6789 gfe-relnote: In QUIC, terminate Google QUIC connections (<= v43) similar as IETF QUIC connection. Protected by gfe2_reloadable_flag_quic_terminate_gquic_connection_as_ietf. by fayang · 6 years ago
  42. 2d475cf Change HTTP/3 frame type from 1 byte integer to variable length integer, and by renjietang · 6 years ago
  43. 73957f1 Inject a random number generator into QuartcEndpoint and SendAlgorithms. by QUICHE team · 6 years ago
  44. 05e62b1 Do not ACK when encryption keys are missing by dschinazi · 6 years ago
  45. 3e188a5 gfe-relnote: n/a(test only code) switch from unordered_set to multimap. by danzh · 6 years ago
  46. 3855d17 gfe-relnote: n/a(code clean up) Inline WallTimeNowInUsec(). by danzh · 6 years ago
  47. 58c75ec gfe-relnote: n/a(code clean up) make epoll_server_test.cc platform independent. by danzh · 6 years ago
  48. 3f0f679 Fix compilation of QUIC transport_parameter_test on Windows by dschinazi · 6 years ago
  49. a2f174d Override << for QUIC's LostPacket Struct to make failing tests easier to debug. No functional change, not flag protected. by ianswett · 6 years ago
  50. 98669f5 gfe-relnote: (n/a) Deprecate --gfe2_reloadable_flag_quic_set_transmission_type_for_next_frame. by wub · 6 years ago
  51. 881af2b Make a number unsigned in order to compile in Chromium by fkastenholz · 6 years ago
  52. d3cb19f Make test target unsigned so that it compiles on chromium. by fkastenholz · 6 years ago
  53. 8154a85 gfe-relnote: (n/a) Stop including unused quic_flags.h in quic_packet_number.h. Cleanup only. by wub · 6 years ago
  54. cf6a3ee Fix iOS compilation of transport parameters by dschinazi · 6 years ago
  55. ea81191 Send a PING frame at the start of QuartcPeer tests so that probing works. by QUICHE team · 6 years ago
  56. fcdb1e9 Make TLS encryption levels match the QUIC ones by dschinazi · 6 years ago
  57. 52127d7 Update QUIC TLS transport parameters to IETF draft 18 by dschinazi · 6 years ago
  58. 65f778f Create a RandomDelayLink (and symmetric version) and use it in QuartcBidiTest. by QUICHE team · 6 years ago
  59. 1b4afd1 Create a PacketFilter for random loss and use it in QuartcBidiTest. by QUICHE team · 6 years ago
  60. cb1c898 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_always_reset_short_header_packets. by fayang · 6 years ago
  61. bcfea90 gfe-relnote: n/a(code clean-up) Remove un-used #include. by danzh · 6 years ago
  62. 5725294 gfe-relnote: n/a(code clean-up) Remove unused #include. by danzh · 6 years ago
  63. 2c5386e Prevent crash in EncryptInPlace when the encrypter is missing by dschinazi · 6 years ago
  64. 0264092 Platform-ize epoll_export, epoll_ptr_util. Make code chromium compatible. by danzh · 6 years ago
  65. 500e0aa Internal QUICHE change by QUICHE team · 6 years ago
  66. bd74746 Add functions to enable/disable QuartcPeer and obtain the last sequence numbers by QUICHE team · 6 years ago
  67. 1ece526 Create a test utility for sending and receiving data from QuartcDataSources. by QUICHE team · 6 years ago
  68. bb208ff gfe-relnote: n/a (quiche clean up) Switch to QUIC_LOG from LOG. Remove unused by danzh · 6 years ago
  69. e433f53 Fix "recevied" typo in //third_party/quic/core. by bnc · 6 years ago
  70. 6c03720 Print non-printable QUIC tags as hex. by dschinazi · 6 years ago
  71. 04bd4f3 Remove OnApplicationClose upcalls, update OnConnectionClose as needed. by fkastenholz · 6 years ago
  72. 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
  73. 38ce6f4 Remove unused local variable. by bnc · 6 years ago
  74. c7d9e0c Remove unnecessary QuicStreamPeer methods. by bnc · 6 years ago
  75. 760c052 Add max_header_list_size argument to QpackDecodedHeadersAccumulator constructor. by bnc · 6 years ago
  76. c5ba909 Implement EXPECT_THAT(QuicHeaderList, ElementsAre()). by bnc · 6 years ago
  77. e7d1161 Remove unused QuicSpdyStream::unacked_frame_headers_offsets() method. by bnc · 6 years ago
  78. 5231ee2 Add expect_final_byte_offset argument to CopyAndValidateTrailers(). by bnc · 6 years ago
  79. 840edb6 gfe-relnote: n/a(test only) Switch to use unordered_map instead of hash_map for by danzh · 6 years ago
  80. 53f08a3 Project import generated by Copybara. by QUICHE team · 6 years ago
  81. 546cc45 Add new methods to QuicFramer for controlling decrypters by zhongyi · 6 years ago
  82. 9e84364 Automated g4 rollback of changelist 242988047. by zhongyi · 6 years ago
  83. a322c04 Remove |frame_len| argument from OnHeadersFrameEnd(). by bnc · 6 years ago
  84. 904736b Fix a compile error in https://ci.chromium.org/p/chromium/builders/ci/ios-device-xcode-clang/93619 by vasilvv · 6 years ago
  85. 2ac2346 Add a new implementation of SpdyUnsafeArena for code sharing between chromium by danzh · 6 years ago
  86. 2b5942f Internal QUICHE change by wub · 6 years ago
  87. d4b308e Add new methods to QuicFramer for controlling decrypters by dschinazi · 6 years ago
  88. 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
  89. ba6354a Change a int to unsigned int in quic_framer_test.cc by zhongyi · 6 years ago
  90. 326df00 Fix unsigned number format. by renjietang · 6 years ago
  91. d34bb4b gfe-relnote: n/a(test only) De-platform-ize SPDY_FRIEND_TEST macros with peer by danzh · 6 years ago
  92. 0a3646b Include netinet/in.h in quic_ip_address.h by vasilvv · 6 years ago
  93. 4ab9d9f Impose upper limit on the frame length of some HTTP/3 frames. This helps by renjietang · 6 years ago
  94. b78bbaf Internal QUICHE change by wub · 6 years ago
  95. 72f509b Remove IETF QUIC Application Close frame, replace with Connection Close by fkastenholz · 6 years ago
  96. a396ef6 Internal QUICHE change by ianswett · 6 years ago
  97. 693d5b0 Add custom leakr file to QUICHE by vasilvv · 6 years ago
  98. 5262747 Make sure QuicVersionsTest.InitializeSupportForIetfDraft reverts global state by dschinazi · 6 years ago
  99. fbda215 Add new methods to QuicFramer for controlling decrypters by nharper · 6 years ago
  100. c17edcd Migrate some of the uses of QuicIpAddress(QuicIpAddressImpl) constructor to quic::ToQuicIpAddress by vasilvv · 6 years ago