summaryrefslogtreecommitdiffstats
path: root/net/socket
Commit message (Expand)AuthorAgeFilesLines
* Fix NetLog thread safety issue introduced inmmenke@chromium.org2012-06-131-1/+3
* NetLogEventParameter to Callback refactoring 1,mmenke@chromium.org2012-06-126-13/+28
* Make NetLog take in callbacks that return Values rathermmenke@chromium.org2012-06-101-22/+33
* Add a new OnHostResolutionCallback to TransportSocketParamsrch@chromium.org2012-06-0810-31/+110
* CapturingNetLog - remove maximum entries constructor argument.mmenke@chromium.org2012-06-085-44/+42
* Add DCHECK in SSL sockets to check that callbacks are not set to null.sergeyu@chromium.org2012-06-082-0/+5
* fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee...zhaoqin@chromium.org2012-06-0827-42/+41
* Add the SOCKET_READ_ERROR and SOCKET_WRITE_ERROR events to NetLogwtc@chromium.org2012-06-072-11/+48
* Add SocketErrorParams, based on SSLErrorParams. This will be used bywtc@chromium.org2012-06-072-0/+55
* Move NSS SSL functions off the IO thread on Linux.rsleevi@chromium.org2012-06-071-4/+5
* Map the certificate related SSL alerts to ERR_BAD_SSL_CLIENT_AUTH_CERTwtc@chromium.org2012-06-074-20/+37
* Fix ClientSocketPoolBaseTest.RequestSocketsMultipleTimesDoesNothing.mmenke@chromium.org2012-06-073-70/+126
* Revert 140846 - (relanding r140697)rsleevi@chromium.org2012-06-064-1625/+2561
* Revert 140697 - Maybe caused sizes regression (which would be acceptablersleevi@chromium.org2012-06-064-2561/+1625
* Move the core state machine of SSLClientSocketNSS into a thread-safe Corersleevi@chromium.org2012-06-064-1625/+2561
* Rename CapturingNetLog::Entry to CapturingNetLog::CaptureEntry,mmenke@chromium.org2012-06-025-29/+29
* 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