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
*
Clean up SocketStream send operation by utilizing DrainableIOBuffer.
tyoshino@chromium.org
2013-04-03
3
-88
/
+170
*
net: move host_resolver files from net/base to net/dns
phajdan.jr@chromium.org
2013-03-21
2
-2
/
+2
*
net: split net/ssl out of net/base
phajdan.jr@chromium.org
2013-03-14
3
-5
/
+5
*
Connect SparseHistogram with the rest of stats system
kaiwang@chromium.org
2013-03-01
1
-14
/
+15
*
[nitpicking] Reduce include dependencies
yhirano@chromium.org
2013-02-28
2
-4
/
+7
*
Attempt to connect to wss:// which requested client cert even if it doesn't h...
tyoshino@chromium.org
2013-02-27
1
-9
/
+18
*
Update WebSocket related OWNERS files
toyoshim@chromium.org
2013-02-22
1
-0
/
+3
*
Move client certificates retrieval logic out of the SSL sockets.
ppi@chromium.org
2013-02-07
1
-9
/
+4
*
Renames some DomainState functions for increased clarity.
unsafe@trevp.net
2013-01-22
2
-6
/
+5
*
Reland 167337 - Move url_request_test_util into net namespace
jochen@chromium.org
2012-11-13
1
-55
/
+55
*
Revert 167337 - Move url_request_test_util into net namespace
jochen@chromium.org
2012-11-13
1
-55
/
+55
*
Move url_request_test_util into net namespace
jochen@chromium.org
2012-11-13
1
-55
/
+55
*
SampleSet -> HistogramSamples which can be reused by SparseHistogram
kaiwang@chromium.org
2012-09-22
1
-45
/
+49
*
Use HttpAuthController in SocketStream
bashi@chromium.org
2012-09-08
3
-139
/
+194
*
Remove static variables from HttpStreamFactory.
szager@chromium.org
2012-09-07
1
-3
/
+6
*
Check ignore-certificate-erros in SocketStream
bashi@chromium.org
2012-08-13
1
-3
/
+8
*
Clean-up inline members of nested classes (net/)
hans@chromium.org
2012-08-09
2
-17
/
+38
*
This is a major refactor of Histogram related code:
kaiwang@chromium.org
2012-08-01
1
-3
/
+3
*
Remove most usages of scoped_ptr<*SocketData> in net unittests.
rch@chromium.org
2012-07-19
1
-10
/
+8
*
Change the FindHistogram interface of StatisticsRecorder
kaiwang@chromium.org
2012-07-18
1
-42
/
+53
*
Move StatisticsRecorder out of histogram.cc/h for further refactoring.
kaiwang@chromium.org
2012-07-13
1
-1
/
+2
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
4
-4
/
+0
*
Remove SSLHostInfo.
agl@chromium.org
2012-06-27
1
-4
/
+0
*
Reset tunnel request headers after they are sent.
toyoshim@chromium.org
2012-06-20
1
-2
/
+8
*
NetLogEventParameter to Callback refactoring 8.
mmenke@chromium.org
2012-06-14
1
-8
/
+7
*
Adds NetworkDelegate::NotifyBeforeSocketStreamConnect()
bashi@chromium.org
2012-06-13
3
-1
/
+85
*
SocketStream error handling improvement
toyoshim@chromium.org
2012-06-11
1
-13
/
+14
*
WebSocket: Client certificate authentication support for secure servers.
toyoshim@chromium.org
2012-06-07
2
-11
/
+7
*
SocketStream should have independent state to wait for cert validation.
toyoshim@chromium.org
2012-06-06
2
-61
/
+117
*
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
3
-25
/
+18
*
Stop refcounting URLRequestContext.
willchan@chromium.org
2012-05-11
4
-16
/
+25
*
Reimplements net::AddressList without struct addrinfo.
szym@chromium.org
2012-05-07
2
-4
/
+3
*
Refactor TransportSecurityState.
palmer@chromium.org
2012-05-01
2
-3
/
+5
*
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
[next]