index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
websockets
Commit message (
Expand
)
Author
Age
Files
Lines
*
Trival fixups to websocket_handshake_handler.*.
ricea@chromium.org
2013-01-22
5
-22
/
+6
*
Fixes to WebSocketErrorToNetErrorTest()
ricea@chromium.org
2013-01-18
3
-4
/
+26
*
Use the optimised masking function MaskWebSocketFramePayload() in
ricea@chromium.org
2012-12-17
2
-15
/
+9
*
Optimise MaskWebSocketFramePayload().
ricea@chromium.org
2012-12-17
2
-8
/
+232
*
Move a number of static variables SPDY to HttpNetworkSession::Params. Simpli...
rch@chromium.org
2012-12-04
2
-8
/
+0
*
[chromedriver] Write websocket client and sync websocket client.
kkania@chromium.org
2012-11-29
2
-7
/
+7
*
net: Update calls from RunAllPending() to RunUntilIdle().
tfarina@chromium.org
2012-11-14
3
-32
/
+32
*
Update net/websockets/OWNERS
toyoshim@chromium.org
2012-10-19
1
-0
/
+2
*
Add SPDY request headers to DevTools.
mmenke@chromium.org
2012-09-07
2
-0
/
+2
*
Fix comments in websocket_stream.h.
yutak@chromium.org
2012-08-21
1
-2
/
+2
*
Add a function that calculates the size of WebSocket frame header.
yutak@chromium.org
2012-08-21
2
-17
/
+30
*
WebSocket over SPDY: handshake support for both of SPDY/2 and SPDY/3
toyoshim@chromium.org
2012-08-14
8
-170
/
+443
*
Add WebSocketStream interface.
yutak@chromium.org
2012-08-09
1
-0
/
+104
*
Add WebSocketError to indicate decoding failure reason
toyoshim@chromium.org
2012-08-06
5
-49
/
+104
*
Now WebSocketFrameChunk use std::vector<char> to hold payload data.
toyoshim@chromium.org
2012-08-01
5
-47
/
+121
*
Adding histograms showing fraction of page load times spent in the disk cache...
tburkard@chromium.org
2012-07-30
2
-2
/
+4
*
Remove linked_ptr from SpdyStream.
rch@chromium.org
2012-07-18
1
-2
/
+2
*
WebSocket over SPDY: implement opening handshake to conform the draft spec 8
toyoshim@chromium.org
2012-07-12
4
-314
/
+134
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
6
-6
/
+0
*
NetLogEventParameter to Callback refactoring 8.
mmenke@chromium.org
2012-06-14
4
-49
/
+28
*
Add functions used for building WebSocket frame data.
yutak@chromium.org
2012-06-12
3
-0
/
+451
*
Add a new OnHostResolutionCallback to TransportSocketParams
rch@chromium.org
2012-06-08
2
-8
/
+12
*
Coverity: Initialize a member variable.
jhawkins@chromium.org
2012-05-13
1
-1
/
+1
*
Stop refcounting URLRequestContext.
willchan@chromium.org
2012-05-11
3
-19
/
+15
*
Add WebSocketFrameParser.
yutak@chromium.org
2012-05-10
5
-0
/
+919
*
Reimplements net::AddressList without struct addrinfo.
szym@chromium.org
2012-05-07
4
-110
/
+52
*
Refactor TransportSecurityState.
palmer@chromium.org
2012-05-01
2
-8
/
+10
*
RefCounted types should not have public destructors, net/
rsleevi@chromium.org
2012-04-28
2
-97
/
+120
*
Add CookieStore::DeleteSessionCookiesAsync method.
husky@chromium.org
2012-04-25
2
-0
/
+6
*
Move NextProto enum to a new file net/socket/next_proto.h
rch@chromium.org
2012-03-31
3
-4
/
+3
*
Move all objects from the spdy:: namespace to net::
rch@chromium.org
2012-03-22
7
-26
/
+26
*
Created a new class SpdyTestStateHelper to serve as a helper to manage the st...
rch@chromium.org
2012-03-22
2
-2
/
+6
*
Add a new set of socket pools for WebSocket connections to HttpNetworkSession.
yutak@chromium.org
2012-03-17
2
-2
/
+4
*
Update net/base/cookie_*.h includes to net/cookies/cookie_*.h .
erikwright@chromium.org
2012-03-15
3
-7
/
+7
*
SPDY - integration of spdy/3 code.
rtenneti@google.com
2012-03-12
2
-0
/
+2
*
OnSSLCertificateError delegate chain back to SocketStreamDispatcherHost
toyoshim@chromium.org
2012-03-09
2
-0
/
+10
*
Fork SPDY/2 and SPDY/3 versions of our SPDY tests, in preparation for landing
rch@chromium.org
2012-03-04
3
-63
/
+1168
*
Change MockRead and MockWrite (et. al.) to take an IoMode enum, instead
rch@chromium.org
2012-02-23
1
-11
/
+11
*
Modify the MockConnect constructor to take an enum of ASYNC or SYNCHRONOUS,
rch@chromium.org
2012-02-17
1
-1
/
+1
*
Remove WebSocketFrameHandler.
yutak@chromium.org
2012-02-15
5
-421
/
+49
*
Fixes to socket_test_util.cc.
szym@chromium.org
2012-01-22
1
-12
/
+12
*
Refactor CookieStore to allow BrowsingDataRemover to depend on it.
qsr@chromium.org
2011-12-21
1
-0
/
+5
*
Initialize protocol_version to Unknown.
rtenneti@chromium.org
2011-12-20
1
-1
/
+2
*
Added protocol_version negotiated with the server.
rtenneti@google.com
2011-12-20
1
-1
/
+3
*
base::Bind: Convert proxy_resolving_client_socket.[cc,h] and deps.
jhawkins@chromium.org
2011-12-15
1
-6
/
+5
*
Convert TestOldCompletionCallback in WebSocketJobTest.
yutak@chromium.org
2011-12-01
1
-3
/
+3
*
Replace OldCompletionCallback in SocketStream::Delegate.
yutak@chromium.org
2011-12-01
4
-31
/
+35
*
Replace Callback0::Type and NewCallback() in WebSocketJobTest.
yutak@chromium.org
2011-11-29
1
-33
/
+36
*
Convert ScopedRunnableMethodFactory in WebSocketJob.
yutak@chromium.org
2011-11-29
2
-6
/
+9
*
Make ClientSocketPoolManager into an interface.
willchan@chromium.org
2011-11-17
1
-1
/
+1
[next]