summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixes to socket_test_util.cc.szym@chromium.org2012-01-2212-230/+206
* Split DoSendBody() to DoSendChunkedBody() and DoSendNonChunkedBody().satorux@chromium.org2012-01-222-49/+65
* The network_moved check in DoHandshakeLoop and calling OnHandshakeIOCompletejnd@chromium.org2012-01-211-15/+13
* Fix nit: Clarify code by using locally-declared alias for complex expression.palmer@chromium.org2012-01-211-1/+1
* SPDY - SpdyFramer close the session for header compression/decompression errors.rtenneti@google.com2012-01-211-1/+4
* Adds TTL argument to HostCache::Set.szym@chromium.org2012-01-219-121/+134
* Factor out chunk encoding logic into HttpStreamParser::EncodeChunk().satorux@chromium.org2012-01-216-29/+156
* Decrease the PAC polling delay even further.eroman@chromium.org2012-01-203-72/+97
* Pick up the fix for NSS bug 718554 (a SSL_ForceHandshake bug).wtc@chromium.org2012-01-202-4/+4
* Revert 118489 since it seems to regress linux-sizes.sadrul@chromium.org2012-01-209-133/+121
* Revert 117772 - Add instrumentation to help track down a use-after-free.eroman@chromium.org2012-01-202-58/+4
* Revert 118074 - Disable FPO throughout client_socket_pool_base.cc.eroman@chromium.org2012-01-201-13/+0
* Fix a use-after free in socket pool which can happen after reaching the maxiu...eroman@chromium.org2012-01-201-0/+5
* Adds custom ttl argument to HostCache::Set.szym@chromium.org2012-01-209-121/+133
* net: remove SSL blacklisted hosts that were included because of record splitt...agl@chromium.org2012-01-201-28/+0
* Move operator<< for StringPiece into string_piece.{h,cc}akalin@chromium.org2012-01-201-1/+2
* [uber page] make references to chrome_shared2.css relativeestade@chromium.org2012-01-201-1/+2
* The network_moved check in DoHandshakeLoop should only apply towtc@chromium.org2012-01-191-12/+13
* Disable pipelining if we encounter HTTP Authentication.simonjam@chromium.org2012-01-196-5/+56
* Clean up uses of static data around singletons.rsesek@chromium.org2012-01-191-2/+7
* net: merge HTTP headers and body when the sum is small enough.agl@chromium.org2012-01-191-36/+46
* Revert 118265 (added a static initializer on linux)thakis@chromium.org2012-01-196-148/+28
* Factor out chunk encoding logic into HttpStreamParser::EncodeChunk().satorux@chromium.org2012-01-196-28/+148
* Minor clean-up for HttpStreamParser::DoSendBody()satorux@chromium.org2012-01-191-4/+3
* Fix a bug where an alternate protocol request to an unsafe portmmenke@chromium.org2012-01-193-26/+94
* Add comments to HttpStreamParser::DoSendBody().satorux@chromium.org2012-01-191-2/+10
* Change the polling policy for PAC scripts to be much less frequent (new: 2 ho...eroman@chromium.org2012-01-182-48/+65