summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Stop using DestructionObserver in OCSP code. Explicilty cancel all URLRequests.willchan@chromium.org2010-11-091-0/+6
* net: update False Start blacklist with latest results.agl@chromium.org2010-11-081-1/+4442
* net: update False Start blacklist processing for \r\nagl@chromium.org2010-11-081-9/+18
* net: use a char array for the False Start blacklist.agl@chromium.org2010-11-081-12/+5
* Revert "net: update False Start blacklist with latest results."agl@chromium.org2010-11-081-4442/+1
* net: update False Start blacklist with latest results.agl@chromium.org2010-11-081-1/+4442
* net: update False Start blacklist for 32-bit indexes.agl@chromium.org2010-11-083-14/+13
* net: add neg9.org to the HSTS Preloaded list.agl@chromium.org2010-11-082-0/+4
* Revert 65349 - Update CertVerifier to watch for the origin loop's destruction...skerner@chromium.org2010-11-081-17/+2
* Update CertVerifier to watch for the origin loop's destruction, so thatzork@chromium.org2010-11-081-2/+17
* net: Silently disable False Start when NetNanny is detected.agl@chromium.org2010-11-051-4/+1
* On Windows, merge X509Certificate::VerifyEV intowtc@chromium.org2010-11-045-83/+163
* net: add certificate provenance checking.agl@chromium.org2010-11-042-0/+19
* Turn on file access checks on Win.jam@chromium.org2010-11-041-0/+8
* Add support for the extended header parameter syntax in Content-Disposition h...jshin@chromium.org2010-11-033-24/+204
* net: Make Snap Start check cert verification and add metricsagl@chromium.org2010-11-031-0/+11
* Revert 64960 - Turn on file access checks on Win.rafaelw@chromium.org2010-11-031-8/+0
* Turn on file access checks on Win.jam@chromium.org2010-11-031-0/+8
* base: Move CaseInsensitiveCompare traits into the base namespace.tfarina@chromium.org2010-11-031-2/+2
* DOMUI Cert Manager: merge email certs into other certs tab.mattm@chromium.org2010-11-032-7/+4
* A follow-up of r64178.wtc@chromium.org2010-11-021-4/+12
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-021-6/+10
* Add webp mime type for omniboxfbarchard@chromium.org2010-11-021-1/+3
* Adds a new error (ERR_NETWORK_ACCESS_DENIED) for when networkmmenke@chromium.org2010-11-021-2/+7
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-019-104/+104
* DOMUI Cert Manager: Disable delete button on readonly certs.mattm@chromium.org2010-10-292-0/+8
* Put some thought into appropriate verbosity level for cookie DVLOGS.rdsmith@google.com2010-10-291-14/+25
* Don't use last_access_time vs. Now() comparison to mean "all cookies".rdsmith@google.com2010-10-292-3/+2
* Restrict total parallel DNS resolutionsjar@chromium.org2010-10-291-3/+5
* Initial support for built-in DNS resolver/cache.agayev@chromium.org2010-10-282-7/+9
* net: use SSL_PeerCertificateChain for getting server certsagl@chromium.org2010-10-281-54/+0
* 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