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
*
Remove implicit conversions from scoped_refptr to T* in net/socket/
dcheng
2014-08-25
1
-6
/
+6
*
Change the lifespan of SSlConnectJobMessengers so that they are created
wtc@chromium.org
2014-08-21
1
-0
/
+12
*
This CL is a follow up to https://codereview.chromium.org/353713005.
mshelley@chromium.org
2014-08-08
1
-22
/
+4
*
This CL is a better implementation of https://codereview.chromium.org/3289030...
mshelley@chromium.org
2014-08-05
1
-29
/
+122
*
Implement ALPN for SSLClientSocketOpenSSL.
davidben@chromium.org
2014-07-30
1
-4
/
+2
*
Rename ServerBoundCert => ChannelID to reflect the current name
rch@chromium.org
2014-07-25
1
-3
/
+3
*
Fail the SPDY transaction if it does not meet TLS base requirements.
willchan@chromium.org
2014-05-23
1
-1
/
+8
*
Do not mark QUIC Alternate-Protocol as broken in
rch@chromium.org
2014-05-02
1
-1
/
+1
*
make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...
jar@chromium.org
2014-04-09
1
-12
/
+12
*
Revert 261966 "make SetReceiveBufferSize and SetSendBufferSize r..."
jschuh@chromium.org
2014-04-05
1
-12
/
+12
*
make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...
jar@chromium.org
2014-04-05
1
-12
/
+12
*
Make OpenSSL UpdateServerCert() OS independent.
haavardm@opera.com
2014-03-17
1
-0
/
+6
*
StaticSocketDataProvider should not read beyond the end of the reads_ or
wtc@chromium.org
2014-02-27
1
-6
/
+11
*
This is the test to assure that the port suggester is being reused with the p...
jar@chromium.org
2013-12-18
1
-4
/
+11
*
Fix WeakPtrFactory member order in net/socket/.
wez@chromium.org
2013-11-10
1
-3
/
+3
*
[GCM] Unrevert initial GCM patch
zea@chromium.org
2013-10-22
1
-2
/
+2
*
Revert r229533 "[GCM] Initial work to set up directory structure and introduc...
pfeldman@chromium.org
2013-10-19
1
-2
/
+2
*
[GCM] Initial work to set up directory structure and introduce socket integra...
zea@chromium.org
2013-10-19
1
-2
/
+2
*
Refactor socket pool handling of priorities
akalin@chromium.org
2013-08-22
1
-0
/
+2
*
[net] Use scoped_ptr<> consistently in ClientSocketFactory and related code
akalin@chromium.org
2013-08-15
1
-46
/
+54
*
Use a direct include of the message_loop header in net/, part 2.
avi@chromium.org
2013-07-18
1
-1
/
+1
*
Use a direct include of time headers in net/, part 3.
avi@chromium.org
2013-06-28
1
-1
/
+1
*
Introduce RequestWebSocketStream into HttpStreamFactory
yhirano@chromium.org
2013-06-21
1
-1
/
+24
*
Update net/ to use WeakPtr<T>::get() instead of implicit "operator T*"
akalin@chromium.org
2013-06-02
1
-3
/
+4
*
net: Use base::MessageLoop.
xhwang@chromium.org
2013-05-23
1
-8
/
+13
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-05-16
1
-0
/
+1
*
QUIC - Added NetLog's Logging test to quic_network_transaction_unittest.cc.
rtenneti@chromium.org
2013-05-10
1
-1
/
+4
*
Add a DeterministicMockUDPClientSocket.
rch@chromium.org
2013-05-08
1
-29
/
+161
*
net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-30
1
-8
/
+8
*
Re-land greedy read support for SpdySession
rtenneti@chromium.org
2013-04-17
1
-2
/
+22
*
Remove experimental code to pick the "warmest" socket
mmenke@chromium.org
2013-03-30
1
-29
/
+0
*
Changes to build ash_unittests with RunLoop().RunUntilIdle().
tfarina@chromium.org
2013-03-24
1
-3
/
+4
*
net: split net/ssl out of net/base
phajdan.jr@chromium.org
2013-03-14
1
-2
/
+2
*
Add QUIC to Alternate-Protocol support.
rch@chromium.org
2013-02-21
1
-1
/
+2
*
LoadTiming in net part 5:
mmenke@chromium.org
2013-02-02
1
-5
/
+8
*
SPDY - DeterministicSocketData - Fix to handle Async Read/write followed by
rtenneti@chromium.org
2013-01-31
1
-4
/
+8
*
LoadTiming implementation in net, part 1.
mmenke@chromium.org
2013-01-07
1
-0
/
+11
*
net: Pass the real IP address and port for mock TCP sockets where possible.
phajdan.jr@chromium.org
2012-11-16
1
-1
/
+5
*
net: Update calls from RunAllPending() to RunUntilIdle().
tfarina@chromium.org
2012-11-14
1
-3
/
+3
*
Implement TLS Channel ID support for SPDY CREDENTIAL frames
rch@chromium.org
2012-08-06
1
-1
/
+3
*
Add a new GetTlsUniqueChannelBinding method to SSLSocket, and implement nss v...
rch@chromium.org
2012-07-31
1
-0
/
+5
*
Give MockRead and MockWrite distinct types.
yutak@chromium.org
2012-07-27
1
-7
/
+8
*
Modify DeterministicSocketData to verify that the sequence number of reads an...
rch@chromium.org
2012-07-21
1
-0
/
+27
*
Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socket
rch@chromium.org
2012-07-19
1
-11
/
+24
*
Change DeterministicMockTCPClientSocket to set the peer address from the conn...
rch@chromium.org
2012-07-11
1
-1
/
+3
*
DeterministicSocketDataProvider should not be RefCounted
rsleevi@chromium.org
2012-07-10
1
-2
/
+2
*
Reduce log spam from things which use Deterministic/OrderedSocketData
rsleevi@chromium.org
2012-07-03
1
-1
/
+7
*
Remove SSLHostInfo.
agl@chromium.org
2012-06-27
1
-7
/
+2
*
Convert SSLClientSocketNSS to use the NSS Channel ID callback.
mattm@chromium.org
2012-06-26
1
-12
/
+7
*
Add a new OnHostResolutionCallback to TransportSocketParams
rch@chromium.org
2012-06-08
1
-6
/
+30
[next]