1. efda77e53 Include base/timer/timer.h in the files that use it. by Sebastien Marchand · 6 years ago
  2. 4365a478 Use base::size rather than arraysize in net/. by Avi Drissman · 6 years ago
  3. 2436b2f Don't pool HTTP2 sessions used for tunnels and direct connections. by Matt Menke · 7 years ago
  4. 9c7302b Use base::MakeRefCounted instead of new to alloc net::IOBuffer instances. by Victor Costan · 7 years ago
  5. a4a5093 Use CompletionOnceCallback in //net. by Bence Béky · 7 years ago
  6. f3336c9 Support base::OnceCallback on base::OneShotTimer by tzik · 7 years ago
  7. 08d8d6e Replace base::Timer with behavior-specific timers in net/ by tzik · 7 years ago
  8. 35945aa Replace base::MockTimer with behavior-specific timers in net by tzik · 7 years ago
  9. 0239aac Move net/third_party/spdy code to a spdy:: namespace by Ryan Hamilton · 7 years ago
  10. 94658bf Move //net/spdy/chromium to //net/spdy. by Bence Béky · 7 years ago
  11. 98447b1 Remove ScopedTaskEnvironment from NetTestSuite. by Bence Béky · 7 years ago
  12. b8d7ea0 Switch //net SocketDataProviders to base::span<> by Ryan Sleevi · 7 years ago
  13. 43e3bee Ignore client auth request in net::BidirectionalStream. by Helen Li · 7 years ago
  14. 76bfe08 Plumb socket tag through BidirectionalStream API by Paul Jensen · 7 years ago
  15. d74f438 Change ConstructSpdyDataFrame() to take StringPiece. by Bence Béky · 7 years ago
  16. 27ad0a1 Remove |direct| argument from ConstructSpdyGet(). by Bence Béky · 7 years ago
  17. a457017a Plumb SocketTag through Spdy code by Paul Jensen · 7 years ago
  18. 7a41d355 Run clang-tidy modernize-use-equals-{delete,default} on //net, pt 2 by Chris Watkins · 8 years ago
  19. 5accd24 Remove base::SizeToToString[16] by Brett Wilson · 8 years ago
  20. bbd22577 Moved Checking Uppercase in header from SpdyStream::SaveResponseHeaders() to HeaderCoalescer::AddHeader() by Minjeong Lee · 8 years ago
  21. 4f83209 Refactor SSLSocketDataProvider to provide an SSLInfo by Ryan Sleevi · 8 years ago
  22. 9c36199 Replace tracked_objects::Location with base::Location. by Brett Wilson · 8 years ago
  23. 0579ed6 Replace base::MakeUnique with std::make_unique in net/. by Jeremy Roman · 8 years ago
  24. 0ef1556e Remove is_secure from SpdySession. by Bence Béky · 8 years ago
  25. ef26b60 Simplify CombineFrames() interface. by bnc · 8 years ago
  26. 422ce35 Change AlternativeServiceInfo to a class by zhongyi · 8 years ago
  27. ad39988f Remove unused BidirectionalStream::SendData() method and implementations. by rch · 8 years ago
  28. 6ddfbea Split HttpNetworkSession::Params into two structs. by mmenke · 8 years ago
  29. c4de0303 Change GetAlternativeServies to return alternative service infos. by zhongyi · 8 years ago
  30. 8f8f7d30 Split net/spdy into core and chromium subdirectories. by bnc · 8 years ago
  31. 9904e27 Spdy{RstStream,GoAway}Status -> SpdyErrorCode. by diannahu · 8 years ago
  32. 2bdbd00 Remove unused local variables from BidirectionalStreamTest subclasses. by bnc · 9 years ago
  33. 3472afd Unify enum NextProto and enum AlternateProtocol. by bnc · 9 years ago
  34. e1a722c Revert of Unify enum NextProto and enum AlternateProtocol. (patchset #4 id:60001 of https://codereview.chromium.org/2373663002/ ) by bnc · 9 years ago
  35. f98f01d Unify enum NextProto and enum AlternateProtocol. by bnc · 9 years ago
  36. 401eb92 QUIC/1+SPYD/3 => QUIC by bnc · 9 years ago
  37. f22f981 Main benefits of NetLog inner classes extraction: by mikecirone · 9 years ago
  38. 369d092 Add GetLoadTimingInfo to net::BidirectionalStream by xunjieli · 9 years ago
  39. 2deef68 Re-write many calls to WrapUnique() with MakeUnique() by ricea · 9 years ago
  40. 8b85c43 Extracted NetLog class's inner enum types into their own enum classes and by mikecirone · 9 years ago
  41. 3cf2a59 Misc SSLClientSocket cleanup inspired by NPN removal. by bnc · 9 years ago
  42. 9ff75c56 Remove net::BidirectionalStream::Cancel by xunjieli · 9 years ago
  43. 4233140 s/SYN_STREAM/HEADERS/ in frame types, method names, comments. by bnc · 9 years ago
  44. d16676a Remove NoPriorityDependencies tests. by bnc · 9 years ago
  45. df80d44fd Move ~1000 SpdySerializedFrame instances from heap to stack in tests. by bnc · 9 years ago
  46. bca843ba Remove many-many SpdyMajorVersion and NextProto arguments and members. by bnc · 9 years ago
  47. a9b9e22 Remove SPDY/3.1 tests. by bnc · 9 years ago
  48. 214763f Refactor net tests to use GMock matchers for checking net::Error results by robpercival · 9 years ago
  49. e178048 Add NetLog events for BidirectionalStream.ReadData and SendData by xunjieli · 9 years ago
  50. 3d9035b3 Minor test cleanup. by bnc · 9 years ago
  51. 94893a7 Make SpdyHeaderBlock non-copyable. by bnc · 9 years ago
  52. 086b39e1 Reduce SpdyHeaderBlock copies with move semantics. by bnc · 9 years ago
  53. a69c79a Move net/base/test_data_directory.[cc,h] to net/test by rsleevi · 9 years ago
  54. 2704f5d Improve NetLog logging in net::BidirectionalStream by xunjieli · 9 years ago
  55. 3b6ac70 Use WeakPtrFactory in net::BidirectionalStream when posting task by xunjieli · 9 years ago
  56. bcb0f86e [Cronet]Make delaying sending request headers explicit in bidirectional stream by xunjieli · 9 years ago
  57. f88028e Log BIDIRECTIONL_STREAM_ALIVE before HTTP_STREAM_REQUEST by xunjieli · 9 years ago
  58. 62f6782 Fix flaky BidirectionalStreamTest by xunjieli · 9 years ago
  59. 1c196c6e Remove |parse_alternative_service| flag. by bnc · 9 years ago
  60. 2328a268 Remove unnecessary array allocation in cronet_bidirectional_stream_adapter.cc by xunjieli · 9 years ago
  61. d4c21ab Log urls and headers in BIDIRECTIONAL_STREAM events by xunjieli · 9 years ago
  62. 07a42ce Coalesce small buffers in net::BidirectionalStream by xunjieli · 9 years ago
  63. 3d4a55e7 Change SupportsSpdy dict, SpdySettingsMap, ServerNetworkStatsMap, AlternativeServiceMap and disk data to use scheme/host/port as keys. Previously we dropped down and ignored the scheme when processing those data. by zhongyi · 9 years ago
  64. 1fd259a0 Change scoped_ptr to std::unique_ptr in //net/http. by danakj · 9 years ago
  65. be07785e Log sent and received bytes in net::BidirectionalStream by xunjieli · 9 years ago
  66. b03b109 Implement SpdySerializedFrame move semantics. by bnc · 9 years ago
  67. 5749218c Rename net::BidirectionalStream*Job to net::BidirectionalStream*Impl by xunjieli · 9 years ago
  68. b3a648e Process Alternative Service headers in net::BidirectionalStream by xunjieli · 9 years ago
  69. 2e54d1f Fix bug in net::RequestPriority -> HTTP/2 dependency conversion. by rdsmith · 9 years ago
  70. 38dcd39 Convert SPDY and HTTP/2 unittests to use compression. by bnc · 9 years ago
  71. 11834f0 Added a net::BidirectionalStream to expose a bidirectional streaming interface by xunjieli · 9 years ago