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
/
socket_test_util.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-connect if Keep-Alive connection has been closed by the time we get around...
asanka@chromium.org
2011-05-05
1
-1
/
+7
*
Rename ClientSocket to StreamSocket.
sergeyu@chromium.org
2011-05-05
1
-6
/
+6
*
Revert 83524 - Re-connect if Keep-Alive connection has been closed by the tim...
asanka@chromium.org
2011-04-29
1
-7
/
+1
*
Re-connect if Keep-Alive connection has been closed by the time we get around...
asanka@chromium.org
2011-04-29
1
-1
/
+7
*
Added GetLocalAddress() in net::ClientSocket.
sergeyu@chromium.org
2011-04-19
1
-0
/
+8
*
Rename a number of classes previously labeled "TCP" to "Transport" in
mbelshe@chromium.org
2011-04-07
1
-22
/
+26
*
Clang thinks my change made SSLSocketDataProvider complicated.
mbelshe@chromium.org
2011-03-09
1
-0
/
+10
*
Allow the SSLSocketDataProvider to carry cert information for use with the
mbelshe@chromium.org
2011-03-09
1
-0
/
+1
*
Add a new method of ClientSocketFactory for clearing the cache used for SSL s...
rch@chromium.org
2011-02-25
1
-0
/
+6
*
Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav...
bryner@chromium.org
2011-02-22
1
-1
/
+1
*
More net/ reordering.
erg@google.com
2011-01-21
1
-564
/
+619
*
net: Ensure that when using False Start + client auth, bad client certificate...
agl@chromium.org
2011-01-11
1
-0
/
+13
*
Cache certificate verification results in memory.
wtc@google.com
2010-12-16
1
-1
/
+3
*
Revert "Revert "net: Plumb DnsCertProvenanceChecker around.""
agl@chromium.org
2010-11-22
1
-2
/
+2
*
Revert "net: Plumb DnsCertProvenanceChecker around."
agl@chromium.org
2010-11-22
1
-2
/
+2
*
net: Plumb DnsCertProvenanceChecker around.
agl@chromium.org
2010-11-22
1
-2
/
+2
*
Revert "net: Plumb DnsCertProvenanceChecker around."
agl@chromium.org
2010-11-18
1
-2
/
+2
*
net: Plumb DnsCertProvenanceChecker around.
agl@chromium.org
2010-11-18
1
-2
/
+2
*
Correctly handle SSL Client Authentication requests when connecting
rch@chromium.org
2010-11-12
1
-5
/
+5
*
net: add certificate provenance checking.
agl@chromium.org
2010-11-04
1
-2
/
+4
*
Add experimental option for TCP FastOpen.
mbelshe@chromium.org
2010-10-26
1
-0
/
+4
*
net: move SSL host info serialisation into SSLHostInfo
agl@chromium.org
2010-10-20
1
-0
/
+1
*
FBTF: Even more ctor/virtual deinlining.
erg@google.com
2010-10-19
1
-0
/
+37
*
Revert revert 62918 - net: clean up SSLHostInfo construction."
agl@chromium.org
2010-10-19
1
-4
/
+8
*
Revert 62918 - net: clean up SSLHostInfo construction.
agl@chromium.org
2010-10-18
1
-8
/
+4
*
net: clean up SSLHostInfo construction.
agl@chromium.org
2010-10-18
1
-4
/
+8
*
Convert LOG(INFO) to VLOG(1) - net/.
pkasting@chromium.org
2010-10-16
1
-38
/
+37
*
Integrate the SpdyProxyClientSocket into the HttpStreamRequest
rch@chromium.org
2010-10-13
1
-97
/
+0
*
Revert revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession."
agl@chromium.org
2010-10-08
1
-1
/
+1
*
Revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession."
agl@chromium.org
2010-10-07
1
-1
/
+1
*
net: plumb DnsRRResolver from IOThread to HttpNetworkSession.
agl@chromium.org
2010-10-07
1
-1
/
+1
*
Clean up DeterministicSocketData class. Add unit tests to document
rch@chromium.org
2010-10-05
1
-39
/
+78
*
Fixes the tests written for http://codereview.chromium.org/3432009/show
rch@chromium.org
2010-10-01
1
-0
/
+2
*
FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...
erg@google.com
2010-09-30
1
-0
/
+12
*
Stop refcounting ClientSocketPool.
willchan@chromium.org
2010-09-29
1
-29
/
+11
*
Flush SSL pools after SSL config changes.
csilv@chromium.org
2010-09-04
1
-1
/
+1
*
Fix ClientSocketHandle reuse_type(). Correctly track socket use.
willchan@chromium.org
2010-09-02
1
-2
/
+19
*
FBTF: Move more ctors/dtors from headers to implementation.
erg@google.com
2010-09-01
1
-0
/
+3
*
Rename the following SSLClientSocket methods to match the style guide:
rch@chromium.org
2010-08-27
1
-2
/
+2
*
Attempting to re-land CL 3110006 which turned out to have
rch@chromium.org
2010-08-25
1
-0
/
+98
*
In about:net-internals, each SOCKET created by a CONNECT_JOB holds a referenc...
mmenke@chromium.org
2010-08-25
1
-3
/
+7
*
Revert 57333 - Add support for speaking SSL to an HTTP Proxy, to
dhollowa@chromium.org
2010-08-25
1
-98
/
+0
*
Add support for speaking SSL to an HTTP Proxy, to
rch@chromium.org
2010-08-25
1
-0
/
+98
*
Fix a crash where we are checking IsConnected(). If you look into the
mbelshe@chromium.org
2010-08-25
1
-0
/
+4
*
Added a new MockSocket that enforces ordering of reads/writes.
erikchen@google.com
2010-08-18
1
-0
/
+263
*
More uninitialized class member vars.
finnur@chromium.org
2010-08-17
1
-3
/
+4
*
Fix a bug in the mock sockets. For SSL sockets, when they were
mbelshe@chromium.org
2010-08-16
1
-2
/
+2
*
SPDY: flow-control fix: resume I/O once a WINDOW_UPDATE frame is received for...
agayev@chromium.org
2010-08-05
1
-0
/
+5
*
Recommit 54405 - Fix late binding induced mismatch of Socket and AuthController
vandebo@chromium.org
2010-08-03
1
-47
/
+1
*
Revert 54405 - Fix late binding induced mismatch of Socket and AuthController
nick@chromium.org
2010-08-02
1
-0
/
+47
[next]