summaryrefslogtreecommitdiffstats
path: root/net/socket
Commit message (Expand)AuthorAgeFilesLines
* Enable peerconnection to use the NSS RNG.ronghuawu@chromium.org2012-10-161-1/+3
* Port ssl_client_socket_nss to iOS.droger@chromium.org2012-09-282-3/+27
* The WSARecv and WSASend MSDN pages say the WSABUF arrayswtc@chromium.org2012-09-211-13/+13
* Allow server sockets to rebind to same port if there is nothing actively list...justinlin@chromium.org2012-09-175-5/+65
* Enable TLS channeld id by default.mattm@chromium.org2012-09-152-3/+9
* * Change logic of SpdySession::VerifyDomainAuthentication to rch@chromium.org2012-09-131-1/+1
* Increase the sizes of the circular buffers used by SSLClientSocketNSSwtc@chromium.org2012-09-112-6/+14
* Move the NSS functions out of CertDatabase into a new NSSCertDatabase class.joaodasilva@chromium.org2012-09-103-7/+7
* Remove static variables from HttpStreamFactory.szager@chromium.org2012-09-071-5/+5
* Implement SHA-256 fingerprint supportpalmer@chromium.org2012-09-072-4/+3
* Prepare for OpenSSL 1.0.1c update.digit@chromium.org2012-09-071-1/+4
* Check if the system time is within the range NSS can handle before advertisin...mattm@chromium.org2012-09-051-7/+17
* Remove WebSocketServerSocket.yutak@chromium.org2012-08-313-1551/+0
* [net/dns] Don't abandon a DnsUDPAttempt when the response does not match the ...szym@chromium.org2012-08-301-2/+0
* Rename X509Certificate::VerifyFlags to CertVerifier::VerifyFlagsrsleevi@chromium.org2012-08-234-12/+12
* Refactoring for merging WebSocket test server to net::TestServertoyoshim@chromium.org2012-08-231-19/+30
* SPDY - A histogram to track spdy versions negotiated by chrome.rtenneti@google.com2012-08-221-0/+2
* Revert 151198 - Turn off TLS 1.1.wtc@chromium.org2012-08-202-2/+2
* net: Fix more clang warnings about missing virtual and OVERRIDE annotations.tfarina@chromium.org2012-08-191-6/+6
* net: cleanup code to disable ECDSAagl@chromium.org2012-08-161-34/+11
* net: disable ECDSA ciphersuites on platforms where we can't support it.agl@chromium.org2012-08-161-0/+31
* net: preparatory patch for crbug.com/142782agl@chromium.org2012-08-161-0/+8
* Set TCP_KEEPALIVE idle and interval on Android.pliard@chromium.org2012-08-141-1/+1
* Remove unnecessary assignment in transport_client_socket_unittest.cc.pliard@chromium.org2012-08-131-1/+1
* Turn off TLS 1.1.wtc@chromium.org2012-08-122-2/+2
* Clean-up inline members of nested classes (net/)hans@chromium.org2012-08-096-17/+33
* Revert 150375 - Implement SHA-256 fingerprint supportpalmer@chromium.org2012-08-082-11/+7
* Implement SHA-256 fingerprint supportpalmer@chromium.org2012-08-072-7/+11
* Revert 150124 - Implement SHA-256 fingerprint support.dimich@chromium.org2012-08-062-11/+7
* Implement SHA-256 fingerprint support.palmer@chromium.org2012-08-062-7/+11
* Implement TLS Channel ID support for SPDY CREDENTIAL framesrch@chromium.org2012-08-062-1/+6
* net: disable TLS compression with OpenSSL.agl@chromium.org2012-08-031-4/+1
* net: disable SSL compressionagl@chromium.org2012-08-021-11/+0
* 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