summaryrefslogtreecommitdiffstats
path: root/net/base/upload_data_stream.h
Commit message (Expand)AuthorAgeFilesLines
* SPDY - chunked upload - cleanup of spdy_http_stream to read the datartenneti@chromium.org2012-07-121-2/+8
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Cleanup: Remove unneeded scoped_ptr.h includes from net.thestig@chromium.org2012-05-171-1/+1
* net: Move the logic reading upload elements to UploadData::Element.satorux@chromium.org2012-02-251-15/+0
* net: Rework UploadDataStream API by introducing Read().satorux@chromium.org2012-02-081-46/+16
* net: Replace UploadDataStream::Create() with Init().satorux@chromium.org2012-02-021-8/+12
* Improve readability of UploadDataStream.satorux@chromium.org2012-01-241-17/+26
* net: Don't merge HTTP headers and body if the body is not in memory.satorux@chromium.org2012-01-241-0/+3
* Factor out chunk encoding logic into HttpStreamParser::EncodeChunk().satorux@chromium.org2012-01-211-6/+9
* Revert 118265 (added a static initializer on linux)thakis@chromium.org2012-01-191-5/+5
* Factor out chunk encoding logic into HttpStreamParser::EncodeChunk().satorux@chromium.org2012-01-191-5/+5
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-2/+2
* net: Add NET_API to net/baservargas@google.com2011-05-181-3/+3
* Fix a memory stomper possible during redirect of an HTTP POST:eroman@chromium.org2011-03-311-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-041-0/+20
* Revert "Add chunked uploads support to SPDY"satish@chromium.org2011-03-041-20/+0
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-041-0/+20
* Prototype of chunked transfer encoded POST.satish@chromium.org2011-01-251-3/+10
* Even more reordering the methods in headers and implementation in net/.erg@google.com2011-01-201-3/+4
* FBTF: Move a bunch of code to the headers and remove includes.erg@google.com2010-09-221-1/+2
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Get rid of DISALLOW_EVIL_CONSTRUCTORS macro usage in our code base.tfarina@chromium.org2010-06-071-1/+1
* Report unreadable files as size zero when uploading.vandebo@chromium.org2010-03-291-5/+5
* Support sending a sliced file in chromium.jianli@chromium.org2010-03-241-2/+11
* Revert 42152 - Fix the case where the browser livelocks if we cannot open a f...vandebo@chromium.org2010-03-191-2/+2
* Fix the case where the browser livelocks if we cannot open a file.vandebo@chromium.org2010-03-191-2/+2
* Revert "Fix the case where the browser livelocks if we cannot open a file."agl@chromium.org2010-03-011-2/+2
* Fix the case where the browser livelocks if we cannot open a file.agl@chromium.org2010-02-261-2/+2
* Revert "Fix the case where the browser livelocks if we cannot open a file."agl@chromium.org2010-02-241-2/+2
* Fix the case where the browser livelocks if we cannot open a file.agl@chromium.org2010-02-241-2/+2
* Revert r39446: "Fix the case where the browser livelocks if we cannot open a ...agl@chromium.org2010-02-191-2/+2
* Fix the case where the browser livelocks if we cannot open a file.agl@chromium.org2010-02-191-2/+2
* Add a notion of 'eof' to UploadDataStream, replacing the use of its size prop...vandebo@google.com2010-02-041-1/+13
* Reduce header dependencies in net/phajdan.jr@chromium.org2009-05-291-1/+2
* Use IOBuffers on UploadDataStream.rvargas@google.com2009-05-111-2/+3
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Remove the UploadDataStream::Reset method. Instead,wtc@google.com2008-11-051-4/+1
* * Add write and read/write support to FileStream (renamed from FileInputStream).erikkay@google.com2008-11-031-2/+2
* Define FileInputStream and use it to make UpdateDataStream and URLRequestFile...darin@google.com2008-09-291-7/+4
* add http layer and unit tests to mac build. stub out file uploading in upload...pinkerton@google.com2008-09-251-0/+4
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Add net to the repository.initial.commit2008-07-261-0/+95