1. 331385e Close connection on QPACK encoder or decoder stream errors. by bnc · 6 years ago
  2. 16df2a5 gfe-relnote: Switch the QUIC flag to support TLS from a protocol flag to a reloadable flag, with a chrome_value = true. Set chrome_value = true for the QUIC enable v99 flag. by rch · 6 years ago
  3. 0fc587f Switch QuicMakeUnique to std::make_unique, part 1: //third_party/quic by vasilvv · 6 years ago
  4. d1d0085 Use QuicSession::transport_version() instead of QuicConnection::transport_version() to make code cleaner. by renjietang · 6 years ago
  5. 0e48f12 Prevent QuicToyClient crash on DNS failure by dschinazi · 6 years ago
  6. a702be2 Change the version label for QUIC v99 + TLS from T099 by rch · 6 years ago
  7. 52cb79f gfe-relnote: use QUIC_foo instead of ABSL_foo for mutex annotations in QUIC. Not flag protected. No behavior change. by rch · 6 years ago
  8. 28315b7 Automated g4 rollback of changelist 265940959. by renjietang · 6 years ago
  9. e6fcf3c LSC: Replace deprecated thread annotations macros. by QUICHE team · 6 years ago
  10. 216dc01 Remove notion of static stream in QuicStreamIdManager. by renjietang · 6 years ago
  11. 6039aff QuicToyClient provides a hostname to CreateDefaultProofVerifier by nharper · 6 years ago
  12. 13cfcae Allow QUIC end_to_end and quic_server tests to pass if the by rch · 6 years ago
  13. ef8d1e9 Always create and destroy a single client in the creation of the QuicClientTest to ensure persistent sockets for certificate verifiers are opened before testing. by zhongyi · 6 years ago
  14. 662a3d6 gfe-relnote: Move QuicCryptoServerStream::Helper::GenerateConnectionIdForReject to QuicDispatcher::GenerateNewServerConnectionId. Refactor only. by wub · 6 years ago
  15. 87cd7de Add QpackStreams into QuicSpdySession. by renjietang · 6 years ago
  16. 4b5a68a Do not queue coalesced undecryptable packets twice by dschinazi · 6 years ago
  17. c258e4f gfe-relnote: Implement sending the MAX_PUSH_ID frame when the client sets a non-zero maximum push id. by QUICHE team · 6 years ago
  18. 1a33a0c Improve hard-coded QuicSimpleServerStream's push promise id. by renjietang · 6 years ago
  19. 8513ffe Initialize session in quic_simple_server_stream_test. by renjietang · 6 years ago
  20. 944cfbc gfe-relnote: Let GFE be able to use HTTP2(tree-style) priority write scheduler in QUIC and enable it via a connection option H2PR. Protected by gfe2_reloadable_flag_quic_use_http2_priority_write_scheduler. by fayang · 6 years ago
  21. 9a42376 gfe-relnote: Replace SpdyPriority priority with const spdy::SpdyStreamPrecedence& precedence in GfeQuicServerSession::CreateServerPushStream. No functional change expected. Not protected. by fayang · 6 years ago
  22. 118c8ac Remove headers stream from IETF QUIC. by renjietang · 6 years ago
  23. c04c85f Create HTTP/3 unidirectional stream only when stream limit allows. by renjietang · 6 years ago
  24. 476683a gfe-relnote: In QUIC, replaces QuicStream::priority_ with QuicStream::precedence_ and pluming it to write_blocked_list. No functional change expected. Not protected. by fayang · 6 years ago
  25. 2eb3f38 Add tool for testing quic interop by nharper · 6 years ago
  26. bfb95de Fix return type of QuicSpdyClientBase::latest_response_code by nharper · 6 years ago
  27. 0b5bfae gfe-relnote: Initialize uninitialized private member variable QuicSpdyClientBase::max_allowed_push_id_ by QUICHE team · 6 years ago
  28. f4f4712 Modify push_promise related methods to prepare for H3 push promise. by renjietang · 6 years ago
  29. 7571723 Internal QUICHE change by QUICHE team · 6 years ago
  30. de12d3d Add directionality check for OnCanCreateNewOutgoingStream(). by renjietang · 6 years ago
  31. 8556dc2 Add parameter to OnCanCreateNewStream indicating directionality by fkastenholz · 6 years ago
  32. 5f4783e gfe-relnote: Add support for sending MAX_PUSH_ID, defaulting to zero and close connection if we receive a push ID higher than the max. by QUICHE team · 6 years ago
  33. bdacc70 gfe-relnote: In QuicSpdyClientBase, automatically convert HTTP request header names to lower case. Protected by default true, non-feature flag --quic_client_convert_http_header_name_to_lowercase. by wub · 6 years ago
  34. 1e21575 Automated g4 rollback of changelist 258400699. by bnc · 6 years ago
  35. 880d243 Merge GetOrCreateDynamicStream() into GetOrCreateStream(). by renjietang · 6 years ago
  36. 5d8ae89 gfe-relnote: Add support for sending MAX_PUSH_ID, defaulting to zero and close connection if we receive a push ID higher than the max. by QUICHE team · 6 years ago
  37. 0e9980b Remove static stream map as it's not used anymore. by renjietang · 6 years ago
  38. 2a93046 gfe-relnote: n/a(refactor only) Split out utility functions needed on quic by danzh · 6 years ago
  39. 5b3c3be Add ClearControlFrame() to quic_test_utils. by bnc · 6 years ago
  40. 56fb53e Ignore C++ warnings in auto-generated proto headers by dschinazi · 6 years ago
  41. 8aba1ff Remove server in connection version negotiation code. by fayang · 6 years ago
  42. 5d880a9 Change parameter list of QuicConnection::OnConnectionClosed upcall by fkastenholz · 6 years ago
  43. b08b565 gfe-relnote: n/a(code clean up) Adjust quic core library naming and structure. by danzh · 6 years ago
  44. 17d4242 Fix QUIC warnings in preparation for enabling them by dschinazi · 6 years ago
  45. 305e173 Change IETF Frame/QUIC_VERSION_99 tests to be symbolic. by fkastenholz · 6 years ago
  46. 6ebe83b Refactor TlsHandshaker classes by nharper · 6 years ago
  47. 4ca3d67 Remove references to stateless reject from various comments and tests. by wub · 6 years ago
  48. 3a1bb80 Add support for HTTP/3 control stream. by renjietang · 6 years ago
  49. 4ea2ddf Internal QUICHE change by wub · 6 years ago
  50. 91f97e6 Add a length to QuicSocketAddress(sockaddr*) constructor by vasilvv · 6 years ago
  51. 1eb6d0f Use the hostname from the URL when connecting the QUIC toy client. by rch · 6 years ago
  52. 4b1a5e6 gfe-relnote: Remove num_stateless_rejects_received_ from QuicClientBase. Cleanup only, not protected. by wub · 6 years ago
  53. 5f64ec4 gfe-relnote: Remove the use of QUIC_CRYPTO_HANDSHAKE_STATELESS_REJECT. by wub · 6 years ago
  54. 346b7ce Support QUIC Client connection IDs by dschinazi · 6 years ago
  55. f5e6845 Refactor how TLS versions get enabled by nharper · 6 years ago
  56. baea59c Make CreateIncomingStream() to take PendingStream* instead of PendingStream. PendingStream* will be passed to create QuicStream. by renjietang · 6 years ago
  57. 8ff7482 Rename QUIC connection ID to server connection ID, part 2 by dschinazi · 6 years ago
  58. 0a4b9c5 gfe-relnote: Remove stateless reject from QUIC. This deprecates two flags in the false position: --gfe2_reloadable_flag_enable_quic_stateless_reject_support and --gfe2_reloadable_flag_quic_use_cheap_stateless_rejects. by wub · 6 years ago
  59. bb1c489 Support HTTP/3 style of Server push. by renjietang · 6 years ago
  60. e01dd70 Clarify spdy response header log by dschinazi · 6 years ago
  61. 2abedac Cloned from CL 231494986 by 'g4 patch'. by renjietang · 6 years ago
  62. 16478ed Move the QuicEpollServerFactory out of quic_simple_server_bin. by rch · 6 years ago
  63. 034c98c Move virtually all the toy server logic out of quic_server_bin.cc and into a new by rch · 6 years ago
  64. d3faf90 Simplify quic_client_bin.cc by factoring out the factory into a stand-alone file. by rch · 6 years ago
  65. d914250 gfe-relnote: n/a - Remove useless "Base" name suffix from QuicToyClient by rch · 6 years ago
  66. 601f678 gfe-relnote: n/a - Remove unused includes in quic_toy_client.cc by rch · 6 years ago
  67. 8474fd7 gfe-relnote: n/a - Remove overly broad include from quic_toy_client.h by rch · 6 years ago
  68. 46833c3 Add QUIC_BUG_IF to QuicUtils::GetCryptoStreamId by nharper · 6 years ago
  69. 86a4562 Move virtually all the toy client logic out of quic_client_bin.cc and into a new by rch · 6 years ago
  70. 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
  71. d362a7a Move drop_response_body from QuicClient to QuicSpdyClientBase to share with chromium by rch · 6 years ago
  72. c8fda78 Extract the FakeProofVerifier from quic_client_bin.cc to facilitate sharing with Chromium. by rch · 6 years ago
  73. 8777a79 In quic_client_bin.cc, print the "Request (succeeded|failed)" messages in stdout instead of stderr. by wub · 6 years ago
  74. d3a1de9 Have separate uni- and bi-directional stream limits for IETF QUIC by fkastenholz · 6 years ago
  75. 9838104 Fix a use-after-free in quic_client. by wub · 6 years ago
  76. 2252b70 Project import generated by Copybara. by QUICHE team · 6 years ago
  77. 5a354c9 Add an QUIC version reserved for negotiation to help test negotiation by dschinazi · 6 years ago
  78. 6153bc7 gfe-relnote: Remove client-side support for Channel ID from QUIC. Not flag protected. by nharper · 6 years ago
  79. 38c190b Add arguments to ProofVerifier::VerifyCertChain for stapled OCSP response and SignedCertificateTimestampList. by QUICHE team · 6 years ago
  80. 244f6dc Support IETF RETRY from client by dschinazi · 6 years ago
  81. 5de8705 Internal QUICHE change by bnc · 6 years ago
  82. d7d9d78 Add a variety of DCHECK in the toy-server class to ensure that the backend is by rch · 6 years ago
  83. d70d98e Fix crash in simple server when backend is missing by dschinazi · 6 years ago
  84. 4985598 gfe-relnote: (n/a) Change SetQuicFlag to take the flag variable directly instead of a pointer to it. Refactor for Envoy integration, no behavior change. by wub · 6 years ago
  85. 711bd18 gfe-relnote: n/a(code clean up) Move c++ attribute specifier to the front of by danzh · 6 years ago
  86. c703612 Allow peers to pick low flow control limits in T099 by dschinazi · 6 years ago
  87. 03e0cec Internal QUICHE change by fayang · 6 years ago
  88. 3c4eabf Add QuicStreamsBlockedFrame and QuicMaxStreamsFrame classes by fkastenholz · 6 years ago
  89. 04bd4f3 Remove OnApplicationClose upcalls, update OnConnectionClose as needed. by fkastenholz · 6 years ago
  90. 72f509b Remove IETF QUIC Application Close frame, replace with Connection Close by fkastenholz · 6 years ago
  91. 8ae6001 Allow TLS-based versions in quic_client and quic_server by dschinazi · 6 years ago
  92. 6987b4a Rename ENCRYPTION_NONE to ENCRYPTION_INITIAL by QUICHE team · 6 years ago
  93. d5af58a Uniquify QuicCryptoServerConfig::Add[Default]Config by QUICHE team · 6 years ago
  94. 6ca84fb Minor QuicSimpleServerSessionServerPushTest refactor. by bnc · 6 years ago
  95. 6631439 Uniquify ChannelIDSource handling by QUICHE team · 6 years ago
  96. 0fb4443 Remove direct references to //base from shared QUIC code by vasilvv · 6 years ago
  97. 872e7a3 Remove QuicString wrapper for std::string by vasilvv · 6 years ago
  98. c48c871 Replace QuicString with std::string, pass 1 by vasilvv · 6 years ago
  99. c2653c4 Remove QuicSession::num_active_request() and allow subclasses to account the number of request individually. by QUICHE team · 6 years ago
  100. a6ef0a6 Project import generated by Copybara. by QUICHE team · 6 years ago