summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* Revert 118950 - Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2012-02-0412-806/+113
* [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-314-38/+133
* Disconnect pipeline socket immediately on Close(true) while a Read*() is pend...simonjam@chromium.org2012-01-302-4/+42
* BufferedResourceHandler::ShouldDownload shouldn't manually parse Content-Disp...abarth@chromium.org2012-01-283-3/+6
* Re-enable HttpContentDispositionTest.tc2231abarth@chromium.org2012-01-281-1/+7
* Add NetLog entries to preconnect HttpStreamFactoryImpl::Jobs.mmenke@chromium.org2012-01-286-18/+14
* 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-274-2/+342
* SPDY - Change all tests to use SPDY/2.1 protocol. Madertenneti@chromium.org2012-01-276-60/+61
* [Coverity] Fix an UNINIT_CTOR in PartialData::Core constructortbreisacher@chromium.org2012-01-251-2/+2
* 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-2512-113/+806
* net: Give more descriptive names for code around the request merging logic.satorux@chromium.org2012-01-243-20/+28
* Revert r113405, since it appears to be causing a crash and a hang. Also rever...eroman@chromium.org2012-01-243-228/+5
* net: Don't merge HTTP headers and body if the body is not in memory.satorux@chromium.org2012-01-243-27/+112
* Fixes to socket_test_util.cc.szym@chromium.org2012-01-221-33/+33
* Split DoSendBody() to DoSendChunkedBody() and DoSendNonChunkedBody().satorux@chromium.org2012-01-222-49/+65
* Factor out chunk encoding logic into HttpStreamParser::EncodeChunk().satorux@chromium.org2012-01-213-20/+137
* Disable pipelining if we encounter HTTP Authentication.simonjam@chromium.org2012-01-196-5/+56
* 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-193-138/+20
* Factor out chunk encoding logic into HttpStreamParser::EncodeChunk().satorux@chromium.org2012-01-193-20/+138
* 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
* Revert "net: merge HTTP headers and body when the sum is small enough."agl@chromium.org2012-01-181-45/+36
* net: merge HTTP headers and body when the sum is small enough.agl@chromium.org2012-01-181-36/+45
* Handle socket errors better while pipelining:simonjam@chromium.org2012-01-143-4/+57
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* [Coverity] fixed uninitialized member varsgroby@chromium.org2011-12-291-1/+3
* Turn on prefetching againgavinp@chromium.org2011-12-271-0/+7
* Link rel=prefetch was disabled during prerender development; for nowgavinp@chromium.org2011-12-271-4/+4
* Fix review comments from wtcajwong@chromium.org2011-12-231-4/+4
* Migrate HttpCache adn HttpCacheTransaction to base::Bind().ajwong@chromium.org2011-12-236-138/+80
* Convert DiskCacheBasedSSLHostInfo to base::Bind().ajwong@chromium.org2011-12-222-83/+49
* base::Bind: More low-hanging fruit in webkit/appcache.jhawkins@chromium.org2011-12-221-2/+2
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-212-1/+5
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-2054-1049/+1096
* Add HTTP pipelining to net-internals:simonjam@chromium.org2011-12-2014-20/+201
* Added protocol_version negotiated with the server.rtenneti@google.com2011-12-2029-33/+183
* base::Bind: Convert net/proxy.jhawkins@chromium.org2011-12-201-2/+2
* Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> obj...ajwong@chromium.org2011-12-201-2/+1
* In net-internals, have HTTP_STREAM_JOBs link to themmenke@chromium.org2011-12-1911-27/+28
* base::Bind: Convert most of disk_cache.jhawkins@chromium.org2011-12-1911-181/+251
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-192-13/+17
* Revert 114944 - Standardize StringToInt{,64} interface.battre@chromium.org2011-12-182-17/+13
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-182-13/+17