summaryrefslogtreecommitdiffstats
path: root/net/socket
Commit message (Expand)AuthorAgeFilesLines
* Revert 62918 - net: clean up SSLHostInfo construction.agl@chromium.org2010-10-1818-132/+53
* net: clean up SSLHostInfo construction.agl@chromium.org2010-10-1818-53/+132
* Move scoped_cftyperef from base to base/mac, use the new namespace, and name itbrettw@chromium.org2010-10-171-3/+3
* Convert LOG(INFO) to VLOG(1) - net/.pkasting@chromium.org2010-10-167-84/+82
* Plumb up the preconnect logic from pools to StreamFactory.willchan@chromium.org2010-10-161-6/+17
* Add actual bytes sent/received to net-internals.mmenke@chromium.org2010-10-145-19/+76
* net: update DNSSEC chain embedded extension OID.agl@chromium.org2010-10-141-3/+4
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-1411-37/+44
* Integrate the SpdyProxyClientSocket into the HttpStreamRequestrch@chromium.org2010-10-134-157/+11
* Fix clang build: remove a const on a return value.willchan@chromium.org2010-10-131-1/+1
* Add ClientSocketPoolBaseHelper support for preconnect.willchan@chromium.org2010-10-1310-37/+616
* Report AcquireCredentialsHandle errors. This requireswtc@chromium.org2010-10-121-23/+39
* Render SpdySessionPools on the Data tab and on a newmmenke@chromium.org2010-10-121-1/+0
* Rename SSLNonSensitiveHostInfo to SSLHostInfo.agl@chromium.org2010-10-122-3/+3
* net: detect and error out with ESET HTTPS interception + False Startagl@chromium.org2010-10-112-11/+47
* net: add --enable-snap-startagl@chromium.org2010-10-112-1/+16
* Synchronize the mappings between Windows/Mac error codes and their net:: erro...rsleevi@chromium.org2010-10-102-12/+58
* net: enable SSLClientSocketTest.(ConnectExpired|ConnectMismatched)agl@chromium.org2010-10-091-21/+5
* net: alter detection of end of SSL connection in tests.agl@chromium.org2010-10-091-2/+2
* Return ERR_INTERNET_DISCONNECTED in place of ERR_NAME_NOT_RESOLVED and ERR_AD...eroman@chromium.org2010-10-092-0/+15
* net: mark SSLClientSocketTest.(ConnectExpired|ConnectMismatched) as FAILS_agl@chromium.org2010-10-081-4/+21
* Connect up OpenSSL socket to use the OpenSSL X509Certificate.joth@chromium.org2010-10-082-96/+38
* Revert Revert Revert Revert "net: uncork NSS sockets after a 200ms timeout."agl@chromium.org2010-10-082-2/+28
* net: remove test flakyness caused by uncorking.agl@chromium.org2010-10-081-13/+18
* Revert revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession."agl@chromium.org2010-10-086-4/+25
* Fix server initiated SSL renegotiation for SSLClientSocketMacrsleevi@chromium.org2010-10-082-245/+199
* Revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession."agl@chromium.org2010-10-076-25/+4
* net: plumb DnsRRResolver from IOThread to HttpNetworkSession.agl@chromium.org2010-10-076-4/+25
* Prefer used idle sockets over unused idle sockets.willchan@chromium.org2010-10-063-24/+120
* Add link to bugzilla regarding NSS bug workaround.joth@chromium.org2010-10-061-0/+1
* Revert Revert Revert "net: uncork NSS sockets after a 200ms timeout."agl@chromium.org2010-10-062-28/+2
* Use the SecInvalidateHandle and SecIsValidHandle macroswtc@chromium.org2010-10-061-9/+18
* Follow up to wtc comments on http://codereview.chromium.org/3571011joth@chromium.org2010-10-061-17/+16
* Revert Revert "net: uncork NSS sockets after a 200ms timeout."agl@chromium.org2010-10-062-2/+28
* Revert "net: uncork NSS sockets after a 200ms timeout."agl@chromium.org2010-10-052-28/+2
* net: uncork NSS sockets after a 200ms timeout.agl@chromium.org2010-10-052-2/+28
* Clean up DeterministicSocketData class. Add unit tests to documentrch@chromium.org2010-10-053-66/+673
* Clarify the semantics of Socket::Read() and Socket::Write(), rch@chromium.org2010-10-054-28/+30
* Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-041-1/+1
* OpenSSL socket: Add SSLv3 fallback supportjoth@chromium.org2010-10-041-1/+37
* Logs a number of possible ssl failures in NetLog.mmenke@chromium.org2010-10-041-30/+129
* implement certificate verification state machinejoth@chromium.org2010-10-042-35/+144
* Remove spammy warning about reaching maximum socket count for the pool.cbentzel@chromium.org2010-10-041-1/+0
* Verify server cert using default host CA cert storejoth@chromium.org2010-10-042-8/+50
* Stop refcounting HostResolver.willchan@chromium.org2010-10-0112-47/+57
* Map PR_END_OF_FILE_ERROR to ERR_CONNECTION_CLOSED, otherwisewtc@chromium.org2010-10-011-0/+2
* Revert "FBTF: Another big ctor/dtor cleanup found by automated tools."erg@google.com2010-10-011-1/+1
* FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-011-1/+1
* net: add Snap Start support to NSS sockets.agl@chromium.org2010-10-013-22/+434
* Fixes the tests written for http://codereview.chromium.org/3432009/showrch@chromium.org2010-10-011-0/+2