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
*
net cleanup: Remove unnecessary namespace prefixes.
ttuttle
2015-04-23
1
-15
/
+15
*
Add a new SequencedSocketData class.
rch
2015-04-21
1
-54
/
+333
*
Factor out MockRead/Write handling from StaticSocketDataProvider
rch
2015-04-15
1
-35
/
+45
*
Rename SocketDataProvider::GetNextRead() to OnRead()
rch
2015-04-14
1
-17
/
+16
*
Convert the NET_TRACE macro in socket_test_util.cc from an #if'd DLOG
rch
2015-04-14
1
-31
/
+20
*
Remove basically unused MockReadWrite::time_stamp member.
rch
2015-04-12
1
-11
/
+8
*
Delete the ClientSocketPoolHistograms class.
rkaplow
2015-03-25
1
-7
/
+10
*
Unwind the SSL connection holdback experiment and remove related code
rsleevi
2015-03-16
1
-111
/
+25
*
Add a delay when unlocking WebSocket endpoints.
ricea
2015-01-23
1
-0
/
+16
*
Act upon HTTP_1_1_REQUIRED.
bnc
2015-01-09
1
-5
/
+11
*
Use uint16 for port numbers more pervasively.
pkasting
2014-11-20
1
-2
/
+2
*
Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.
dcheng
2014-10-15
1
-6
/
+6
*
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
[next]