summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Updated comment about lifetime of |out_req| parameter to CertVerifier::Verify.joaodasilva@chromium.org2012-11-281-3/+2
* Hack around testserver issues with stdout and stderr on Win XP bots.mattm@chromium.org2012-11-282-4/+15
* net: Add cache sensitivity histograms to the Net.HttpJob histograms.rvargas@google.com2012-11-271-0/+35
* net: timeout built-in HSTS in the same way as pins.agl@chromium.org2012-11-273-9/+20
* Revert 169704 - Adding a simple tool for dumping the contents of a cache.rch@chromium.org2012-11-2710-518/+85
* Set the search provider polling to 100 ms since the last autocomplete request.bartn@chromium.org2012-11-272-6/+26
* Adding a simple tool for dumping the contents of a cache.rch@chromium.org2012-11-2710-85/+518
* net: add histogram to measure how often we do SSLv3 fallback to renego patche...agl@chromium.org2012-11-261-0/+18
* Infinite cache comparison histograms.gavinp@chromium.org2012-11-231-0/+47
* Implement x509_util::IsSupportedValidityRange() for Android / openssl.digit@chromium.org2012-11-222-3/+53
* Add unit tests for the method IsEquivalent of the class CanonicalCookie.markusheintz@chromium.org2012-11-221-0/+83
* net/cookies: Do not introduce a static initializer in perftest.tfarina@chromium.org2012-11-221-40/+38
* Disk cache: Update the documentation to reflect the current interface.rvargas@google.com2012-11-211-22/+18
* Added cloud_policy_browsertest.cc, that tests the cloud policy stack(s) again...joaodasilva@chromium.org2012-11-202-19/+7
* Fix and enable the PAC fetcher NoCache test on Androidppi@chromium.org2012-11-201-4/+14
* net: Add NULL check for SpdyHttpStream::request_info_hashimoto@chromium.org2012-11-201-4/+4
* Disable MD5 certificate signatures if NSS is used to verify certificates.wtc@chromium.org2012-11-201-6/+10
* Revert 168626 - Avoid disk accesses on the wrong thread in URLRequestFileJobnona@chromium.org2012-11-203-133/+103
* Avoid calling into glib on ChromeOSpauljensen@chromium.org2012-11-201-2/+2
* Add an OnCryptoHandshakeComplete method to QuicSession. rch@chromium.org2012-11-209-19/+58
* Make DownloadHistory observe manager, itemsbenjhayden@chromium.org2012-11-201-7/+2
* Avoid disk accesses on the wrong thread in URLRequestFileJobpaivanof@gmail.com2012-11-193-103/+133
* Get net_watcher working on Gnomepauljensen@chromium.org2012-11-192-0/+18
* net: HSTS preloading for www.gov.uk and silentcircle.[com|org]agl@chromium.org2012-11-192-0/+6
* FTP: Only issue EPSV command for non-IPv4 connections.phajdan.jr@chromium.org2012-11-172-104/+202
* Track unconditionalizable http requests.gavinp@chromium.org2012-11-172-31/+40
* [net] Add HostResolver::SetDnsClientEnabled to support dynamic preference (fo...szym@chromium.org2012-11-176-35/+50
* Http cache: Modify the Vary header behavior.rvargas@google.com2012-11-163-8/+57
* Disk cache: Don't walk the lists of entries at startup.rvargas@google.com2012-11-163-222/+0
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-1614-32/+32
* Another approach to adding the layer for managing segment objects.agayev@chromium.org2012-11-1610-45/+500
* Revert 168239 - Extract SIGPIPE ignoring code to a common place.dmichael@google.com2012-11-161-2/+1
* Extract SIGPIPE ignoring code to a common place.phajdan.jr@chromium.org2012-11-161-1/+2
* net: Pass the real IP address and port for mock TCP sockets where possible.phajdan.jr@chromium.org2012-11-168-46/+51
* Make QuicConnectionHelper::GetClock() const and return a const QuicClock *.rch@chromium.org2012-11-166-14/+14
* Add real support for uint128. These files originated with google internally,...rch@chromium.org2012-11-1612-58/+623
* Remove support for DNSSEC stapled certificates.agl@chromium.org2012-11-1611-2953/+2
* Http cache: Count RESUMABLE requets as REVALIDATEABLE on the infinite cache.rvargas@google.com2012-11-151-1/+1
* Don't call base::ClosePlatformFile on a closed file handle.wtc@chromium.org2012-11-151-1/+0
* net: Disable/fix three UDPSocketTest unit tests for Android.digit@chromium.org2012-11-151-4/+17
* [net] Disable DnsClient in HostResolverImpl after a streak of consecutive fai...szym@chromium.org2012-11-153-4/+116
* The "Create" method for creating a CanonicalCookie from a ParsedCookie uses t...markusheintz@chromium.org2012-11-155-57/+122
* net: HSTS updates for onlime.ch and mayfirst.orgagl@chromium.org2012-11-152-8/+18
* Add certificate pinning for crypto.cat.agl@chromium.org2012-11-154-2/+70
* Remove curvecp from chromium network stackrsleevi@chromium.org2012-11-1532-3635/+0
* net: Remove UploadDataStream* argument from HttpStream::SendRequesthashimoto@chromium.org2012-11-1522-221/+162
* Ensure the patched NSS libssl used on Win and Mac behaves the same as upstrea...rsleevi@chromium.org2012-11-153-14/+16
* FTP: Open a fresh data connection after a command error.phajdan.jr@chromium.org2012-11-153-74/+141
* [Sync] Add support for remotely enabling keystore encryptionzea@chromium.org2012-11-153-1/+83
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-1413-13/+13