summaryrefslogtreecommitdiffstats
path: root/net/socket/socket_test_util.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert 83524 - Re-connect if Keep-Alive connection has been closed by the tim...asanka@chromium.org2011-04-291-1/+0
* Re-connect if Keep-Alive connection has been closed by the time we get around...asanka@chromium.org2011-04-291-0/+1
* Added GetLocalAddress() in net::ClientSocket.sergeyu@chromium.org2011-04-191-0/+1
* Rename a number of classes previously labeled "TCP" to "Transport" inmbelshe@chromium.org2011-04-071-12/+13
* Move some files from base to base/memory.levin@chromium.org2011-03-281-4/+4
* Clang thinks my change made SSLSocketDataProvider complicated.mbelshe@chromium.org2011-03-091-5/+2
* Allow the SSLSocketDataProvider to carry cert information for use with thembelshe@chromium.org2011-03-091-0/+1
* Add a new method of ClientSocketFactory for clearing the cache used for SSL s...rch@chromium.org2011-02-251-0/+2
* More net/ reordering.erg@google.com2011-01-211-94/+98
* net: Ensure that when using False Start + client auth, bad client certificate...agl@chromium.org2011-01-111-1/+5
* Start reordering the methods in headers in net/.erg@google.com2011-01-071-6/+6
* Cache certificate verification results in memory.wtc@google.com2010-12-161-0/+2
* Update server push to allow use of HEADERS frame.mbelshe@chromium.org2010-12-031-4/+6
* Revert "Revert "net: Plumb DnsCertProvenanceChecker around.""agl@chromium.org2010-11-221-2/+2
* Revert "net: Plumb DnsCertProvenanceChecker around."agl@chromium.org2010-11-221-2/+2
* net: Plumb DnsCertProvenanceChecker around.agl@chromium.org2010-11-221-2/+2
* Revert "net: Plumb DnsCertProvenanceChecker around."agl@chromium.org2010-11-181-2/+2
* net: Plumb DnsCertProvenanceChecker around.agl@chromium.org2010-11-181-2/+2
* Correctly handle SSL Client Authentication requests when connectingrch@chromium.org2010-11-121-3/+3
* net: add certificate provenance checking.agl@chromium.org2010-11-041-2/+4
* Add experimental option for TCP FastOpen.mbelshe@chromium.org2010-10-261-0/+3
* FBTF: Even more ctor/virtual deinlining.erg@google.com2010-10-191-11/+14
* Revert revert 62918 - net: clean up SSLHostInfo construction."agl@chromium.org2010-10-191-2/+6
* Revert 62918 - net: clean up SSLHostInfo construction.agl@chromium.org2010-10-181-6/+2
* net: clean up SSLHostInfo construction.agl@chromium.org2010-10-181-2/+6
* Integrate the SpdyProxyClientSocket into the HttpStreamRequestrch@chromium.org2010-10-131-56/+5
* Clean up DeterministicSocketData class. Add unit tests to documentrch@chromium.org2010-10-051-27/+65
* FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...erg@google.com2010-09-301-6/+2
* Stop refcounting ClientSocketPool.willchan@chromium.org2010-09-291-22/+26
* Fix ClientSocketHandle reuse_type(). Correctly track socket use.willchan@chromium.org2010-09-021-9/+20
* FBTF: Move more ctors/dtors from headers to implementation.erg@google.com2010-09-011-0/+1
* Rename the following SSLClientSocket methods to match the style guide:rch@chromium.org2010-08-271-2/+2
* Gather preconnection use vs waste statisticsjar@chromium.org2010-08-251-0/+2
* Attempting to re-land CL 3110006 which turned out to have rch@chromium.org2010-08-251-0/+57
* In about:net-internals, each SOCKET created by a CONNECT_JOB holds a referenc...mmenke@chromium.org2010-08-251-3/+6
* Revert 57333 - Add support for speaking SSL to an HTTP Proxy, todhollowa@chromium.org2010-08-251-57/+0