summaryrefslogtreecommitdiffstats
path: root/net/socket
Commit message (Expand)AuthorAgeFilesLines
* Revert 149261 - Support SHA-256 in public key pins for HTTPS.vandebo@chromium.org2012-07-312-11/+7
* Support SHA-256 in public key pins for HTTPS.palmer@chromium.org2012-07-312-7/+11
* Add a new GetTlsUniqueChannelBinding method to SSLSocket, and implement nss v...rch@chromium.org2012-07-3113-11/+79
* Give MockRead and MockWrite distinct types.yutak@chromium.org2012-07-273-31/+46
* Coverity: Initialize member variables.jhawkins@chromium.org2012-07-251-0/+2
* Modify DeterministicSocketData to verify that the sequence number of reads an...rch@chromium.org2012-07-213-3/+40
* More -Wunused-private-field cleanups.thakis@chromium.org2012-07-201-5/+1
* Fix TCPClientSocket::GetLocalAddress() to work when socket is not connected.sergeyu@chromium.org2012-07-204-5/+29
* Remove most usages of scoped_ptr<*SocketData> in net unittests.rch@chromium.org2012-07-191-15/+15
* Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socketrch@chromium.org2012-07-1929-45/+180
* Change DeterministicMockTCPClientSocket to set the peer address from the conn...rch@chromium.org2012-07-112-6/+10
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-1129-29/+0
* Switch the NSS thread from being a base::Thread to a base::SequencedWorkerPoo...rsleevi@chromium.org2012-07-103-14/+17
* DeterministicSocketDataProvider should not be RefCountedrsleevi@chromium.org2012-07-104-13/+13
* NSS Channel ID: don't check ECC support on every socket creation.mattm@chromium.org2012-07-091-8/+3
* Reduce log spam from things which use Deterministic/OrderedSocketDatarsleevi@chromium.org2012-07-031-1/+7
* Remove SSLHostInfo.agl@chromium.org2012-06-2718-581/+34
* 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-2610-204/+196
* Revert 141941 temporarily - Allow ERR_CONNECTION_RESET during the SSLwtc@chromium.org2012-06-201-17/+0
* NetLogEventParameter to Callback refactoring 9.mmenke@chromium.org2012-06-1421-359/+310
* Select the first protocol from the next protocol list of SSLConfig if If we d...jnd@chromium.org2012-06-141-20/+19
* Add an explicit function to init NSS for SSL server socketsrsleevi@chromium.org2012-06-133-11/+54
* Allow ERR_CONNECTION_RESET during the SSL handshake to trigger awtc@chromium.org2012-06-131-0/+17
* 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