summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge 121450 - net: SSL blacklisting for Nordea Bankagl@chromium.org2012-02-102-0/+7
* Merge 120855 - SPDY - Adjust the send window size of all streams (new and cur...rtenneti@chromium.org2012-02-084-2/+45
* Merge trunk r120599 and r120636 to the 18.0.1025 branch.mark@chromium.org2012-02-061-11/+26
* Merge 120602 - Linux: fix bug 75508, a crash when receiving notifications of ...mdm@chromium.org2012-02-061-30/+35
* Revert 118950 - Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2012-02-0420-940/+163
* Merge 120088 - net: add thepayplace.com to SSL blacklistagl@chromium.org2012-02-022-0/+2
* [Coverity] Change pass-by-value to pass-by-refgroby@chromium.org2012-01-312-2/+2
* This patch tunes our parsing of the Content-Disposition header to match otherabarth@chromium.org2012-01-314-27/+50
* Delete net::GetHeaderParamValueabarth@chromium.org2012-01-317-162/+133
* 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
* Disconnect pipeline socket immediately on Close(true) while a Read*() is pend...simonjam@chromium.org2012-01-302-4/+42
* 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
* BufferedResourceHandler::ShouldDownload shouldn't manually parse Content-Disp...abarth@chromium.org2012-01-283-3/+6
* Check cert->isRoot to skip extraneous root certificates in certificatewtc@chromium.org2012-01-286-0/+334
* Allow X509CertificateTest.IntermediateCARequireExplicitPolicy to passwtc@chromium.org2012-01-281-3/+9
* Re-enable HttpContentDispositionTest.tc2231abarth@chromium.org2012-01-281-1/+7
* [Coverity] Fixed uninitialized membergroby@chromium.org2012-01-281-1/+2
* Add myself to net/ OWNERSrsleevi@chromium.org2012-01-281-0/+1
* Convert use of int ms to TimeDelta in files owned by jar.tedvessenes@gmail.com2012-01-2823-162/+176
* Add NetLog entries to preconnect HttpStreamFactoryImpl::Jobs.mmenke@chromium.org2012-01-287-19/+15
* Add OnUserCertRemoved to CertDatabase::Observerstevenjb@chromium.org2012-01-284-6/+27
* Add a source to V8 proxy resolver-initiated DNS requests,mmenke@chromium.org2012-01-277-26/+50
* Add OSSTATUS_LOG API.mark@chromium.org2012-01-276-36/+33
* This test fails on Windows. Need to investigate.abarth@chromium.org2012-01-271-1/+1
* Import Content-Disposition parsing tests from http://greenbytes.de/tech/tc2231/abarth@chromium.org2012-01-272-1/+305
* Improve parsing of the Content-Disposition headerabarth@chromium.org2012-01-278-356/+498
* net: Add tests for UploadDataStream::position().satorux@chromium.org2012-01-271-7/+17
* SPDY - Change all tests to use SPDY/2.1 protocol. Madertenneti@chromium.org2012-01-2710-91/+129
* [Coverity] Do key_file NULL check earliertbreisacher@chromium.org2012-01-271-2/+4
* 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-266-16/+9
* Fix warnings (which are now errors) in the Android build.jrg@chromium.org2012-01-264-7/+11
* [Coverity] Another UNINIT_CTOR...tbreisacher@chromium.org2012-01-261-2/+7
* DnsClient refactoring + features (timeout, suffix search, server rotation).szym@chromium.org2012-01-2623-1148/+1312
* [Coverity] Fix an UNINIT_CTOR in PartialData::Core constructortbreisacher@chromium.org2012-01-251-2/+2
* Add origin bound certs to BrowsingDataRemover and extensions clear API.mattm@chromium.org2012-01-259-36/+123
* CertDatabaseNSSTest: Don't delete test DB dir since we don't close the DB (br...mattm@chromium.org2012-01-251-16/+5
* Skip checking headers for pipelining if there was a socket error.simonjam@chromium.org2012-01-252-1/+24
* Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2012-01-2520-163/+940
* net: Give more descriptive names for code around the request merging logic.satorux@chromium.org2012-01-244-21/+33
* Remove "FALSE START" logspam.thakis@chromium.org2012-01-241-1/+0
* Improve readability of UploadDataStream.satorux@chromium.org2012-01-242-80/+114
* Temporary preventative build fixjoth@chromium.org2012-01-242-4/+6
* net: add a policy option: DisableSSLRecordSplittingagl@chromium.org2012-01-243-18/+4
* Revert r113405, since it appears to be causing a crash and a hang. Also rever...eroman@chromium.org2012-01-2417-659/+46
* net: Don't merge HTTP headers and body if the body is not in memory.satorux@chromium.org2012-01-249-27/+197
* Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T.fischman@chromium.org2012-01-235-13/+8
* Remove expired certificate from CertDatabaseNSSTest.ImportCACertHierarchyTree.joaodasilva@chromium.org2012-01-231-5/+10