1. 32c5a11 Landing recent QUIC changes until 8:47 PM, Nov 30, 2018 UTC-5 by Fan Yang · 7 years ago
  2. f11e129 Add reprioritization to HttpProxyConnectJob by Lily Chen · 7 years ago
  3. 47cf9d1 Landing Recent QUIC changes until Fri Oct 12 10:44:36 2018 +0000 by Ryan Hamilton · 7 years ago
  4. ba55fae Make QuicChromiumClientSession::CloseSessionOnError() take ConnectionCloseBehavior parameter. by Renjie · 7 years ago
  5. 9c7302b Use base::MakeRefCounted instead of new to alloc net::IOBuffer instances. by Victor Costan · 7 years ago
  6. a5722ccf Add experiment of switching the client to GOAWAY when path degrading is detected. by Renjie · 7 years ago
  7. a3ee93a7 Move chromium-specific QUIC code from net/quic/chromium/ to net/quic/. by Ryan Hamilton · 7 years ago[Renamed (98%) from net/quic/chromium/quic_proxy_client_socket_unittest.cc]
  8. ee76076 Add a session config for max number of migrations on write error. by Zhongyi Shi · 7 years ago
  9. 89bc721 Add field to SSLConfig to allow H2 connection coalescing with client certificates by Nick Harper · 7 years ago
  10. d8a21fc3 Use CompletionOnceCallback in //net/quic/chromium. by Bence Béky · 7 years ago
  11. 757fcce Remove migrate_session_on_network_change in QuicChromiumClientSession which is never set to true. by Zhongyi Shi · 7 years ago
  12. fc43608 Remove connection migration v1 code for OnPathDegrading by Zhongyi Shi · 7 years ago
  13. 8ddc249 Use CompletionOnceCallback in test helper classes. by Bence Béky · 7 years ago
  14. d672f754 Initialize default_network_ to the default network value tracked by QuicStreamFactory. by Zhongyi Shi · 7 years ago
  15. 60637ae Landing Recent QUIC changes until Fri May 25 16:11:25 2018 +0000 by Michael Warres · 7 years ago
  16. 8d9ee76e Move shared QUIC code to the quic:: namespace. by Ryan Hamilton · 7 years ago
  17. 0239aac Move net/third_party/spdy code to a spdy:: namespace by Ryan Hamilton · 7 years ago
  18. 56b10c5d Move shared QUIC code to net/third_party/quic/ by Ryan Hamilton · 7 years ago
  19. 98447b1 Remove ScopedTaskEnvironment from NetTestSuite. by Bence Béky · 7 years ago
  20. ce380cb Fix mistyped "Sequence" in test name prefixes. by Bence Béky · 7 years ago
  21. 32f2fd0 Change MockQuicData::AddRead() and MockQuicData::AddWrite() to take explicit IoMode. by Zhongyi Shi · 7 years ago
  22. 0e52ce7 Move two constants to quic_stream_factory.h which is used only on client side for connection migration timing control and should not live in the shared code. by Zhongyi Shi · 7 years ago
  23. 6315486 Landing Recent QUIC changes until Sun Mar 11 18:36:42 2018 +0000 by Victor Vasiliev · 7 years ago
  24. 8e3c5d3 Plumb socket tag through QUIC code. by Paul Jensen · 7 years ago
  25. 683bcaa9 Add traffic annotation to QuicChromiumClientStream constructor. by Ramin Halavati · 7 years ago
  26. 198a6aa For QUIC version 42, let session decide what to write. Connection does not handle retransmission anymore. by Fan Yang · 7 years ago
  27. dbbd875 Fix QuicProxyClientSocket::Write() to return bytes written instead of OK on success by Yixin Wang · 8 years ago
  28. 7a3f1b8d Remove QuicTestPacketMaker's internal bookkeeping of HTTP/2 stream dependencies. by Yixin Wang · 8 years ago
  29. 079ad54 Add HTTP/2 stream dependency info derived from RequestPriority to QUIC client headers by Yixin Wang · 8 years ago
  30. ed8ebd5 Landing Recent QUIC changes until Thu Dec 21 15:21:19 2017 +0000 by Michael Warres · 8 years ago
  31. 6c2a2a8 Change QuicHttpStream::GetAlternativeService to return the actual by Ryan Hamilton · 8 years ago
  32. 8b1e43f Add session config param for max number of migrations to non-default by Zhongyi Shi · 8 years ago
  33. 73f23ca87 Add session config param for max time on non-default network. by Zhongyi Shi · 8 years ago
  34. 578968d4 Remove unused code and comments for socket annotations. by [email protected] · 8 years ago
  35. fefaf5b Landing Recent QUIC changes until Thu Dec 7 21:51:21 2017 by Dan Zhang · 8 years ago
  36. f4683a3 Add a different config param to control connection migration v2 on by Zhongyi Shi · 8 years ago
  37. 9edcf1a Modify the QUIC ENOBUFS retry logic to use exponential backoff. by Ryan Hamilton · 8 years ago
  38. 5f587cc Add connection migration handling code by Zhongyi Shi · 8 years ago
  39. 2bea3cf Add MockQuicData::AllRead|WriteDataConsumed() checks in QuicProxyClientSocketTest::TearDown() by Yixin Wang · 8 years ago
  40. 22e91af Connection Migration Clean-up: by Zhongyi Shi · 8 years ago
  41. 8f9d7d395 Avoid WrapUnique(new) in //net. by Bence Béky · 8 years ago
  42. 74ee3ce Landing Recent QUIC changes until Fri Sep 29 00:06:03 2017 +0000 by Michael Warres · 8 years ago
  43. f1147017 Landing Recent QUIC changes until Fri Sep 15 20:37:34 2017. by Dan Zhang · 8 years ago
  44. 8fb43d0 Fix QuicProxyClientSocketTest destruction order bug by Bruce Dawson · 8 years ago
  45. 0d2c6b7e1 Add QuicProxyClientSocket class by Yixin Wang · 8 years ago