| Commit message (Expand) | Author | Age | Files | Lines |
* | net: Make UploadDataStream independent from UploadData | hashimoto@chromium.org | 2012-12-11 | 1 | -51/+67 |
* | net: Move ownership of UploadDataStream from HttpNetworkTransaction to URLReq... | hashimoto@chromium.org | 2012-11-14 | 1 | -0/+9 |
* | net: Change type of UploadData::elements from std::vector to ScopedVector | hashimoto@chromium.org | 2012-11-14 | 1 | -4/+4 |
* | net: Allow calling UploadDataStream::Init() multiple times for reset purpose | hashimoto@chromium.org | 2012-11-02 | 1 | -32/+41 |
* | net: Delete special logic for chunked upload | hashimoto@chromium.org | 2012-10-22 | 1 | -70/+77 |
* | net: Make UploadDataStream::Read() asynchronous | hashimoto@chromium.org | 2012-10-17 | 1 | -4/+71 |
* | net: Make UploadDataStream::Init() asynchronous. | hashimoto@chromium.org | 2012-09-18 | 1 | -8/+69 |
* | net: Move data reading functionalities from UploadElement to UploadElementReader | hashimoto@chromium.org | 2012-09-11 | 1 | -46/+37 |
* | net: Move file operation code from UploadData to UploadDataStream | hashimoto@chromium.org | 2012-09-01 | 1 | -8/+23 |
* | net: Remove UploadElement::TYPE_CHUNK | hashimoto@chromium.org | 2012-08-24 | 1 | -6/+3 |
* | net: Make UploadData::Element an independent class | hashimoto@chromium.org | 2012-08-21 | 1 | -6/+6 |
* | Add const accessors to URLRequest and UploadData. | vabr@chromium.org | 2012-07-28 | 1 | -1/+2 |
* | SPDY - chunked upload - cleanup of spdy_http_stream to read the data | rtenneti@chromium.org | 2012-07-12 | 1 | -0/+6 |
* | net: Move the logic reading upload elements to UploadData::Element. | satorux@chromium.org | 2012-02-25 | 1 | -84/+8 |
* | net: Split FileStream::Read/Write() into sync and async versions. | satorux@chromium.org | 2012-02-15 | 1 | -3/+2 |
* | net: Make UploadData::GetContentLength() asynchronous. | satorux@chromium.org | 2012-02-10 | 1 | -1/+6 |
* | net: Rename FileStream::Open/Close with OpenSync/CloseSync. | satorux@chromium.org | 2012-02-09 | 1 | -1/+1 |
* | Back out r121064 from the trunk due to a compile failure. | mark@chromium.org | 2012-02-08 | 1 | -1/+1 |
* | net: Rename FileStream::Open/Close with OpenSync/CloseSync. | satorux@chromium.org | 2012-02-08 | 1 | -1/+1 |
* | net: Rework UploadDataStream API by introducing Read(). | satorux@chromium.org | 2012-02-08 | 1 | -71/+46 |
* | net: Replace UploadDataStream::Create() with Init(). | satorux@chromium.org | 2012-02-02 | 1 | -11/+15 |
* | net: Explicitly close a file stream in UploadDataStream. | satorux@chromium.org | 2012-02-02 | 1 | -1/+6 |
* | Improve readability of UploadDataStream. | satorux@chromium.org | 2012-01-24 | 1 | -63/+88 |
* | net: Don't merge HTTP headers and body if the body is not in memory. | satorux@chromium.org | 2012-01-24 | 1 | -0/+4 |
* | Factor out chunk encoding logic into HttpStreamParser::EncodeChunk(). | satorux@chromium.org | 2012-01-21 | 1 | -3/+9 |
* | Revert 118265 (added a static initializer on linux) | thakis@chromium.org | 2012-01-19 | 1 | -4/+3 |
* | Factor out chunk encoding logic into HttpStreamParser::EncodeChunk(). | satorux@chromium.org | 2012-01-19 | 1 | -3/+4 |
* | Minor cleanup for UploadDataStream's constructor. | satorux@chromium.org | 2012-01-13 | 1 | -2/+2 |
* | Switch FileStream to use new CompletionCallback. | willchan@chromium.org | 2011-10-12 | 1 | -2/+3 |
* | AppendFileToBody by blocking ipc | kinuko@chromium.org | 2011-08-17 | 1 | -0/+3 |
* | Add chunked uploads support to SPDY | satish@chromium.org | 2011-03-04 | 1 | -2/+21 |
* | Revert "Add chunked uploads support to SPDY" | satish@chromium.org | 2011-03-04 | 1 | -21/+2 |
* | Add chunked uploads support to SPDY | satish@chromium.org | 2011-03-04 | 1 | -2/+21 |
* | More net/ method ordering. | erg@google.com | 2011-01-26 | 1 | -3/+3 |
* | Prototype of chunked transfer encoded POST. | satish@chromium.org | 2011-01-25 | 1 | -16/+22 |
* | Even more reordering the methods in headers and implementation in net/. | erg@google.com | 2011-01-20 | 1 | -15/+15 |
* | FBTF: Move a bunch of code to the headers and remove includes. | erg@google.com | 2010-09-22 | 1 | -0/+1 |
* | Moving file_util::FileInfo to base::PlatformFileInfo, and adding the | dumi@chromium.org | 2010-09-03 | 1 | -1/+1 |
* | Report unreadable files as size zero when uploading. | vandebo@chromium.org | 2010-03-29 | 1 | -45/+38 |
* | Support sending a sliced file in chromium. | jianli@chromium.org | 2010-03-24 | 1 | -2/+28 |
* | Revert 42152 - Fix the case where the browser livelocks if we cannot open a f... | vandebo@chromium.org | 2010-03-19 | 1 | -30/+20 |
* | Fix the case where the browser livelocks if we cannot open a file. | vandebo@chromium.org | 2010-03-19 | 1 | -20/+30 |
* | Use CHECK_* in net | willchan@chromium.org | 2010-03-02 | 1 | -2/+1 |
* | Revert "Fix the case where the browser livelocks if we cannot open a file." | agl@chromium.org | 2010-03-01 | 1 | -30/+20 |
* | Fix the case where the browser livelocks if we cannot open a file. | agl@chromium.org | 2010-02-26 | 1 | -20/+30 |
* | Revert "Fix the case where the browser livelocks if we cannot open a file." | agl@chromium.org | 2010-02-24 | 1 | -28/+19 |
* | Fix the case where the browser livelocks if we cannot open a file. | agl@chromium.org | 2010-02-24 | 1 | -19/+28 |
* | Revert r39446: "Fix the case where the browser livelocks if we cannot open a ... | agl@chromium.org | 2010-02-19 | 1 | -28/+19 |
* | Fix the case where the browser livelocks if we cannot open a file. | agl@chromium.org | 2010-02-19 | 1 | -19/+28 |
* | Add a notion of 'eof' to UploadDataStream, replacing the use of its size prop... | vandebo@google.com | 2010-02-04 | 1 | -2/+7 |