summaryrefslogtreecommitdiffstats
path: root/net/socket
Commit message (Expand)AuthorAgeFilesLines
* net: Pass the real IP address and port for mock TCP sockets where possible.phajdan.jr@chromium.org2012-11-161-1/+5
* Remove support for DNSSEC stapled certificates.agl@chromium.org2012-11-162-221/+1
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-142-2/+2
* net: Update calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-146-41/+41
* Ensure that NSS HTTP IO is initialized on iOS.blundell@chromium.org2012-11-131-1/+1
* net: add DANE support for DNSSEC stapled certificates.agl@chromium.org2012-11-121-6/+80
* Sort client certificates by preference before prompting the userrsleevi@chromium.org2012-11-063-0/+23
* Add GetWebSocketTestDataDirectory() to test_data_directorytoyoshim@chromium.org2012-11-061-1/+1
* Add net/base/test_data_directory.htoyoshim@chromium.org2012-11-012-0/+2
* Switch the TCP reads on Windows to use non-blocking/non-async I/O.pmeenan@google.com2012-10-312-49/+142
* Remove the ProxyConnectionImpact field trial.stevet@chromium.org2012-10-261-19/+0
* Remove the ConnnectBackupJobs field trial.stevet@chromium.org2012-10-241-9/+0
* Call sock_->IsConnected() without waiting for the connection to bewtc@chromium.org2012-10-231-7/+9
* TransportClientSocketTest.IsConnected should wait for the server towtc@chromium.org2012-10-231-2/+6
* 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