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
*
Use a direct include of the message_loop header in net/, part 2.
avi@chromium.org
2013-07-18
1
-1
/
+1
*
net: Migrate from googleurl/ includes to url/ ones.
tfarina@chromium.org
2013-07-12
2
-2
/
+2
*
Use a direct include of time headers in net/, part 3.
avi@chromium.org
2013-06-28
2
-2
/
+2
*
Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-27
1
-3
/
+3
*
[SPDY] Unfork websocket_job_spdy{2,3}_unittest.cc files
akalin@chromium.org
2013-06-25
1
-2
/
+1
*
Revert a workaround commit for a Use-After-Free crash.
yhirano@chromium.org
2013-06-21
3
-78
/
+10
*
Add SocketStreamDispatcherHost::Shutdown and call it when a worker process is...
yhirano@chromium.org
2013-06-19
1
-2
/
+3
*
Reduce verbosity of net::SocketStream
ricea@chromium.org
2013-06-17
1
-2
/
+2
*
Give more request types a TransportSecurityState.
palmer@chromium.org
2013-06-13
2
-0
/
+3
*
Add comment to SocketStreamEventRecorder about when and how callback is called.
tyoshino@chromium.org
2013-06-12
1
-0
/
+3
*
Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ...
avi@chromium.org
2013-06-11
1
-2
/
+2
*
Call context_'s member method directly in SocketStream.
tyoshino@chromium.org
2013-06-11
2
-13
/
+3
*
SocketStream uses a weak ptr to URLRequestContext
yhirano@chromium.org
2013-06-10
4
-14
/
+84
*
Use a direct include of utf_string_conversions.h in net/.
avi@chromium.org
2013-06-07
2
-2
/
+2
*
Don't cache URLRequestContext's member in SocketStream.
tyoshino@chromium.org
2013-06-07
2
-19
/
+9
*
Test that SocketStream is closed correctly on resolve failure.
tyoshino@chromium.org
2013-06-07
1
-0
/
+35
*
Move delegate_ checking from DoResolveHostComplete to DoResolveProtocol.
tyoshino@chromium.org
2013-06-06
1
-1
/
+7
*
Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-01
1
-26
/
+26
*
Support delegate deleting itself from OnError
ricea@chromium.org
2013-05-27
2
-7
/
+88
*
net: Use base::MessageLoop.
xhwang@chromium.org
2013-05-23
1
-48
/
+40
*
ChannelID-less Connections in Chrome should be more granular.
mef@chromium.org
2013-05-17
2
-0
/
+20
*
Update WebSocket OWNERS files with latest status of developers.
tyoshino@chromium.org
2013-05-10
1
-2
/
+6
*
Websocket should fire 'error' event if no server available
tyoshino@chromium.org
2013-05-02
2
-9
/
+6
*
net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-30
1
-3
/
+2
*
Revert 196728 "Websocket should fire 'error' event if no server ..."
ojan@chromium.org
2013-04-26
2
-6
/
+9
*
Websocket should fire 'error' event if no server available
li.yin@intel.com
2013-04-26
2
-9
/
+6
*
Remove ukai@ from OWNERS files in WebSocket directories.
tyoshino@chromium.org
2013-04-26
1
-1
/
+0
*
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
[next]