summaryrefslogtreecommitdiffstats
path: root/net/base/upload_data_stream.cc
Commit message (Expand)AuthorAgeFilesLines
* net: Make UploadDataStream independent from UploadDatahashimoto@chromium.org2012-12-111-51/+67
* net: Move ownership of UploadDataStream from HttpNetworkTransaction to URLReq...hashimoto@chromium.org2012-11-141-0/+9
* net: Change type of UploadData::elements from std::vector to ScopedVectorhashimoto@chromium.org2012-11-141-4/+4
* net: Allow calling UploadDataStream::Init() multiple times for reset purposehashimoto@chromium.org2012-11-021-32/+41
* net: Delete special logic for chunked uploadhashimoto@chromium.org2012-10-221-70/+77
* net: Make UploadDataStream::Read() asynchronoushashimoto@chromium.org2012-10-171-4/+71
* net: Make UploadDataStream::Init() asynchronous.hashimoto@chromium.org2012-09-181-8/+69
* net: Move data reading functionalities from UploadElement to UploadElementReaderhashimoto@chromium.org2012-09-111-46/+37
* net: Move file operation code from UploadData to UploadDataStreamhashimoto@chromium.org2012-09-011-8/+23
* net: Remove UploadElement::TYPE_CHUNKhashimoto@chromium.org2012-08-241-6/+3
* net: Make UploadData::Element an independent classhashimoto@chromium.org2012-08-211-6/+6
* Add const accessors to URLRequest and UploadData.vabr@chromium.org2012-07-281-1/+2
* SPDY - chunked upload - cleanup of spdy_http_stream to read the datartenneti@chromium.org2012-07-121-0/+6
* net: Move the logic reading upload elements to UploadData::Element.satorux@chromium.org2012-02-251-84/+8
* net: Split FileStream::Read/Write() into sync and async versions.satorux@chromium.org2012-02-151-3/+2
* net: Make UploadData::GetContentLength() asynchronous.satorux@chromium.org2012-02-101-1/+6
* net: Rename FileStream::Open/Close with OpenSync/CloseSync.satorux@chromium.org2012-02-091-1/+1
* Back out r121064 from the trunk due to a compile failure.mark@chromium.org2012-02-081-1/+1
* net: Rename FileStream::Open/Close with OpenSync/CloseSync.satorux@chromium.org2012-02-081-1/+1
* net: Rework UploadDataStream API by introducing Read().satorux@chromium.org2012-02-081-71/+46
* net: Replace UploadDataStream::Create() with Init().satorux@chromium.org2012-02-021-11/+15
* net: Explicitly close a file stream in UploadDataStream.satorux@chromium.org2012-02-021-1/+6
* Improve readability of UploadDataStream.satorux@chromium.org2012-01-241-63/+88
* net: Don't merge HTTP headers and body if the body is not in memory.satorux@chromium.org2012-01-241-0/+4
* Factor out chunk encoding logic into HttpStreamParser::EncodeChunk().satorux@chromium.org2012-01-211-3/+9
* Revert 118265 (added a static initializer on linux)thakis@chromium.org2012-01-191-4/+3
* Factor out chunk encoding logic into HttpStreamParser::EncodeChunk().satorux@chromium.org2012-01-191-3/+4
* Minor cleanup for UploadDataStream's constructor.satorux@chromium.org2012-01-131-2/+2
* Switch FileStream to use new CompletionCallback.willchan@chromium.org2011-10-121-2/+3
* AppendFileToBody by blocking ipckinuko@chromium.org2011-08-171-0/+3
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-041-2/+21
* Revert "Add chunked uploads support to SPDY"satish@chromium.org2011-03-041-21/+2
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-041-2/+21
* More net/ method ordering.erg@google.com2011-01-261-3/+3
* Prototype of chunked transfer encoded POST.satish@chromium.org2011-01-251-16/+22
* Even more reordering the methods in headers and implementation in net/.erg@google.com2011-01-201-15/+15
* FBTF: Move a bunch of code to the headers and remove includes.erg@google.com2010-09-221-0/+1
* Moving file_util::FileInfo to base::PlatformFileInfo, and adding thedumi@chromium.org2010-09-031-1/+1
* Report unreadable files as size zero when uploading.vandebo@chromium.org2010-03-291-45/+38
* Support sending a sliced file in chromium.jianli@chromium.org2010-03-241-2/+28
* Revert 42152 - Fix the case where the browser livelocks if we cannot open a f...vandebo@chromium.org2010-03-191-30/+20
* Fix the case where the browser livelocks if we cannot open a file.vandebo@chromium.org2010-03-191-20/+30
* Use CHECK_* in netwillchan@chromium.org2010-03-021-2/+1
* Revert "Fix the case where the browser livelocks if we cannot open a file."agl@chromium.org2010-03-011-30/+20
* Fix the case where the browser livelocks if we cannot open a file.agl@chromium.org2010-02-261-20/+30
* Revert "Fix the case where the browser livelocks if we cannot open a file."agl@chromium.org2010-02-241-28/+19
* Fix the case where the browser livelocks if we cannot open a file.agl@chromium.org2010-02-241-19/+28
* Revert r39446: "Fix the case where the browser livelocks if we cannot open a ...agl@chromium.org2010-02-191-28/+19
* Fix the case where the browser livelocks if we cannot open a file.agl@chromium.org2010-02-191-19/+28
* Add a notion of 'eof' to UploadDataStream, replacing the use of its size prop...vandebo@google.com2010-02-041-2/+7