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
*
Change Origin bound certs -> Domain bound certs.
mattm@chromium.org
2012-03-20
1
-11
/
+11
*
Add a source id to global NetLog entries, which makes them
mmenke@chromium.org
2012-03-15
1
-2
/
+2
*
Add a boolean |has_context| argument to the TLS ExportKeyingMaterial
wtc@chromium.org
2012-03-15
1
-1
/
+2
*
Remove some extra log spam from StaticSocketDataProvider::OnWrite
rsleevi@chromium.org
2012-03-04
1
-1
/
+0
*
Set SSLInfo.client_cert_sent when origin bound cert was sent.
mattm@chromium.org
2012-02-25
1
-1
/
+2
*
Change MockRead and MockWrite (et. al.) to take an IoMode enum, instead
rch@chromium.org
2012-02-23
1
-36
/
+36
*
Simplify the initialization of the various NPN fields in SSLSocketDataProvider.
rch@chromium.org
2012-02-22
1
-0
/
+7
*
Modify the MockConnect constructor to take an enum of ASYNC or SYNCHRONOUS,
rch@chromium.org
2012-02-17
1
-1
/
+1
*
Adds support for the credentials frame.
rch@chromium.org
2012-02-08
1
-2
/
+25
*
Convert use of int ms to TimeDelta in files owned by jar.
tedvessenes@gmail.com
2012-01-28
1
-2
/
+2
*
Fixes to socket_test_util.cc.
szym@chromium.org
2012-01-22
1
-22
/
+14
*
base::Bind: Convert most of net/http.
jhawkins@chromium.org
2011-12-20
1
-25
/
+10
*
Added protocol_version negotiated with the server.
rtenneti@google.com
2011-12-20
1
-11
/
+11
*
Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> obj...
ajwong@chromium.org
2011-12-20
1
-3
/
+2
*
base::Bind: Convert proxy_resolving_client_socket.[cc,h] and deps.
jhawkins@chromium.org
2011-12-15
1
-9
/
+6
*
Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> ob...
sail@chromium.org
2011-12-14
1
-2
/
+3
*
Remove BindStateHolder and have Bind() return a Callback<> object directly.
ajwong@chromium.org
2011-12-14
1
-3
/
+2
*
SPDY - add support for spdy/2.1 to support flow control.
rtenneti@google.com
2011-12-10
1
-1
/
+16
*
Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().
ajwong@chromium.org
2011-12-09
1
-345
/
+131
*
Revert 113699 - base::Bind: Convert Socket::Write.
jhawkins@chromium.org
2011-12-09
1
-93
/
+26
*
base::Bind: Convert Socket::Write.
jhawkins@chromium.org
2011-12-08
1
-26
/
+93
*
base::Bind: Convert Socket::Read.
jhawkins@chromium.org
2011-12-07
1
-23
/
+150
*
base::Bind: Convert StreamSocket::Connect.
jhawkins@chromium.org
2011-12-06
1
-18
/
+98
*
Log server advertised protos and the selected
rtenneti@google.com
2011-12-05
1
-2
/
+4
*
Remove HostResolverImpl from Mock*HostResolver.
szym@chromium.org
2011-11-08
1
-7
/
+10
*
Revert 108910 - Remove HostResolverImpl from Mock*HostResolver.
szym@chromium.org
2011-11-07
1
-10
/
+7
*
Remove HostResolverImpl from Mock*HostResolver.
szym@chromium.org
2011-11-07
1
-7
/
+10
*
Disable SPDY IP pooling for SSL connections with client authentication.
wtc@chromium.org
2011-10-28
1
-1
/
+3
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
1
-27
/
+27
*
Expose SSL_ExportKeyingMaterial() in SSLClient/ServerSocket interfaces.
wez@chromium.org
2011-07-23
1
-0
/
+8
*
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
-2
/
+8
*
More UDP mock support.
agayev@chromium.org
2011-06-29
1
-17
/
+82
*
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
/
+29
*
Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...
dimich@chromium.org
2011-06-24
1
-29
/
+0
*
Warmth of a connection (cwnd) is estimated by the amount of data written to t...
gagansingh@google.com
2011-06-24
1
-0
/
+29
*
Add mock support for UDPClientSocket
agayev@chromium.org
2011-06-22
1
-0
/
+111
*
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
[next]