summaryrefslogtreecommitdiffstats
path: root/net/http/http_stream_parser_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-081-1/+1
* net: Stop using base::WorkerPool from UploadFileElementReaderhashimoto@chromium.org2013-01-101-1/+1
* net: Split sync part of UploadFileElementReader as UploadFileElementReaderSynchashimoto@chromium.org2012-12-201-6/+8
* net: Make UploadDataStream independent from UploadDatahashimoto@chromium.org2012-12-111-25/+23
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-2/+2
* net: Remove UploadDataStream* argument from HttpStream::SendRequesthashimoto@chromium.org2012-11-151-5/+4
* net: Stop passing ownership of UploadDataStream from HttpNetworkTransaction t...hashimoto@chromium.org2012-11-011-10/+10
* net: Make UploadDataStream::Init() asynchronous.hashimoto@chromium.org2012-09-181-6/+6
* Modify DeterministicSocketData to verify that the sequence number of reads an...rch@chromium.org2012-07-211-1/+1
* Remove most usages of scoped_ptr<*SocketData> in net unittests.rch@chromium.org2012-07-191-13/+12
* DeterministicSocketDataProvider should not be RefCountedrsleevi@chromium.org2012-07-101-2/+2
* Do not enqueue multiple socket writes performing an HTTP chunked requestrsleevi@chromium.org2012-06-151-0/+153
* net: Replace UploadDataStream::Create() with Init().satorux@chromium.org2012-02-021-10/+10
* net: Give more descriptive names for code around the request merging logic.satorux@chromium.org2012-01-241-12/+18
* net: Don't merge HTTP headers and body if the body is not in memory.satorux@chromium.org2012-01-241-0/+70
* Factor out chunk encoding logic into HttpStreamParser::EncodeChunk().satorux@chromium.org2012-01-211-0/+77
* Revert 118265 (added a static initializer on linux)thakis@chromium.org2012-01-191-77/+0
* Factor out chunk encoding logic into HttpStreamParser::EncodeChunk().satorux@chromium.org2012-01-191-0/+77