summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Revert 118950 - Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2012-02-041-4/+1
* Merge 120088 - net: add thepayplace.com to SSL blacklistagl@chromium.org2012-02-022-0/+2
* Delete net::GetHeaderParamValueabarth@chromium.org2012-01-313-124/+0
* Update a few more function calls to use TimeDeltas instead of int ms.tedvessenes@gmail.com2012-01-301-1/+1
* OSSTATUS_LOG: Address review comments following r119511.mark@chromium.org2012-01-302-2/+2
* Make it possible to use ThreadLocalStorage::Slot as a static withoutthakis@chromium.org2012-01-301-3/+2
* Disable X509CertificateTest.TestKnownRoot and X509CertificateTest.PublicKeyHa...hbono@chromium.org2012-01-301-2/+4
* Check cert->isRoot to skip extraneous root certificates in certificatewtc@chromium.org2012-01-282-0/+61
* Allow X509CertificateTest.IntermediateCARequireExplicitPolicy to passwtc@chromium.org2012-01-281-3/+9
* Convert use of int ms to TimeDelta in files owned by jar.tedvessenes@gmail.com2012-01-283-9/+14
* Add OnUserCertRemoved to CertDatabase::Observerstevenjb@chromium.org2012-01-284-6/+27
* Add OSSTATUS_LOG API.mark@chromium.org2012-01-274-27/+23
* Improve parsing of the Content-Disposition headerabarth@chromium.org2012-01-273-354/+153
* net: Add tests for UploadDataStream::position().satorux@chromium.org2012-01-271-7/+17
* Don't force groups.google.com to HTTPS.agl@chromium.org2012-01-262-2/+2
* Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leakyfischman@chromium.org2012-01-264-11/+6
* Fix warnings (which are now errors) in the Android build.jrg@chromium.org2012-01-263-6/+9
* DnsClient refactoring + features (timeout, suffix search, server rotation).szym@chromium.org2012-01-262-11/+34
* Add origin bound certs to BrowsingDataRemover and extensions clear API.mattm@chromium.org2012-01-258-36/+115
* CertDatabaseNSSTest: Don't delete test DB dir since we don't close the DB (br...mattm@chromium.org2012-01-251-16/+5
* Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2012-01-251-1/+4
* net: Give more descriptive names for code around the request merging logic.satorux@chromium.org2012-01-241-1/+5
* Improve readability of UploadDataStream.satorux@chromium.org2012-01-242-80/+114
* net: add a policy option: DisableSSLRecordSplittingagl@chromium.org2012-01-242-18/+3
* net: Don't merge HTTP headers and body if the body is not in memory.satorux@chromium.org2012-01-245-0/+84
* Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T.fischman@chromium.org2012-01-234-12/+7
* Remove expired certificate from CertDatabaseNSSTest.ImportCACertHierarchyTree.joaodasilva@chromium.org2012-01-231-5/+10
* Adds TTL argument to HostCache::Set.szym@chromium.org2012-01-215-100/+104
* Factor out chunk encoding logic into HttpStreamParser::EncodeChunk().satorux@chromium.org2012-01-212-9/+18
* Revert 118489 since it seems to regress linux-sizes.sadrul@chromium.org2012-01-205-103/+100
* Adds custom ttl argument to HostCache::Set.szym@chromium.org2012-01-205-100/+103
* net: remove SSL blacklisted hosts that were included because of record splitt...agl@chromium.org2012-01-201-28/+0
* [uber page] make references to chrome_shared2.css relativeestade@chromium.org2012-01-201-1/+2
* Revert 118265 (added a static initializer on linux)thakis@chromium.org2012-01-192-9/+8
* Factor out chunk encoding logic into HttpStreamParser::EncodeChunk().satorux@chromium.org2012-01-192-8/+9
* net/base: remove some wstringsevan@chromium.org2012-01-182-5/+5
* net: randomly remove 10% of the SSL blacklist.agl@chromium.org2012-01-171-233/+0
* Prevent callbacks after URLRequest/URLRequestJob have been canceled/completed...battre@chromium.org2012-01-132-7/+16
* Fix incorrect constant used in status bitmaskjoth@chromium.org2012-01-131-2/+2
* Revert 117342 - Prevent callbacks after URLRequest/URLRequestJob have been ca...battre@chromium.org2012-01-131-9/+2
* Minor cleanup for UploadDataStream's constructor.satorux@chromium.org2012-01-132-2/+5
* Cleanup after debugging with the XP builder.agl@chromium.org2012-01-122-23/+3
* Remove unused code from UploadData and URLRequest.satorux@chromium.org2012-01-122-10/+2
* Prevent callbacks after URLRequest/URLRequestJob have been canceled/completed...battre@chromium.org2012-01-121-2/+9
* Continuing to debug via the builders since there's no XP trybot.agl@chromium.org2012-01-111-1/+5
* Continuing to debug with the XP builders.agl@chromium.org2012-01-111-0/+10
* Add debugging to trace down a problem on WinXP/Vista.agl@chromium.org2012-01-112-5/+80
* Implement CRLSet checking on Mac.agl@chromium.org2012-01-112-3/+63
* Revert 117225 - Implement CRLSet checking on Windows.flackr@chromium.org2012-01-112-67/+3
* Implement CRLSet checking on Windows.agl@chromium.org2012-01-112-3/+67