summaryrefslogtreecommitdiffstats
path: root/net/base/upload_data_stream_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* net: Make UploadDataStream::Read() asynchronoushashimoto@chromium.org2012-10-171-91/+185
* net: Make UploadDataStream::Init() asynchronous.hashimoto@chromium.org2012-09-181-9/+145
* net: Move data reading functionalities from UploadElement to UploadElementReaderhashimoto@chromium.org2012-09-111-1/+4
* net: Move file operation code from UploadData to UploadDataStreamhashimoto@chromium.org2012-09-011-3/+89
* net: Make UploadData::Element an independent classhashimoto@chromium.org2012-08-211-6/+6
* net: Fix a regression that broke file uploading with http authenticationsatorux@chromium.org2012-05-221-0/+43
* Revert 138168 - net: Fix a regression that broke file uploading with http aut...zea@chromium.org2012-05-221-43/+0
* net: Fix a regression that broke file uploading with http authenticationsatorux@chromium.org2012-05-211-0/+43
* net: Make UploadData::GetContentLength() asynchronous.satorux@chromium.org2012-02-101-1/+3
* net: Fix a memory leak in upload_data_stream_unittest.ccsatorux@chromium.org2012-02-081-2/+5
* net: Rework UploadDataStream API by introducing Read().satorux@chromium.org2012-02-081-8/+15
* net: Replace UploadDataStream::Create() with Init().satorux@chromium.org2012-02-021-11/+10
* net: Add tests for UploadDataStream::position().satorux@chromium.org2012-01-271-7/+17
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Remove most unnecessary uses of "net::" in net/base/.adamk@chromium.org2011-03-251-3/+3
* Prototype of chunked transfer encoded POST.satish@chromium.org2011-01-251-2/+2
* Moving file_util::FileInfo to base::PlatformFileInfo, and adding thedumi@chromium.org2010-09-031-2/+1
* FBTF: A giant cleanup to net/erg@google.com2010-08-311-2/+2
* Report unreadable files as size zero when uploading.vandebo@chromium.org2010-03-291-1/+3
* Support sending a sliced file in chromium.jianli@chromium.org2010-03-241-11/+62
* Add a notion of 'eof' to UploadDataStream, replacing the use of its size prop...vandebo@google.com2010-02-041-0/+74