summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Revert 64202 - Initial support for built-in DNS resolver/cache.yusukes@chromium.org2010-10-282-9/+7
* Initial support for built-in DNS resolver/cache.agayev@chromium.org2010-10-282-7/+9
* Report the SSL protocol version in ssl_info.connection_status.wtc@chromium.org2010-10-275-3/+54
* net: add (*.)internap.com to the False Start blacklistagl@chromium.org2010-10-271-0/+1
* Fixes net_unittests for OpenSSL.bulach@chromium.org2010-10-273-23/+45
* Minor improvement to ParseDate: check parsed values are in valid range before...joth@chromium.org2010-10-262-25/+33
* net: move importing a DER certificate chain into X509Certificate.agl@chromium.org2010-10-263-10/+143
* Move debug-related stuff from base to the base/debug directory and use thebrettw@chromium.org2010-10-261-2/+3
* More UI-related OpenSSL support.bulach@chromium.org2010-10-253-82/+162
* Remove DestructionObserver for NetworkConfigWatcherMac.willchan@chromium.org2010-10-232-48/+55
* 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