1. 85f1890 QuicConnection methods call CloseConnection rather than by fkastenholz · 6 years ago
  2. 0220865 Fix threading in EndToEndTestWithTls.NoUndecryptablePackets by dschinazi · 6 years ago
  3. bb1c489 Support HTTP/3 style of Server push. by renjietang · 6 years ago
  4. 6810fb5 gfe-relnote: (n/a) Remove a stateless reject test from crypto_handshake_message_test. Test only. by wub · 6 years ago
  5. 965ce09 Add more debug logs that were useful during interop by dschinazi · 6 years ago
  6. 8cf087e Add QUIC_BUG_IF on empty opportunistic ACKs by dschinazi · 6 years ago
  7. a484f98 Add QuicFramerTest.CoalescedPacketWithZeroesRoundTrip by dschinazi · 6 years ago
  8. 71117a7 Add quic_simplify_stop_waiting to QuicVersionInitializeSupportForIetfDraft by dschinazi · 6 years ago
  9. 0391669 gfe-relnote: In QUIC, do not send STOP_WAITING if no_stop_waiting_frame_ is true. Protected by gfe2_reloadable_flag_quic_simplify_stop_waiting. by fayang · 6 years ago
  10. 6ece500 Ensure we can decrypt the first packet by dschinazi · 6 years ago
  11. e9dc7da gfe-relnote: (n/a) Remove stateless reject support from quic::test::CreateClientSessionForTest(). Test only. by wub · 6 years ago
  12. 8d8dc24 gfe-relnote: (n/a) Deprecate --gfe2_reloadable_flag_quic_faster_interval_add_in_sequence_buffer. by wub · 6 years ago
  13. 354c942 gfe-relnote: In GFE, export number of QUIC packets written per write operation. Protected by FLAGS_quic_export_server_num_packets_per_write_histogram. by fayang · 6 years ago
  14. 055f38d gfe-relnote: Test-only change to enable quic_tolerate_reneging when using IETF draft version by nharper · 6 years ago
  15. 7267084 gfe-relnote: (n/a) Remove stateless reject from some unit tests. Test only. by wub · 6 years ago
  16. fc7c10e Fix integer overflow when computing outgoing_max_streams_ by nharper · 6 years ago
  17. dac9cec Enable quic_eliminate_static_stream_map_3 for IETF interop by dschinazi · 6 years ago
  18. e01dd70 Clarify spdy response header log by dschinazi · 6 years ago
  19. 2c4d712 Refactor GetOrCreateStream() and GetOrCreateDynamicStream() and remove by renjietang · 6 years ago
  20. 6c2d64f gfe-relnote: In QUIC, do not adjust burst token for bad bandwidth samples. Protected by gfe2_reloadable_flag_quic_conservative_bursts. by fayang · 6 years ago
  21. 2abedac Cloned from CL 231494986 by 'g4 patch'. by renjietang · 6 years ago
  22. 9b9cc81 gfe-relnote: (n/a) Remove parameter "reject_is_stateless" from function quic::test::crypto_test_utils::FillInDummyReject. Test only. by wub · 6 years ago
  23. 16478ed Move the QuicEpollServerFactory out of quic_simple_server_bin. by rch · 6 years ago
  24. 0db8709 Do not send retry token on non-initial packets by dschinazi · 6 years ago
  25. 7b9278c Rename connection_id to server_connection_id by dschinazi · 6 years ago
  26. 034c98c Move virtually all the toy server logic out of quic_server_bin.cc and into a new by rch · 6 years ago
  27. d3faf90 Simplify quic_client_bin.cc by factoring out the factory into a stand-alone file. by rch · 6 years ago
  28. d914250 gfe-relnote: n/a - Remove useless "Base" name suffix from QuicToyClient by rch · 6 years ago
  29. da26cdb gfe-relnote: Fix a bug in QuicSpdyClientStreamBase. Protected by --gfe2_reloadable_flag_quic_eliminate_static_stream_map_3 by rch · 6 years ago
  30. c050d7a gfe-relnote: In QUIC, ignore bad bandwidth samples from CMS in cwnd bootstrapping experiment. by fayang · 6 years ago
  31. 2cb3a59 Prevent include failures of quic_flag_utils by dschinazi · 6 years ago
  32. 601f678 gfe-relnote: n/a - Remove unused includes in quic_toy_client.cc by rch · 6 years ago
  33. cd820e0 Renumber QUIC streams when there is no crypto stream by nharper · 6 years ago
  34. de8a222 gfe-relnote: In QUIC, only vlidate destination_connection_id_length and source_connection_id_length when should_update_expected_connection_id_length is false. No functional change expected, not protected. by fayang · 6 years ago
  35. 8474fd7 gfe-relnote: n/a - Remove overly broad include from quic_toy_client.h by rch · 6 years ago
  36. 21ffb71 Add logging only ack_frame accessor. by fayang · 6 years ago
  37. f0a9f37 gfe-relnote: n/a - Add missing include for quic_flag_utils.h in quic_packet.cc by rch · 6 years ago
  38. 46833c3 Add QUIC_BUG_IF to QuicUtils::GetCryptoStreamId by nharper · 6 years ago
  39. 86a4562 Move virtually all the toy client logic out of quic_client_bin.cc and into a new by rch · 6 years ago
  40. d893df1 gfe-relnote: (n/a) Delete use_stateless_rejects_if_peer_supported from QuicCryptoServerStream's constructor. No behavior change, not protected. by wub · 6 years ago
  41. 64aa0d3 Merge changes Ie13868e5,Ie2c1e0ca,Ib91037bf,Ibf204b14,I0b1079c4, ... by David Schinazi · 6 years ago
  42. 26e1494 Merge "gfe-relnote: Deprecate gfe2_reloadable_flag_quic_fix_termination_packets." by David Schinazi · 6 years ago
  43. 7d066ca Replace a DCHECK with a parse failure in connection ID parsing by dschinazi · 6 years ago
  44. d362a7a Move drop_response_body from QuicClient to QuicSpdyClientBase to share with chromium by rch · 6 years ago
  45. c8fda78 Extract the FakeProofVerifier from quic_client_bin.cc to facilitate sharing with Chromium. by rch · 6 years ago
  46. de0f6dc Add QuicFramer Probe methods by dschinazi · 6 years ago
  47. c312e3b Remove .impl() method from QuicSocketAddress and QuicIpAddress. by vasilvv · 6 years ago
  48. 6939de5 Change QuartcClientEndpoint to handle client-side version negotiation. by QUICHE team · 6 years ago
  49. 8777a79 In quic_client_bin.cc, print the "Request (succeeded|failed)" messages in stdout instead of stderr. by wub · 6 years ago
  50. d3a1de9 Have separate uni- and bi-directional stream limits for IETF QUIC by fkastenholz · 6 years ago
  51. 9838104 Fix a use-after-free in quic_client. by wub · 6 years ago
  52. 2252b70 Project import generated by Copybara. by QUICHE team · 6 years ago
  53. 51fccf5 gfe-relnote: Deprecate gfe2_reloadable_flag_quic_fix_termination_packets. by fayang · 6 years ago
  54. 63d0bc4 gfe-relnote: (n/a) Delete two unused member variables from QuicCryptoServerStream. Not protected. by wub · 6 years ago
  55. 1f12350 gfe-relnote: In QUIC, change string to std::string for detailed_error. by fayang · 6 years ago
  56. f1b99dc gfe-relnote: Allow GFE to perform initial cwnd up and down experiment. Protected by --gfe2_reloadable_flag_quic_gfe_selected_initial_cwnd_experiments. by fayang · 6 years ago
  57. 26818ca Rename ToDebugValue to ToDebuggingValue() for QuicBandwidth and QuicTime::Delta. This change will make all the logging methods have a consistent name. by zhongyi · 6 years ago
  58. 2da2afb Skip static streams when destructing QuicSpdySession. by renjietang · 6 years ago
  59. e76b2da Refactor QuicSession to allow subclasses to do their own thing on pending streams. by renjietang · 6 years ago
  60. 136e785 QRTP: Implement Datagram Transport by QUICHE team · 6 years ago
  61. d5c4a93 Don't use a flow controller for QuicCryptoStream when it uses CRYPTO frames by nharper · 6 years ago
  62. 51961cf gfe-relnote: Allow sending CRYPTO frames without full padding. Protected by QUIC_VERSION_99 by nharper · 6 years ago
  63. ba5f32c gfe-relnote: Delete some dead Token Binding code in QUIC. Not flag protected by nharper · 6 years ago
  64. bd64c10 gfe-relnote: (n/a) Remove the stateless reject variants from quic/core/http:end_to_end_test. by wub · 6 years ago
  65. 1f485a1 Deprecate gfe2_reloadable_flag_quic_use_new_append_connection_id by dschinazi · 6 years ago
  66. ccbab73 gfe-relnote: In QUIC, do not use framer object in QuicDispatcher. Protected by gfe2_restart_flag_quic_no_framer_object_in_dispatcher. by fayang · 6 years ago
  67. 46a1de7 gfe-relnote: (n/a) Delete some functions from QuicCryptoServerStream and tests that uses those function. Not protected. by wub · 6 years ago
  68. f919fb2 Add more logging to the QUIC_BUG when no decrypter is available. by ianswett · 6 years ago
  69. 4ba5598 gfe-relnote: In QUIC, use 2 burst tokens in bootstrapping experiment, protected by gfe2_reloadable_flag_quic_conservative_bursts. by fayang · 6 years ago
  70. 36f20d6 wdith -> width typo fix on java, cc, proto by QUICHE team · 6 years ago
  71. 09e4f52 gfe-relnote: Deprecate --gfe2_reloadable_flag_quic_enable_version_43 by rch · 6 years ago
  72. 4e952e7 gfe-relnote: Construct QuicMemSliceSpans from a QuicMemSlices without copies. by QUICHE team · 6 years ago
  73. 04e96e3 gfe-relnote: (n/a) Add QuicBandwidth::IsInfinite(). Not used yet. by wub · 6 years ago
  74. 8eb45e9 Allow variable length connection IDs for unsupported versions by dschinazi · 6 years ago
  75. 153392f gfe-relnote: In QUIC, when cwnd gets bootstrapped, set cwnd gain in STARTUP to 2 to avoid too much overshooting. This only affects cwnd bootstrapping experiment. by fayang · 6 years ago
  76. 5ff1045 gfe-relnote: Test-only, enable tests in QuicConnectionTest when multipel packet number spaces are supported by nharper · 6 years ago
  77. 2431fa2 Support IETF retry in v47+ by dschinazi · 6 years ago
  78. 5a354c9 Add an QUIC version reserved for negotiation to help test negotiation by dschinazi · 6 years ago
  79. 7eef071 Change SendOrQueueMessage to take a QuicMemSliceSpan. by QUICHE team · 6 years ago
  80. 4031554 gfe-relnote: In QUIC, factor out ProcessVersionLabel and ValidateIetfConnectionIdLength functions. No functional change expected, not protected. by fayang · 6 years ago
  81. cb17bdb gfe-relnote: In QUIC, stop setting and restoring framer's version in QuicDispatcher::StatelesslyTerminateConnection as terminator now have its own framer. Not protected as this is no-op change. by fayang · 6 years ago
  82. 68cf004 Re-enable QuicConnectionTest::AckNeedsRetransmittableFrames when multiple packet number spaces are used by setting the encryption level. by ianswett · 6 years ago
  83. 1450868 gfe-relnote: n/a(code clean up) Clean up #include in quic proof_source and by danzh · 6 years ago
  84. 3544899 Allow QuicStream constructor to take parameter on static-ness when constructing from PendingStream. by renjietang · 6 years ago
  85. 9e92fb3 Make QUIC server set fixed bit in version negotiation packets by dschinazi · 6 years ago
  86. 2ec14c0 Fix QpackRoundTripFuzzer when cookies are split along '\0'. by bnc · 6 years ago
  87. 0c55886 Add APIs to allow sessions to read stream types from pending stream. by renjietang · 6 years ago
  88. 6153bc7 gfe-relnote: Remove client-side support for Channel ID from QUIC. Not flag protected. by nharper · 6 years ago
  89. ff86db3 Replace all remaining instances of LOG in /third_party/quic/ with QUIC_LOG by nharper · 6 years ago
  90. 2c9f02a Change default EncryptionLevel in QuicConnectionTest by nharper · 6 years ago
  91. 38c190b Add arguments to ProofVerifier::VerifyCertChain for stapled OCSP response and SignedCertificateTimestampList. by QUICHE team · 6 years ago
  92. 87c39c1 Replace all remaining instances of LOG in /third_party/quic/ with QUIC_LOG by dschinazi · 6 years ago
  93. 55fa613 Implement QUIC Header Protection by nharper · 6 years ago
  94. cd0823f Enable IETF retry support on all TLS versions by dschinazi · 6 years ago
  95. 072da7c Make server drop IETF QUIC Version Negotiation packets by dschinazi · 6 years ago
  96. c2fba11 Add QuicBidiTest cases for aggregation and small, frequent competing bursts. by QUICHE team · 6 years ago
  97. f7c569c gfe-relnote: In QUIC, let StatelessConnectionTerminator have its own framer instead of using framer of dispatcher. No functional change expected. Not protected. by fayang · 6 years ago
  98. 5b352f1 gfe-relnote: (n/a) Remove unused QUIC connection option "BBQ4". Not protected. by wub · 6 years ago
  99. a037b8b Refactor QuicFramer::Get...ConnectionCloseFrameSize by fkastenholz · 6 years ago
  100. e3954c2 unbreak TachyonIOS, remove const on bool return value in quick_session.h by QUICHE team · 6 years ago