summaryrefslogtreecommitdiffstats
path: root/net/base/upload_data_stream_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Use a direct include of the message_loop header in net/, part 1.avi@chromium.org2013-07-171-1/+1
* Use a direct include of time headers in net/, part 1.avi@chromium.org2013-06-281-1/+1
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-25/+49
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-29/+41
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-231-5/+5
* 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-11/+11
* net: Stop using base::WorkerPool from UploadFileElementReaderhashimoto@chromium.org2013-01-101-1/+10
* net: Allow UploadElementReader to report errors on Read()hashimoto@chromium.org2012-12-291-1/+76
* net: Split sync part of UploadFileElementReader as UploadFileElementReaderSynchashimoto@chromium.org2012-12-201-60/+67
* net: Make UploadDataStream independent from UploadDatahashimoto@chromium.org2012-12-111-100/+78
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-2/+2
* net: Update calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-141-7/+7
* net: Change type of UploadData::elements from std::vector to ScopedVectorhashimoto@chromium.org2012-11-141-20/+4
* net: Allow calling UploadDataStream::Init() multiple times for reset purposehashimoto@chromium.org2012-11-021-13/+229
* 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