summaryrefslogtreecommitdiffstats
path: root/net/socket
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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