1. 4365a478 Use base::size rather than arraysize in net/. by Avi Drissman · 7 years ago
  2. bdbb0e7 Use CompletionOnceCallback for default constructed in tests. by Bence Béky · 7 years ago
  3. 970e483 Remove WebSocketBasicStreamTest. by Bence Béky · 7 years ago
  4. 98447b1 Remove ScopedTaskEnvironment from NetTestSuite. by Bence Béky · 7 years ago
  5. b8d7ea0 Switch //net SocketDataProviders to base::span<> by Ryan Sleevi · 7 years ago
  6. 6562397 Remove many naked new statements from net/websockets. by Bence Béky · 7 years ago
  7. e1805c4 Remove non-existing SPDY WebSocket pseudoheaders. by Bence Béky · 7 years ago
  8. 8d6f87ec Plumb SocketTag from HttpRequestInfo down to sockets through pools by Paul Jensen · 8 years ago
  9. 42834111 net: rename BoundNetLog to NetLogWithSource by tfarina · 9 years ago
  10. 214763f Refactor net tests to use GMock matchers for checking net::Error results by robpercival · 9 years ago
  11. 9c5cab5 Change scoped_ptr to std::unique_ptr in //net/websockets. by danakj · 9 years ago
  12. d3641e1 Convert ignore_limits from a SocketParam to a socket request argument. by mmenke · 10 years ago
  13. c7eeda42 Convert Pass()→std::move() in //net by dcheng · 10 years ago
  14. 592ff7f Use std::vector<scoped_ptr<T>> instead of scoped_vector<T> in net/websockets. by yhirano · 10 years ago
  15. ea94afc23 net/websockets: Remove basictypes.h includes. by tfarina · 10 years ago
  16. 8a2c66c2 net/websockets: Convert int types from basictypes.h to the ones from stdint.h by tfarina · 10 years ago
  17. 3723da2 net: Remove the remaining use of GG_(U)INTn_C macros. by tfarina · 10 years ago
  18. b87973c Subsituting pattern ScopedVector push_back.(ptr.release()) with push_back(ptr.Pass()) in net/websockets by hari.singh1 · 10 years ago
  19. 62985ca9 Rename NetLogLogger and CapturingNetLog by vishal.b · 10 years ago
  20. 87c53d6 Move NetLog code from src/net/base to src/net/log. by eroman · 10 years ago
  21. d90695c Delete the ClientSocketPoolHistograms class. by rkaplow · 10 years ago
  22. 67be2b1f Standardize usage of virtual/override/final specifiers. by dcheng · 11 years ago
  23. b03027d Standardize usage of virtual/override/final in net/ by dcheng · 11 years ago
  24. ba063d603 replace OVERRIDE and FINAL with override and final in net/ by mostynb · 11 years ago
  25. b206dc41 Remove implicit conversions from scoped_refptr to T* in net/websockets/ by dcheng · 11 years ago
  26. d9806a97 ui/base/resource: Remove dependency on net's big_endian implementation. by [email protected] · 11 years ago
  27. d52c0c4 Clear reserved flags on synthetic continuations. by [email protected] · 11 years ago
  28. 403ee6e Add a test for Pong frames with NULL data and fix. by [email protected] · 12 years ago
  29. e678d4fe Retain empty first frames as well as final frames. by [email protected] · 12 years ago
  30. f9b0ea5e Clean up unused constant globals by [email protected] · 12 years ago
  31. 2f5d9f6 Most of the WebSocket code does not need to care about the original by [email protected] · 12 years ago
  32. adb225d WebSocketBasicStream is the basic implementation of the WebSocket protocol over by [email protected] · 12 years ago