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