summaryrefslogtreecommitdiffstats
path: root/net/socket
Commit message (Expand)AuthorAgeFilesLines
* Add socket.setKeepAlive() and socket.setNoDelay().penghuang@chromium.org2012-05-294-61/+98
* Use TLS 1.1.wtc@chromium.org2012-05-268-45/+107
* Revert 138795 - Revert "nss: revert encrypted and origin bound certificates s...agl@chromium.org2012-05-241-6/+3
* Revert "nss: revert encrypted and origin bound certificates support."agl@chromium.org2012-05-241-3/+6
* nss: revert encrypted and origin bound certificates support.agl@chromium.org2012-05-241-6/+3
* Disable ClientSocketPoolBaseTest.RequestSocketsMultipleTimesDoesNothingbacker@chromium.org2012-05-231-1/+11
* [net] Switch TestURLRequestContext and other tests to use MockCachingHostReso...szym@chromium.org2012-05-231-5/+3
* Prevent the infinite loop inside SSLClientSocketOpenSSL::OnSendComplete.wtc@chromium.org2012-05-222-3/+10
* Removed unreached code related to ESET MITM detection.rsleevi@chromium.org2012-05-192-62/+52
* Cleanup: Remove unneeded scoped_ptr.h includes from net.thestig@chromium.org2012-05-171-2/+1
* Prevent the infinite loop inside SSLClientSocketNSS::OnSendComplete.wtc@chromium.org2012-05-163-8/+115
* Fix typoamit@chromium.org2012-05-161-1/+1
* Refactor TCPListenSocket.pliard@chromium.org2012-05-161-9/+10
* Add missing OVERRIDEs in ssl_client_socket_openssl.h.pliard@chromium.org2012-05-111-24/+25
* Replace DBC.Advertised with DomainBoundCerts.Support histogram.mattm@chromium.org2012-05-092-4/+28
* If generating a domain bound cert fails, continue the connection without it.mattm@chromium.org2012-05-082-3/+11
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-0718-271/+193
* Fix flakiness and renamemmenke@chromium.org2012-05-051-12/+69
* Remove log debug spam when using NSS for SSL.rsleevi@chromium.org2012-05-041-3/+0
* Only call SSL_OptionSet in an initial handshake.wtc@chromium.org2012-05-021-0/+19
* Fix the official build.palmer@chromium.org2012-05-011-2/+3
* Refactor TransportSecurityState.palmer@chromium.org2012-05-011-50/+0
* net: don't set NSS options in a callback.agl@chromium.org2012-04-301-10/+0
* RefCounted types should not have public destructors, net/rsleevi@chromium.org2012-04-285-14/+26
* Add histograms for domain bound certs.mattm@chromium.org2012-04-271-0/+4
* [net] Change order of RequestPriority to natural: higher > lowerszym@chromium.org2012-04-241-3/+2
* Upstream changes making ListenSocket an abstract class.pliard@chromium.org2012-04-231-7/+9
* net: only False Start with forward secret servers.agl@chromium.org2012-04-201-0/+10
* Revert 132478 - Attempt to close idle connections in higher layer socket pool...rch@chromium.org2012-04-172-182/+5
* Attempt to close idle connections in higher layer socket pools when a lower l...rch@chromium.org2012-04-162-5/+182
* net: False Start only for NPN capable servers.agl@google.com2012-04-103-86/+4
* Attempting to re-land a small portion of this change... Simply add links from rch@chromium.org2012-04-1013-29/+316
* Fix a leak introduced by r131509rsleevi@chromium.org2012-04-101-5/+6
* Implement a MockCertVerifier that can be used to avoidrsleevi@chromium.org2012-04-102-65/+54
* Remove SPDY 2.1 support.rch@chromium.org2012-04-094-14/+8
* Reverting again ... More crashes, and the instrumentation did not appear to helprch@chromium.org2012-04-0613-536/+34
* Add #include <iterator> to files that use std::back_inserter.halyavin@google.com2012-04-051-0/+1
* Add a new GetNegotiatedProtocol method to StreamSocket and implement in all s...rch@chromium.org2012-04-0320-13/+75
* Attempting to re-land this feature with instrumentation to track down the use...rch@chromium.org2012-04-0213-34/+536
* Move NextProto enum to a new file net/socket/next_proto.hrch@chromium.org2012-03-319-53/+62
* Make all the things use cert_test_util.h.mattm@chromium.org2012-03-311-6/+2
* Reset accept_callback_ before calling it from TCPServerSocket.sergeyu@chromium.org2012-03-312-2/+4
* Revert 122908 - Limited user feedback following the addition of this means we...rsleevi@chromium.org2012-03-291-2/+0
* Add base::HostToNetXX() & NetToHostXX(), and use them to replace htonX() & nt...wez@chromium.org2012-03-284-7/+10
* Reverting this feature, once again. *sigh*rch@chromium.org2012-03-2612-486/+33
* Rename origin_bound_cert files to server_bound_cert.mattm@chromium.org2012-03-221-1/+1
* Make CertVerifier a pure virtual interface.rsleevi@chromium.org2012-03-218-6/+12
* Increase number of max sockets per group for WebSocket connections.yutak@chromium.org2012-03-214-45/+107
* Attempting to re-land the feature.rch@chromium.org2012-03-2112-33/+486
* Change Origin bound certs -> Domain bound certs.mattm@chromium.org2012-03-2018-138/+140