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
/
socket_stream
Commit message (
Expand
)
Author
Age
Files
Lines
*
SocketStream failed to resume the state machine after SSLManager decision
toyoshim@chromium.org
2012-03-27
1
-0
/
+4
*
Use SSLManager to handle SSL error in SocketStreamDispatcherHost
toyoshim@chromium.org
2012-03-21
4
-11
/
+36
*
Change Origin bound certs -> Domain bound certs.
mattm@chromium.org
2012-03-20
2
-5
/
+5
*
OnSSLCertificateError delegate chain back to SocketStreamDispatcherHost
toyoshim@chromium.org
2012-03-09
2
-13
/
+54
*
Fork SPDY/2 and SPDY/3 versions of our SPDY tests, in preparation for landing
rch@chromium.org
2012-03-04
1
-2
/
+3
*
Change MockRead and MockWrite (et. al.) to take an IoMode enum, instead
rch@chromium.org
2012-02-23
1
-11
/
+11
*
Fixes to socket_test_util.cc.
szym@chromium.org
2012-01-22
1
-3
/
+3
*
Remove task.h and finish base::Bind() migration.
ajwong@chromium.org
2012-01-06
1
-1
/
+0
*
base::Bind: Convert most of net/http.
jhawkins@chromium.org
2011-12-20
1
-1
/
+1
*
base::Bind: Convert net/proxy.
jhawkins@chromium.org
2011-12-20
2
-5
/
+2
*
Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().
ajwong@chromium.org
2011-12-09
2
-14
/
+11
*
Replace OldCompletionCallbacks and TestOldCompletionCallbacks in SocketStream...
yutak@chromium.org
2011-12-01
1
-31
/
+31
*
Replace OldCompletionCallback in SocketStream::Delegate.
yutak@chromium.org
2011-12-01
3
-35
/
+43
*
Replace NewRunnableMethod in SocketStream.
yutak@chromium.org
2011-12-01
1
-5
/
+5
*
net: make interstitials fatal for pinned sites
agl@chromium.org
2011-11-29
1
-2
/
+2
*
base::Bind: Convert HostResolver::Resolve.
jhawkins@chromium.org
2011-11-16
1
-2
/
+3
*
Make X509Certificate::GetDEREncoded a static function taking an OSCertHandle
rsleevi@chromium.org
2011-11-01
1
-1
/
+2
*
Use AuthCredentials throughout the network stack instead of username/password.
cbentzel@chromium.org
2011-10-28
5
-36
/
+20
*
SSL client authentication support for secure proxy in WebSocket
toyoshim@chromium.org
2011-10-17
2
-13
/
+70
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
2
-17
/
+17
*
GCC 4.6 -Wunused-but-set-variable cleanup.
pph34r@gmail.com
2011-09-29
1
-10
/
+0
*
Fix crash bug at net::WebSocketJob::OnSentData.
ukai@chromium.org
2011-09-20
1
-1
/
+1
*
Change AuthChallengeInfo to better represent underlying encodings.
cbentzel@chromium.org
2011-09-12
1
-5
/
+4
*
Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.
darin@chromium.org
2011-08-12
3
-7
/
+8
*
secure proxy support in websocket
ukai@chromium.org
2011-07-26
4
-46
/
+202
*
Revert 93860 - secure proxy support in websocket
ukai@chromium.org
2011-07-25
4
-201
/
+44
*
secure proxy support in websocket
ukai@chromium.org
2011-07-25
4
-44
/
+201
*
Added an OriginBoundCertStore field to the SSLClientSocketNSS class and
rkn@chromium.org
2011-07-21
2
-1
/
+7
*
Don't use X509Certificate in SSLConfig.
sergeyu@chromium.org
2011-07-20
1
-2
/
+6
*
Add WebSocket over SPDY experimental implementation.
toyoshim@chromium.org
2011-07-11
2
-27
/
+49
*
Revert 91997 - Add WebSocket over SPDY experimental implementation.
toyoshim@chromium.org
2011-07-11
2
-49
/
+27
*
Add WebSocket over SPDY experimental implementation.
toyoshim@chromium.org
2011-07-11
2
-27
/
+49
*
Revert 91296 - Revert 91292 - Refactoring on SocketStream to support IO PENDI...
sky@chromium.org
2011-07-01
3
-17
/
+159
*
Revert 91292 - Refactoring on SocketStream to support IO PENDING on WebSocket...
sky@chromium.org
2011-07-01
3
-159
/
+17
*
Refactoring on SocketStream to support IO PENDING on WebSocket throttling
toyoshim@chromium.org
2011-07-01
3
-17
/
+159
*
WebSocket unit test style fix on static const char kFooBar[]
toyoshim@chromium.org
2011-06-27
1
-4
/
+4
*
Update SocketStreamMetrics to support new metrics on protocol switch.
toyoshim@chromium.org
2011-06-24
4
-43
/
+67
*
Header file which defines unit test's target class should be included at first.
toyoshim@chromium.org
2011-06-24
2
-2
/
+4
*
Unit tests for WebSocket uses old callback mechanisms.
toyoshim@chromium.org
2011-06-17
1
-59
/
+48
*
WebSocket over SPDY: protocol switch
toyoshim@chromium.org
2011-06-16
3
-26
/
+107
*
Virtual destructors should have virtual keyword.
hans@chromium.org
2011-05-25
1
-2
/
+2
*
Net: Add NET_API to socket_stream and spdy.
rvargas@google.com
2011-05-19
3
-5
/
+9
*
Get rid of net::CookiePolicy, now that all code that uses it (except WebSocke...
jam@chromium.org
2011-05-12
1
-0
/
+16
*
Miscelaneous cleanups to AddressList to make it harder to mis-use.
eroman@chromium.org
2011-05-12
1
-1
/
+1
*
Refactor to address URLRequestContext dependency added in
cevans@chromium.org
2011-05-05
2
-6
/
+10
*
Rename ClientSocket to StreamSocket.
sergeyu@chromium.org
2011-05-05
3
-3
/
+3
*
Skip cert verification if it is expected to be bad.
hclam@chromium.org
2011-04-28
1
-1
/
+1
*
Apply HSTS rules to also upgrade ws:// -> wss:// if appropriate. This avoids
cevans@chromium.org
2011-04-19
2
-3
/
+23
*
Add websocket owners
ukai@chromium.org
2011-04-13
1
-0
/
+2
*
Rename a number of classes previously labeled "TCP" to "Transport" in
mbelshe@chromium.org
2011-04-07
1
-3
/
+3
[next]