summaryrefslogtreecommitdiffstats
path: root/net/base/upload_data_stream.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Try to find the cause of the crash in memcpy, called from DoSendBody.vandebo@chromium.org2009-11-191-1/+2
* Reduce header dependencies in net/phajdan.jr@chromium.org2009-05-291-0/+1
* Use IOBuffers on UploadDataStream.rvargas@google.com2009-05-111-3/+5
* Switching things to FilePath:phajdan.jr@chromium.org2009-04-071-6/+6
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Change FileStream to use FilePath instead of wstring.erikkay@google.com2009-01-261-1/+2
* Remove the UploadDataStream::Reset method. Instead,wtc@google.com2008-11-051-12/+7
* * Add write and read/write support to FileStream (renamed from FileInputStream).erikkay@google.com2008-11-031-1/+3
* Define FileInputStream and use it to make UpdateDataStream and URLRequestFile...darin@google.com2008-09-291-66/+31
* add http layer and unit tests to mac build. stub out file uploading in upload...pinkerton@google.com2008-09-251-0/+16
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Large patch set (159 files total) to cleanup the includes.maruel@google.com2008-08-151-0/+2
* Add net to the repository.initial.commit2008-07-261-0/+151