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
/
socket_stream.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert a workaround commit for a Use-After-Free crash.
yhirano@chromium.org
2013-06-21
1
-3
/
+2
*
Give more request types a TransportSecurityState.
palmer@chromium.org
2013-06-13
1
-0
/
+1
*
Call context_'s member method directly in SocketStream.
tyoshino@chromium.org
2013-06-11
1
-3
/
+0
*
SocketStream uses a weak ptr to URLRequestContext
yhirano@chromium.org
2013-06-10
1
-3
/
+4
*
Don't cache URLRequestContext's member in SocketStream.
tyoshino@chromium.org
2013-06-07
1
-3
/
+2
*
ChannelID-less Connections in Chrome should be more granular.
mef@chromium.org
2013-05-17
1
-0
/
+6
*
Clean up SocketStream send operation by utilizing DrainableIOBuffer.
tyoshino@chromium.org
2013-04-03
1
-18
/
+27
*
net: split net/ssl out of net/base
phajdan.jr@chromium.org
2013-03-14
1
-1
/
+1
*
[nitpicking] Reduce include dependencies
yhirano@chromium.org
2013-02-28
1
-4
/
+5
*
Use HttpAuthController in SocketStream
bashi@chromium.org
2012-09-08
1
-9
/
+6
*
Clean-up inline members of nested classes (net/)
hans@chromium.org
2012-08-09
1
-17
/
+6
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
Adds NetworkDelegate::NotifyBeforeSocketStreamConnect()
bashi@chromium.org
2012-06-13
1
-0
/
+5
*
WebSocket: Client certificate authentication support for secure servers.
toyoshim@chromium.org
2012-06-07
1
-1
/
+1
*
SocketStream should have independent state to wait for cert validation.
toyoshim@chromium.org
2012-06-06
1
-1
/
+9
*
RefCounted types should not have public destructors, net/ edition
rsleevi@chromium.org
2012-05-29
1
-2
/
+3
*
[net] Switch TestURLRequestContext and other tests to use MockCachingHostReso...
szym@chromium.org
2012-05-23
1
-3
/
+0
*
Stop refcounting URLRequestContext.
willchan@chromium.org
2012-05-11
1
-3
/
+3
*
Reimplements net::AddressList without struct addrinfo.
szym@chromium.org
2012-05-07
1
-2
/
+1
*
Use SSLManager to handle SSL error in SocketStreamDispatcherHost
toyoshim@chromium.org
2012-03-21
1
-6
/
+9
*
Change Origin bound certs -> Domain bound certs.
mattm@chromium.org
2012-03-20
1
-1
/
+1
*
OnSSLCertificateError delegate chain back to SocketStreamDispatcherHost
toyoshim@chromium.org
2012-03-09
1
-1
/
+20
*
Remove task.h and finish base::Bind() migration.
ajwong@chromium.org
2012-01-06
1
-1
/
+0
*
base::Bind: Convert net/proxy.
jhawkins@chromium.org
2011-12-20
1
-2
/
+1
*
Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().
ajwong@chromium.org
2011-12-09
1
-2
/
+0
*
Replace OldCompletionCallback in SocketStream::Delegate.
yutak@chromium.org
2011-12-01
1
-4
/
+5
*
Use AuthCredentials throughout the network stack instead of username/password.
cbentzel@chromium.org
2011-10-28
1
-4
/
+1
*
SSL client authentication support for secure proxy in WebSocket
toyoshim@chromium.org
2011-10-17
1
-2
/
+4
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
1
-4
/
+4
*
Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.
darin@chromium.org
2011-08-12
1
-3
/
+4
*
secure proxy support in websocket
ukai@chromium.org
2011-07-26
1
-0
/
+5
*
Revert 93860 - secure proxy support in websocket
ukai@chromium.org
2011-07-25
1
-5
/
+0
*
secure proxy support in websocket
ukai@chromium.org
2011-07-25
1
-0
/
+5
*
Added an OriginBoundCertStore field to the SSLClientSocketNSS class and
rkn@chromium.org
2011-07-21
1
-0
/
+1
*
Revert 91296 - Revert 91292 - Refactoring on SocketStream to support IO PENDI...
sky@chromium.org
2011-07-01
1
-0
/
+7
*
Revert 91292 - Refactoring on SocketStream to support IO PENDING on WebSocket...
sky@chromium.org
2011-07-01
1
-7
/
+0
*
Refactoring on SocketStream to support IO PENDING on WebSocket throttling
toyoshim@chromium.org
2011-07-01
1
-0
/
+7
*
WebSocket over SPDY: protocol switch
toyoshim@chromium.org
2011-06-16
1
-0
/
+2
*
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
1
-2
/
+3
*
Get rid of net::CookiePolicy, now that all code that uses it (except WebSocke...
jam@chromium.org
2011-05-12
1
-0
/
+16
*
Rename ClientSocket to StreamSocket.
sergeyu@chromium.org
2011-05-05
1
-1
/
+1
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-3
/
+3
*
net: Remove prefix net:: from some places that already are in namespace net.
tfarina@chromium.org
2011-01-19
1
-3
/
+3
*
net: Remove typedef net::URLRequestContext URLRequestContext;
tfarina@chromium.org
2011-01-15
1
-4
/
+4
*
Start reordering the methods in headers in net/.
erg@google.com
2011-01-07
1
-7
/
+7
*
Cache certificate verification results in memory.
wtc@google.com
2010-12-16
1
-0
/
+1
*
Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)
thestig@chromium.org
2010-11-30
1
-0
/
+1
*
FBTF: Remove unneeded headers from base/ (part 10)
thestig@chromium.org
2010-11-30
1
-1
/
+0
*
Stop refcounting HostResolver.
willchan@chromium.org
2010-10-01
1
-1
/
+1
[next]