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
*
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
*
Add OVERRIDE to net/.
avi@chromium.org
2011-11-16
2
-19
/
+22
*
Remove referrer from TransportSocketParams and SOCKSSocketParams.
szym@chromium.org
2011-11-15
1
-1
/
+0
*
Allow linker initialization of lazy instance
joth@chromium.org
2011-11-15
1
-2
/
+2
*
Use AuthCredentials throughout the network stack instead of username/password.
cbentzel@chromium.org
2011-10-28
3
-13
/
+10
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
4
-13
/
+13
*
Make TransportSecurityState not ref-counted for simplicity.
phajdan.jr@chromium.org
2011-09-27
1
-5
/
+5
*
Fix crash bug at net::WebSocketJob::OnSentData.
ukai@chromium.org
2011-09-20
1
-2
/
+5
*
Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.
darin@chromium.org
2011-08-12
5
-9
/
+9
*
WebSocket: Remove obsolete experiments related files
toyoshim@chromium.org
2011-08-03
9
-2256
/
+0
*
Remove DCHECK(!headers_.empty()) in WebSocketHandshakeResponseHandler
ukai@chromium.org
2011-08-03
1
-6
/
+7
*
Apply the asynchronous CookieMonster API to WebsocketJob.
ycxiao@chromium.org
2011-08-01
3
-39
/
+104
*
Use ScopedRunnableMethodFactory in WebSocketJob
ukai@chromium.org
2011-07-22
2
-5
/
+13
*
Check socket_ is not NULL.
ukai@chromium.org
2011-07-22
1
-1
/
+5
*
Introduce a new connection test which verify WebSocket and SPDY connection se...
toyoshim@chromium.org
2011-07-22
2
-12
/
+107
*
base: Put md5.* into base namespace.
tfarina@chromium.org
2011-07-18
2
-6
/
+6
*
Define an asynchronous API for CookieStore.
ycxiao@chromium.org
2011-07-12
1
-1
/
+30
*
Add WebSocket over SPDY experimental implementation.
toyoshim@chromium.org
2011-07-11
3
-62
/
+362
*
Revert 91997 - Add WebSocket over SPDY experimental implementation.
toyoshim@chromium.org
2011-07-11
3
-361
/
+60
*
Add WebSocket over SPDY experimental implementation.
toyoshim@chromium.org
2011-07-11
3
-60
/
+361
*
WebSocket: Add connection test on WebSocketJobTest
toyoshim@chromium.org
2011-07-06
1
-47
/
+233
*
Do tests in both spdy enabled and disabled configurations.
toyoshim@chromium.org
2011-07-04
1
-17
/
+84
*
GCC 4.6 -Wunused-but-set-variable cleanup.
pph34r@gmail.com
2011-07-02
1
-3
/
+1
*
WebSocket unit test style fix on static const char kFooBar[]
toyoshim@chromium.org
2011-06-27
2
-58
/
+75
*
Header file which defines unit test's target class should be included at first.
toyoshim@chromium.org
2011-06-24
8
-8
/
+16
*
Coverity: Pass parameters by reference.
jhawkins@chromium.org
2011-06-22
1
-2
/
+4
*
Unit tests for WebSocket uses old callback mechanisms.
toyoshim@chromium.org
2011-06-17
1
-31
/
+24
*
WebSocket over SPDY: protocol switch
toyoshim@chromium.org
2011-06-16
4
-23
/
+91
*
Add invalid data send check on CONNECTING state
toyoshim@chromium.org
2011-06-02
3
-168
/
+130
*
Fix RandUint32 to be uniform.
joi@chromium.org
2011-05-30
1
-4
/
+2
*
Add a websocket-over-spdy flag. This change is a part of WebSocket over SPDY
toyoshim@chromium.org
2011-05-26
2
-0
/
+13
*
net: Add NET_API to websockets.
rvargas@google.com
2011-05-20
8
-13
/
+21
[next]