summaryrefslogtreecommitdiffstats
path: root/net/socket/socket_test_util.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove implicit conversions from scoped_refptr to T* in net/socket/dcheng2014-08-251-6/+6
* Change the lifespan of SSlConnectJobMessengers so that they are createdwtc@chromium.org2014-08-211-0/+12
* This CL is a follow up to https://codereview.chromium.org/353713005.mshelley@chromium.org2014-08-081-22/+4
* This CL is a better implementation of https://codereview.chromium.org/3289030...mshelley@chromium.org2014-08-051-29/+122
* Implement ALPN for SSLClientSocketOpenSSL.davidben@chromium.org2014-07-301-4/+2
* Rename ServerBoundCert => ChannelID to reflect the current namerch@chromium.org2014-07-251-3/+3
* Fail the SPDY transaction if it does not meet TLS base requirements.willchan@chromium.org2014-05-231-1/+8
* Do not mark QUIC Alternate-Protocol as broken inrch@chromium.org2014-05-021-1/+1
* make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...jar@chromium.org2014-04-091-12/+12
* Revert 261966 "make SetReceiveBufferSize and SetSendBufferSize r..."jschuh@chromium.org2014-04-051-12/+12
* make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...jar@chromium.org2014-04-051-12/+12
* Make OpenSSL UpdateServerCert() OS independent.haavardm@opera.com2014-03-171-0/+6
* StaticSocketDataProvider should not read beyond the end of the reads_ orwtc@chromium.org2014-02-271-6/+11
* This is the test to assure that the port suggester is being reused with the p...jar@chromium.org2013-12-181-4/+11
* Fix WeakPtrFactory member order in net/socket/.wez@chromium.org2013-11-101-3/+3
* [GCM] Unrevert initial GCM patchzea@chromium.org2013-10-221-2/+2
* Revert r229533 "[GCM] Initial work to set up directory structure and introduc...pfeldman@chromium.org2013-10-191-2/+2
* [GCM] Initial work to set up directory structure and introduce socket integra...zea@chromium.org2013-10-191-2/+2
* Refactor socket pool handling of prioritiesakalin@chromium.org2013-08-221-0/+2
* [net] Use scoped_ptr<> consistently in ClientSocketFactory and related codeakalin@chromium.org2013-08-151-46/+54
* Use a direct include of the message_loop header in net/, part 2.avi@chromium.org2013-07-181-1/+1
* Use a direct include of time headers in net/, part 3.avi@chromium.org2013-06-281-1/+1
* Introduce RequestWebSocketStream into HttpStreamFactoryyhirano@chromium.org2013-06-211-1/+24
* Update net/ to use WeakPtr<T>::get() instead of implicit "operator T*"akalin@chromium.org2013-06-021-3/+4
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-231-8/+13
* Land Recent QUIC changes.rtenneti@chromium.org2013-05-161-0/+1
* QUIC - Added NetLog's Logging test to quic_network_transaction_unittest.cc. rtenneti@chromium.org2013-05-101-1/+4
* Add a DeterministicMockUDPClientSocket. rch@chromium.org2013-05-081-29/+161
* net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-8/+8
* Re-land greedy read support for SpdySessionrtenneti@chromium.org2013-04-171-2/+22
* Remove experimental code to pick the "warmest" socketmmenke@chromium.org2013-03-301-29/+0
* Changes to build ash_unittests with RunLoop().RunUntilIdle().tfarina@chromium.org2013-03-241-3/+4
* net: split net/ssl out of net/basephajdan.jr@chromium.org2013-03-141-2/+2
* Add QUIC to Alternate-Protocol support.rch@chromium.org2013-02-211-1/+2
* LoadTiming in net part 5:mmenke@chromium.org2013-02-021-5/+8
* SPDY - DeterministicSocketData - Fix to handle Async Read/write followed byrtenneti@chromium.org2013-01-311-4/+8
* LoadTiming implementation in net, part 1.mmenke@chromium.org2013-01-071-0/+11
* net: Pass the real IP address and port for mock TCP sockets where possible.phajdan.jr@chromium.org2012-11-161-1/+5
* net: Update calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-141-3/+3
* Implement TLS Channel ID support for SPDY CREDENTIAL framesrch@chromium.org2012-08-061-1/+3
* Add a new GetTlsUniqueChannelBinding method to SSLSocket, and implement nss v...rch@chromium.org2012-07-311-0/+5
* Give MockRead and MockWrite distinct types.yutak@chromium.org2012-07-271-7/+8
* Modify DeterministicSocketData to verify that the sequence number of reads an...rch@chromium.org2012-07-211-0/+27
* Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socketrch@chromium.org2012-07-191-11/+24
* Change DeterministicMockTCPClientSocket to set the peer address from the conn...rch@chromium.org2012-07-111-1/+3
* DeterministicSocketDataProvider should not be RefCountedrsleevi@chromium.org2012-07-101-2/+2
* Reduce log spam from things which use Deterministic/OrderedSocketDatarsleevi@chromium.org2012-07-031-1/+7
* Remove SSLHostInfo.agl@chromium.org2012-06-271-7/+2
* Convert SSLClientSocketNSS to use the NSS Channel ID callback.mattm@chromium.org2012-06-261-12/+7
* Add a new OnHostResolutionCallback to TransportSocketParamsrch@chromium.org2012-06-081-6/+30