summaryrefslogtreecommitdiffstats
path: root/net/socket/socket_test_util.h
Commit message (Expand)AuthorAgeFilesLines
* [net/dns] Don't abandon a DnsUDPAttempt when the response does not match the ...szym@chromium.org2012-08-301-2/+0
* Implement TLS Channel ID support for SPDY CREDENTIAL framesrch@chromium.org2012-08-061-0/+3
* Add a new GetTlsUniqueChannelBinding method to SSLSocket, and implement nss v...rch@chromium.org2012-07-311-0/+1
* Give MockRead and MockWrite distinct types.yutak@chromium.org2012-07-271-23/+37
* Modify DeterministicSocketData to verify that the sequence number of reads an...rch@chromium.org2012-07-211-1/+3
* Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socketrch@chromium.org2012-07-191-3/+7
* Change DeterministicMockTCPClientSocket to set the peer address from the conn...rch@chromium.org2012-07-111-5/+7
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* DeterministicSocketDataProvider should not be RefCountedrsleevi@chromium.org2012-07-101-7/+2
* Remove SSLHostInfo.agl@chromium.org2012-06-271-4/+0
* Remove unused fields found by clang's new Wunused-private-fields.thakis@chromium.org2012-06-271-1/+0
* Convert SSLClientSocketNSS to use the NSS Channel ID callback.mattm@chromium.org2012-06-261-5/+3
* Add a new OnHostResolutionCallback to TransportSocketParamsrch@chromium.org2012-06-081-2/+13
* fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee...zhaoqin@chromium.org2012-06-081-2/+2
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-071-1/+1
* RefCounted types should not have public destructors, net/rsleevi@chromium.org2012-04-281-5/+9
* Add a new GetNegotiatedProtocol method to StreamSocket and implement in all s...rch@chromium.org2012-04-031-1/+1
* Move NextProto enum to a new file net/socket/next_proto.hrch@chromium.org2012-03-311-5/+5
* Change Origin bound certs -> Domain bound certs.mattm@chromium.org2012-03-201-8/+8
* Add a boolean |has_context| argument to the TLS ExportKeyingMaterialwtc@chromium.org2012-03-151-1/+2
* Change MockRead and MockWrite (et. al.) to take an IoMode enum, insteadrch@chromium.org2012-02-231-21/+24
* Simplify the initialization of the various NPN fields in SSLSocketDataProvider.rch@chromium.org2012-02-221-0/+2
* Modify the MockConnect constructor to take an enum of ASYNC or SYNCHRONOUS,rch@chromium.org2012-02-171-1/+6
* Adds support for the credentials frame.rch@chromium.org2012-02-081-0/+10
* Fixes to socket_test_util.cc.szym@chromium.org2012-01-221-35/+13
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-201-9/+4
* Added protocol_version negotiated with the server.rtenneti@google.com2011-12-201-5/+6
* base::Bind: Convert proxy_resolving_client_socket.[cc,h] and deps.jhawkins@chromium.org2011-12-151-8/+10
* SPDY - add support for spdy/2.1 to support flow control.rtenneti@google.com2011-12-101-0/+5
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-87/+67
* Revert 113699 - base::Bind: Convert Socket::Write.jhawkins@chromium.org2011-12-091-14/+3
* base::Bind: Convert Socket::Write.jhawkins@chromium.org2011-12-081-3/+14
* base::Bind: Convert Socket::Read.jhawkins@chromium.org2011-12-071-9/+26
* base::Bind: Convert StreamSocket::Connect.jhawkins@chromium.org2011-12-061-14/+21
* Log server advertised protos and the selectedrtenneti@google.com2011-12-051-2/+5
* Add OVERRIDE to net/.avi@chromium.org2011-11-161-94/+94
* Disable SPDY IP pooling for SSL connections with client authentication.wtc@chromium.org2011-10-281-1/+2
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-30/+30
* Expose SSL_ExportKeyingMaterial() in SSLClient/ServerSocket interfaces.wez@chromium.org2011-07-231-0/+4
* Added an OriginBoundCertStore field to the SSLClientSocketNSS class andrkn@chromium.org2011-07-211-4/+2
* DatagramSocket: added NetLog accessor.agayev@chromium.org2011-07-181-1/+4
* More UDP mock support.agayev@chromium.org2011-06-291-16/+41
* Add support for random UDP source port selection to avoid birthday attacks in...agayev@chromium.org2011-06-291-0/+4
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-271-0/+7
* Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...dimich@chromium.org2011-06-241-7/+0
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-241-0/+7
* Add mock support for UDPClientSocketagayev@chromium.org2011-06-221-0/+41
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* Re-connect if Keep-Alive connection has been closed by the time we get around...asanka@chromium.org2011-05-051-0/+1
* Rename ClientSocket to StreamSocket.sergeyu@chromium.org2011-05-051-12/+12