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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable SPDY IP pooling for SSL connections with client authentication.
wtc@chromium.org
2011-10-28
1
-1
/
+2
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
1
-30
/
+30
*
Expose SSL_ExportKeyingMaterial() in SSLClient/ServerSocket interfaces.
wez@chromium.org
2011-07-23
1
-0
/
+4
*
Added an OriginBoundCertStore field to the SSLClientSocketNSS class and
rkn@chromium.org
2011-07-21
1
-4
/
+2
*
DatagramSocket: added NetLog accessor.
agayev@chromium.org
2011-07-18
1
-1
/
+4
*
More UDP mock support.
agayev@chromium.org
2011-06-29
1
-16
/
+41
*
Add support for random UDP source port selection to avoid birthday attacks in...
agayev@chromium.org
2011-06-29
1
-0
/
+4
*
Warmth of a connection (cwnd) is estimated by the amount of data written to t...
gagansingh@google.com
2011-06-27
1
-0
/
+7
*
Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...
dimich@chromium.org
2011-06-24
1
-7
/
+0
*
Warmth of a connection (cwnd) is estimated by the amount of data written to t...
gagansingh@google.com
2011-06-24
1
-0
/
+7
*
Add mock support for UDPClientSocket
agayev@chromium.org
2011-06-22
1
-0
/
+41
*
Virtual destructors should have virtual keyword.
hans@chromium.org
2011-05-25
1
-1
/
+1
*
Re-connect if Keep-Alive connection has been closed by the time we get around...
asanka@chromium.org
2011-05-05
1
-0
/
+1
*
Rename ClientSocket to StreamSocket.
sergeyu@chromium.org
2011-05-05
1
-12
/
+12
*
Revert 83524 - Re-connect if Keep-Alive connection has been closed by the tim...
asanka@chromium.org
2011-04-29
1
-1
/
+0
*
Re-connect if Keep-Alive connection has been closed by the time we get around...
asanka@chromium.org
2011-04-29
1
-0
/
+1
*
Added GetLocalAddress() in net::ClientSocket.
sergeyu@chromium.org
2011-04-19
1
-0
/
+1
*
Rename a number of classes previously labeled "TCP" to "Transport" in
mbelshe@chromium.org
2011-04-07
1
-12
/
+13
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-4
/
+4
*
Clang thinks my change made SSLSocketDataProvider complicated.
mbelshe@chromium.org
2011-03-09
1
-5
/
+2
*
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
/
+2
*
More net/ reordering.
erg@google.com
2011-01-21
1
-94
/
+98
*
net: Ensure that when using False Start + client auth, bad client certificate...
agl@chromium.org
2011-01-11
1
-1
/
+5
*
Start reordering the methods in headers in net/.
erg@google.com
2011-01-07
1
-6
/
+6
*
Cache certificate verification results in memory.
wtc@google.com
2010-12-16
1
-0
/
+2
*
Update server push to allow use of HEADERS frame.
mbelshe@chromium.org
2010-12-03
1
-4
/
+6
*
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
-3
/
+3
*
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
/
+3
*
FBTF: Even more ctor/virtual deinlining.
erg@google.com
2010-10-19
1
-11
/
+14
*
Revert revert 62918 - net: clean up SSLHostInfo construction."
agl@chromium.org
2010-10-19
1
-2
/
+6
*
Revert 62918 - net: clean up SSLHostInfo construction.
agl@chromium.org
2010-10-18
1
-6
/
+2
*
net: clean up SSLHostInfo construction.
agl@chromium.org
2010-10-18
1
-2
/
+6
*
Integrate the SpdyProxyClientSocket into the HttpStreamRequest
rch@chromium.org
2010-10-13
1
-56
/
+5
*
Clean up DeterministicSocketData class. Add unit tests to document
rch@chromium.org
2010-10-05
1
-27
/
+65
*
FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...
erg@google.com
2010-09-30
1
-6
/
+2
*
Stop refcounting ClientSocketPool.
willchan@chromium.org
2010-09-29
1
-22
/
+26
*
Fix ClientSocketHandle reuse_type(). Correctly track socket use.
willchan@chromium.org
2010-09-02
1
-9
/
+20
*
FBTF: Move more ctors/dtors from headers to implementation.
erg@google.com
2010-09-01
1
-0
/
+1
*
Rename the following SSLClientSocket methods to match the style guide:
rch@chromium.org
2010-08-27
1
-2
/
+2
*
Gather preconnection use vs waste statistics
jar@chromium.org
2010-08-25
1
-0
/
+2
*
Attempting to re-land CL 3110006 which turned out to have
rch@chromium.org
2010-08-25
1
-0
/
+57
*
In about:net-internals, each SOCKET created by a CONNECT_JOB holds a referenc...
mmenke@chromium.org
2010-08-25
1
-3
/
+6
*
Revert 57333 - Add support for speaking SSL to an HTTP Proxy, to
dhollowa@chromium.org
2010-08-25
1
-57
/
+0
[next]