summaryrefslogtreecommitdiffstats
path: root/net/base/upload_data.cc
Commit message (Expand)AuthorAgeFilesLines
* net: Move file operation code from UploadData to UploadDataStreamhashimoto@chromium.org2012-09-011-59/+0
* net: Remove UploadElement::TYPE_CHUNKhashimoto@chromium.org2012-08-241-2/+5
* Split net::UploadData into two: for resource request IPC and for upload handlingkinuko@chromium.org2012-08-211-6/+0
* Revert 152528 - Split net::UploadData into two: for resource request IPC and ...kinuko@chromium.org2012-08-211-0/+6
* Split net::UploadData into two: for resource request IPC and for upload handlingkinuko@chromium.org2012-08-211-6/+0
* net: Make UploadData::Element an independent classhashimoto@chromium.org2012-08-211-192/+7
* net: Fix a regression that broke file uploading with http authenticationsatorux@chromium.org2012-05-221-0/+14
* Revert 138168 - net: Fix a regression that broke file uploading with http aut...zea@chromium.org2012-05-221-14/+0
* net: Fix a regression that broke file uploading with http authenticationsatorux@chromium.org2012-05-211-0/+14
* Make FileStream::Seek async and add FileStream::SeekSync for sync operationkinuko@chromium.org2012-04-111-1/+1
* net: Move the logic reading upload elements to UploadData::Element.satorux@chromium.org2012-02-251-9/+76
* net: Make UploadData::GetContentLength() asynchronous.satorux@chromium.org2012-02-101-21/+39
* net: Rename FileStream::Open/Close with OpenSync/CloseSync.satorux@chromium.org2012-02-091-3/+4
* Back out r121064 from the trunk due to a compile failure.mark@chromium.org2012-02-081-4/+3
* net: Rename FileStream::Open/Close with OpenSync/CloseSync.satorux@chromium.org2012-02-081-3/+4
* net: Allow IO when UpdateData closes its FileStream.marja@chromium.org2012-02-081-1/+6
* Added Net logging to FileStream.ahendrickson@chromium.org2012-02-021-1/+1
* net: Give more descriptive names for code around the request merging logic.satorux@chromium.org2012-01-241-1/+5
* net: Don't merge HTTP headers and body if the body is not in memory.satorux@chromium.org2012-01-241-0/+12
* Minor cleanup for UploadDataStream's constructor.satorux@chromium.org2012-01-131-0/+3
* Remove unused code from UploadData and URLRequest.satorux@chromium.org2012-01-121-7/+1
* Adding ScopedAllowIO in UploadData::Element::GetContentLength.tzik@chromium.org2011-05-311-3/+18
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-041-9/+8
* Revert "Add chunked uploads support to SPDY"satish@chromium.org2011-03-041-8/+9
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-041-9/+8
* Add support for chunked encoding in ChromeFrame for POST requests. This fixes...ananta@chromium.org2011-01-261-1/+0
* More net/ method ordering.erg@google.com2011-01-261-12/+12
* Prototype of chunked transfer encoded POST.satish@chromium.org2011-01-251-2/+36
* Coverity: Initialize data members in constructor.kmadhusu@chromium.org2010-10-181-0/+1
* FBTF: A giant cleanup to net/erg@google.com2010-08-311-6/+56
* Support sending BlobData to browser process. Also support sending UploadDatajianli@chromium.org2010-08-271-0/+3
* Report unreadable files as size zero when uploading.vandebo@chromium.org2010-03-291-6/+51
* Revert 42152 - Fix the case where the browser livelocks if we cannot open a f...vandebo@chromium.org2010-03-191-56/+16
* Fix the case where the browser livelocks if we cannot open a file.vandebo@chromium.org2010-03-191-16/+56
* Revert "Fix the case where the browser livelocks if we cannot open a file."agl@chromium.org2010-03-011-56/+16
* Fix the case where the browser livelocks if we cannot open a file.agl@chromium.org2010-02-261-16/+56
* Revert "Fix the case where the browser livelocks if we cannot open a file."agl@chromium.org2010-02-241-56/+16
* Fix the case where the browser livelocks if we cannot open a file.agl@chromium.org2010-02-241-16/+56
* Revert r39446: "Fix the case where the browser livelocks if we cannot open a ...agl@chromium.org2010-02-191-59/+18
* Fix the case where the browser livelocks if we cannot open a file.agl@chromium.org2010-02-191-18/+59
* Add a notion of 'eof' to UploadDataStream, replacing the use of its size prop...vandebo@google.com2010-02-041-1/+4
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Make upload_data not be windows specific. Add it to the SCons build.tc@google.com2008-08-211-11/+4
* Large patch set (159 files total) to cleanup the includes.maruel@google.com2008-08-151-1/+3
* Add net to the repository.initial.commit2008-07-261-0/+71