summaryrefslogtreecommitdiffstats
path: root/net/socket
Commit message (Expand)AuthorAgeFilesLines
* UMA for Data Reduction Proxy connection latencybolian@chromium.org2013-07-121-0/+12
* net: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-121-1/+1
* First step at enabling QUIC over HTTPS.rtenneti@chromium.org2013-07-102-1/+7
* net: allow ERR_CONNECTION_RESET to trigger TLS 1.2 fallback.agl@chromium.org2013-07-081-5/+5
* Remove net::ServerSocket::setAllowReuseAddress and fix server socket on Windows.ikarienator@chromium.org2013-07-045-46/+52
* [SPDY] Refactor and clean up SpdySessionPoolakalin@chromium.org2013-07-032-70/+16
* net: support ALPN.agl@chromium.org2013-07-031-0/+1
* Added PlatformSocketFactory to override WSASocket calls.vitalybuka@chromium.org2013-07-021-3/+2
* Revert 209515 "Reland http://crrev.com/209278"rsleevi@chromium.org2013-07-011-5/+20
* Reland http://crrev.com/209278rsleevi@chromium.org2013-07-011-20/+5
* net: use NSS's function for selecting NPN rather than a callback.agl@chromium.org2013-07-011-82/+55
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-011-1/+1
* A speculative fix for the TLS 1.2 client authentication bug with thewtc@chromium.org2013-06-291-0/+2
* Revert 209278 "Update dependency to NSS >= 3.14.3 and NSPR >= 4.9.2"joaodasilva@chromium.org2013-06-291-5/+20
* Update dependency to NSS >= 3.14.3 and NSPR >= 4.9.2rsleevi@chromium.org2013-06-291-20/+5
* UMA the TLS ciphersuitersleevi@chromium.org2013-06-281-0/+7
* Use a direct include of time headers in net/, part 3.avi@chromium.org2013-06-2814-19/+19
* No longer record whether an MD2/MD5 CA was seenrsleevi@chromium.org2013-06-281-10/+0
* [SPDY] Enable tests for SPDY/3.1 and SPDY/4a2akalin@chromium.org2013-06-271-1/+2
* net: trim NSS cipher suites.agl@chromium.org2013-06-271-3/+21
* Use the appropriate socket pool on socket connection.yhirano@chromium.org2013-06-262-17/+16
* [SPDY] Remove remnants of split SPDY unit testsakalin@chromium.org2013-06-261-3/+1
* Introduce RequestWebSocketStream into HttpStreamFactoryyhirano@chromium.org2013-06-214-3/+82
* Disable SRP, HMAC-SHA384, and ECDH (but not ECDHE) cipher suites, towtc@chromium.org2013-06-201-3/+6
* Gracefully handle an asynchronous write disconnect when an SSL read is pendingrsleevi@chromium.org2013-06-171-10/+85
* Report the new error ERR_SSL_DECRYPT_ERROR_ALERT when we receive thewtc@chromium.org2013-06-142-1/+4
* Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-131-1/+1
* Make net and ipc explicitly use the base namespace for Values.brettw@chromium.org2013-06-138-31/+31
* Update Android to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-131-34/+35
* Give more request types a TransportSecurityState.palmer@chromium.org2013-06-135-3/+20
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in net/.dcheng@chromium.org2013-06-122-7/+1
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-2/+2
* net: Socket pools prioritize requests with ignore_limits.mmenke@chromium.org2013-06-114-14/+211
* Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ...avi@chromium.org2013-06-1113-16/+16
* Use a direct include of utf_string_conversions.h in net/.avi@chromium.org2013-06-071-1/+1
* Make some more code use "if (weak_ptr)" styleakalin@chromium.org2013-06-071-3/+3
* Fix remaining uses of WeakPtr<T>'s operator T* conversionakalin@chromium.org2013-06-041-7/+9
* Pass CRYPT_ACQUIRE_PREFER_NCRYPT_KEY_FLAG instead ofwtc@chromium.org2013-06-041-1/+1
* Update net/ to use WeakPtr<T>::get() instead of implicit "operator T*"akalin@chromium.org2013-06-021-3/+4
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-0120-181/+218
* [Android] Use a "unique" remote debugging socket name on bind failuremnaganov@chromium.org2013-05-303-9/+47
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-2318-97/+108
* Add support for CNG-based keys on Windows. This permits ECC client certs.rsleevi@chromium.org2013-05-231-10/+11
* ChannelID-less Connections in Chrome should be more granular.mef@chromium.org2013-05-173-21/+34
* Land Recent QUIC changes.rtenneti@chromium.org2013-05-161-0/+1
* [SPDY] Incorporate latest framing changes from HTTP2 into SPDY 4 as SPDY 4a2.akalin@chromium.org2013-05-152-6/+6
* Don't call SSL read/write callbacks after an SSL socket is deletedrsleevi@chromium.org2013-05-134-8/+340
* QUIC - Added NetLog's Logging test to quic_network_transaction_unittest.cc. rtenneti@chromium.org2013-05-101-1/+4
* SSLClientSocketNSS should expect and properly handle when thersleevi@chromium.org2013-05-093-40/+195
* Don't access the server bound cert service from the SSL worker threadrsleevi@chromium.org2013-05-091-5/+28