summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Update code that previously constructed strings from string iterators only to...erikwright@chromium.org2010-10-223-10/+19
* Make USE_OPENSSL and USE_NSS mutually exclusivejoth@chromium.org2010-10-222-2/+2
* Refactor to avoid using DestructionObserver in NetworkChangeNotifierLinux.willchan@chromium.org2010-10-212-93/+87
* Use scoped objects to simplify crypto routines. Also do lots of other simpli...pkasting@chromium.org2010-10-211-60/+64
* A/B test of parelellism limits on DNS resolutionsjar@chromium.org2010-10-201-2/+14
* Mark CookieMonsterTest.GarbageCollectionTriggers as FLAKY.eroman@chromium.org2010-10-201-1/+2
* net: move SSL host info serialisation into SSLHostInfoagl@chromium.org2010-10-203-76/+0
* Fix loading of a temporary root certificate for OpenSSLrsleevi@chromium.org2010-10-201-9/+26
* Revert revert 62918 - net: clean up SSLHostInfo construction."agl@chromium.org2010-10-193-11/+24
* Coverity: Initialize data members in constructor.kmadhusu@chromium.org2010-10-182-1/+3
* Don't rely on "access_time < Time::Now()" to indicate "all cookies".rdsmith@google.com2010-10-183-11/+6
* Fix poorly performancing implementation of MockSimplePersistentCookieStorerdsmith@google.com2010-10-181-25/+18
* Fix clang warning about local types being used as template parameters.thakis@chromium.org2010-10-181-1/+1
* Virtual destructor cleanup: RRResolverHandle::Run does not need to be virtual.cbentzel@chromium.org2010-10-181-2/+2
* Caches DER data in X509 certificate for OpenSSL.bulach@chromium.org2010-10-181-26/+94
* Revert 62918 - net: clean up SSLHostInfo construction.agl@chromium.org2010-10-183-24/+11
* net: clean up SSLHostInfo construction.agl@chromium.org2010-10-183-11/+24
* Move pe_image and registry from base to base/win and use the namespace. It re...brettw@chromium.org2010-10-172-6/+7
* Move scoped_cftyperef from base to base/mac, use the new namespace, and name itbrettw@chromium.org2010-10-178-42/+49
* Fix a bad merge.eroman@chromium.org2010-10-161-1/+1
* Revert 61897 - Do not use Alternate-Protocol for establishing new SpdySessions.mbelshe@chromium.org2010-10-161-3/+0
* Convert LOG(INFO) to VLOG(1) - net/.pkasting@chromium.org2010-10-169-45/+33
* Add performance histograms to resolver, asong with A/B testjar@chromium.org2010-10-151-13/+61
* Return a distinct error from ERR_NAME_NOT_RESOLVED when the call to getaddrin...eroman@chromium.org2010-10-153-5/+19
* Rename OSErrorForGetAddrinfo to include a suffix for the particular platform.eroman@chromium.org2010-10-151-1/+15
* Add the "Use SSL 3.0" and "Use TLS 1.0" checkboxes towtc@chromium.org2010-10-143-4/+49
* Add actual bytes sent/received to net-internals.mmenke@chromium.org2010-10-145-6/+22
* Revert 62605 - Make Run methods non-virtual on RRResolverWorker.cbentzel@chromium.org2010-10-141-2/+2
* Make Run methods non-virtual on RRResolverWorker.cbentzel@chromium.org2010-10-141-2/+2
* SSLConfig struct CertAndStatus is not initializing all its members.finnur@chromium.org2010-10-141-2/+2
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-1413-61/+63
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-143-3/+3
* Integrate the SpdyProxyClientSocket into the HttpStreamRequestrch@chromium.org2010-10-131-1/+4
* Add ClientSocketPoolBaseHelper support for preconnect.willchan@chromium.org2010-10-131-0/+14
* Remove non-internationalized SDCH warning message.jar@chromium.org2010-10-121-1/+5
* DOMUI cert manager: Add CA cert import.mattm@chromium.org2010-10-122-2/+2
* Report AcquireCredentialsHandle errors. This requireswtc@chromium.org2010-10-121-0/+6
* Render SpdySessionPools on the Data tab and on a newmmenke@chromium.org2010-10-122-4/+11
* net: fix small leak in DnsRRResolveragl@chromium.org2010-10-121-6/+5
* Rename SSLNonSensitiveHostInfo to SSLHostInfo.agl@chromium.org2010-10-123-68/+12
* net: replicate r62288 in DnsRRResolveragl@chromium.org2010-10-121-1/+5
* linux: avoid closing uninitialized resolverevan@chromium.org2010-10-121-1/+5
* net:: comment fixes onlyrsleevi@chromium.org2010-10-121-0/+8
* CertDatabase: Add ImportServerCerts method.mattm@chromium.org2010-10-124-0/+90
* net: detect and error out with ESET HTTPS interception + False Startagl@chromium.org2010-10-111-4/+14
* Fix 58162: Mixed Content False Positive for intranet hostname certificatesfinnur@chromium.org2010-10-112-5/+9
* net: ssl_non_sensitive_host_info.h => ssl_host_info.hagl@chromium.org2010-10-111-0/+56
* Have OpenSSL simply increment the ref-count, rather than copy and reparse the...rsleevi@chromium.org2010-10-091-1/+4
* Return ERR_INTERNET_DISCONNECTED in place of ERR_NAME_NOT_RESOLVED and ERR_AD...eroman@chromium.org2010-10-099-5/+176
* Remove log for errors opening files. It's the client's responsibility to log ...pinkerton@chromium.org2010-10-081-2/+0