summaryrefslogtreecommitdiffstats
path: root/net/base/upload_data.h
Commit message (Expand)AuthorAgeFilesLines
* Revert 244982 "Revert 244857 "net: Remove classes which were use..."hashimoto@chromium.org2014-01-171-83/+0
* Revert 244857 "net: Remove classes which were used only by Chrom..."oshima@chromium.org2014-01-151-0/+83
* net: Remove classes which were used only by Chrome Framehashimoto@chromium.org2014-01-151-83/+0
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-3/+2
* net: Make UploadDataStream independent from UploadDatahashimoto@chromium.org2012-12-111-13/+0
* net: Change type of UploadData::elements from std::vector to ScopedVectorhashimoto@chromium.org2012-11-141-9/+6
* net: Delete special logic for chunked uploadhashimoto@chromium.org2012-10-221-18/+5
* net: Make UploadDataStream::Read() asynchronoushashimoto@chromium.org2012-10-171-1/+8
* net: Move file operation code from UploadData to UploadDataStreamhashimoto@chromium.org2012-09-011-26/+0
* net: Remove UploadElement::TYPE_CHUNKhashimoto@chromium.org2012-08-241-0/+4
* Split net::UploadData into two: for resource request IPC and for upload handlingkinuko@chromium.org2012-08-211-2/+0
* Revert 152528 - Split net::UploadData into two: for resource request IPC and ...kinuko@chromium.org2012-08-211-0/+2
* Split net::UploadData into two: for resource request IPC and for upload handlingkinuko@chromium.org2012-08-211-2/+0
* net: Make UploadData::Element an independent classhashimoto@chromium.org2012-08-211-172/+13
* Add const accessors to URLRequest and UploadData.vabr@chromium.org2012-07-281-1/+5
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* net: Fix a regression that broke file uploading with http authenticationsatorux@chromium.org2012-05-221-2/+3
* Revert 138168 - net: Fix a regression that broke file uploading with http aut...zea@chromium.org2012-05-221-3/+2
* net: Fix a regression that broke file uploading with http authenticationsatorux@chromium.org2012-05-211-2/+3
* Remove SPDY 2.1 support.rch@chromium.org2012-04-091-2/+0
* Fix some grammar in comments, error messages and documentation.gavinp@chromium.org2012-04-031-1/+1
* Fork SPDY/2 and SPDY/3 versions of our SPDY tests, in preparation for landingrch@chromium.org2012-03-041-0/+6
* Ensure blobs and associated temp/shareable files survive URLRequest uploads.michaeln@google.com2012-03-021-2/+12
* net: Move the logic reading upload elements to UploadData::Element.satorux@chromium.org2012-02-251-5/+34
* net: Make UploadData::GetContentLength() asynchronous.satorux@chromium.org2012-02-101-3/+16
* net: Don't merge HTTP headers and body if the body is not in memory.satorux@chromium.org2012-01-241-0/+4
* Remove unused code from UploadData and URLRequest.satorux@chromium.org2012-01-121-3/+1
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-4/+4
* net: Add NET_API to net/baservargas@google.com2011-05-181-4/+5
* 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-3/+3
* Revert "Add chunked uploads support to SPDY"satish@chromium.org2011-03-041-3/+3
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-041-3/+3
* Add support for chunked encoding in ChromeFrame for POST requests. This fixes...ananta@chromium.org2011-01-261-0/+10
* Prototype of chunked transfer encoded POST.satish@chromium.org2011-01-251-1/+38
* FBTF: A giant cleanup to net/erg@google.com2010-08-311-37/+14
* Support handling blob URL and resolve blob references in upload data.jianli@chromium.org2010-08-311-0/+25
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-271-1/+0
* Support sending BlobData to browser process. Also support sending UploadDatajianli@chromium.org2010-08-271-1/+17
* More FRIEND_TEST_ALL_PREFIXES.phajdan.jr@chromium.org2010-07-301-3/+4
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Report unreadable files as size zero when uploading.vandebo@chromium.org2010-03-291-5/+23
* Support sending a sliced file in chromium.jianli@chromium.org2010-03-241-4/+17
* Revert 42152 - Fix the case where the browser livelocks if we cannot open a f...vandebo@chromium.org2010-03-191-38/+9
* Fix the case where the browser livelocks if we cannot open a file.vandebo@chromium.org2010-03-191-9/+38
* Revert "Fix the case where the browser livelocks if we cannot open a file."agl@chromium.org2010-03-011-38/+9
* Fix the case where the browser livelocks if we cannot open a file.agl@chromium.org2010-02-261-9/+38
* Revert "Fix the case where the browser livelocks if we cannot open a file."agl@chromium.org2010-02-241-38/+9
* Fix the case where the browser livelocks if we cannot open a file.agl@chromium.org2010-02-241-9/+38
* Revert r39446: "Fix the case where the browser livelocks if we cannot open a ...agl@chromium.org2010-02-191-37/+10