| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 244982 "Revert 244857 "net: Remove classes which were use..." | hashimoto@chromium.org | 2014-01-17 | 1 | -83/+0 |
* | Revert 244857 "net: Remove classes which were used only by Chrom..." | oshima@chromium.org | 2014-01-15 | 1 | -0/+83 |
* | net: Remove classes which were used only by Chrome Frame | hashimoto@chromium.org | 2014-01-15 | 1 | -83/+0 |
* | Add FilePath to base namespace. | brettw@chromium.org | 2013-02-02 | 1 | -3/+2 |
* | net: Make UploadDataStream independent from UploadData | hashimoto@chromium.org | 2012-12-11 | 1 | -13/+0 |
* | net: Change type of UploadData::elements from std::vector to ScopedVector | hashimoto@chromium.org | 2012-11-14 | 1 | -9/+6 |
* | net: Delete special logic for chunked upload | hashimoto@chromium.org | 2012-10-22 | 1 | -18/+5 |
* | net: Make UploadDataStream::Read() asynchronous | hashimoto@chromium.org | 2012-10-17 | 1 | -1/+8 |
* | net: Move file operation code from UploadData to UploadDataStream | hashimoto@chromium.org | 2012-09-01 | 1 | -26/+0 |
* | net: Remove UploadElement::TYPE_CHUNK | hashimoto@chromium.org | 2012-08-24 | 1 | -0/+4 |
* | Split net::UploadData into two: for resource request IPC and for upload handling | kinuko@chromium.org | 2012-08-21 | 1 | -2/+0 |
* | Revert 152528 - Split net::UploadData into two: for resource request IPC and ... | kinuko@chromium.org | 2012-08-21 | 1 | -0/+2 |
* | Split net::UploadData into two: for resource request IPC and for upload handling | kinuko@chromium.org | 2012-08-21 | 1 | -2/+0 |
* | net: Make UploadData::Element an independent class | hashimoto@chromium.org | 2012-08-21 | 1 | -172/+13 |
* | Add const accessors to URLRequest and UploadData. | vabr@chromium.org | 2012-07-28 | 1 | -1/+5 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | net: Fix a regression that broke file uploading with http authentication | satorux@chromium.org | 2012-05-22 | 1 | -2/+3 |
* | Revert 138168 - net: Fix a regression that broke file uploading with http aut... | zea@chromium.org | 2012-05-22 | 1 | -3/+2 |
* | net: Fix a regression that broke file uploading with http authentication | satorux@chromium.org | 2012-05-21 | 1 | -2/+3 |
* | Remove SPDY 2.1 support. | rch@chromium.org | 2012-04-09 | 1 | -2/+0 |
* | Fix some grammar in comments, error messages and documentation. | gavinp@chromium.org | 2012-04-03 | 1 | -1/+1 |
* | Fork SPDY/2 and SPDY/3 versions of our SPDY tests, in preparation for landing | rch@chromium.org | 2012-03-04 | 1 | -0/+6 |
* | Ensure blobs and associated temp/shareable files survive URLRequest uploads. | michaeln@google.com | 2012-03-02 | 1 | -2/+12 |
* | net: Move the logic reading upload elements to UploadData::Element. | satorux@chromium.org | 2012-02-25 | 1 | -5/+34 |
* | net: Make UploadData::GetContentLength() asynchronous. | satorux@chromium.org | 2012-02-10 | 1 | -3/+16 |
* | net: Don't merge HTTP headers and body if the body is not in memory. | satorux@chromium.org | 2012-01-24 | 1 | -0/+4 |
* | Remove unused code from UploadData and URLRequest. | satorux@chromium.org | 2012-01-12 | 1 | -3/+1 |
* | Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. | darin@chromium.org | 2011-08-12 | 1 | -4/+4 |
* | net: Add NET_API to net/base | rvargas@google.com | 2011-05-18 | 1 | -4/+5 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Add chunked uploads support to SPDY | satish@chromium.org | 2011-03-04 | 1 | -3/+3 |
* | Revert "Add chunked uploads support to SPDY" | satish@chromium.org | 2011-03-04 | 1 | -3/+3 |
* | Add chunked uploads support to SPDY | satish@chromium.org | 2011-03-04 | 1 | -3/+3 |
* | Add support for chunked encoding in ChromeFrame for POST requests. This fixes... | ananta@chromium.org | 2011-01-26 | 1 | -0/+10 |
* | Prototype of chunked transfer encoded POST. | satish@chromium.org | 2011-01-25 | 1 | -1/+38 |
* | FBTF: A giant cleanup to net/ | erg@google.com | 2010-08-31 | 1 | -37/+14 |
* | Support handling blob URL and resolve blob references in upload data. | jianli@chromium.org | 2010-08-31 | 1 | -0/+25 |
* | FBTF: Remove unneeded headers from base/ (part 7) | thestig@chromium.org | 2010-08-27 | 1 | -1/+0 |
* | Support sending BlobData to browser process. Also support sending UploadData | jianli@chromium.org | 2010-08-27 | 1 | -1/+17 |
* | More FRIEND_TEST_ALL_PREFIXES. | phajdan.jr@chromium.org | 2010-07-30 | 1 | -3/+4 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Report unreadable files as size zero when uploading. | vandebo@chromium.org | 2010-03-29 | 1 | -5/+23 |
* | Support sending a sliced file in chromium. | jianli@chromium.org | 2010-03-24 | 1 | -4/+17 |
* | Revert 42152 - Fix the case where the browser livelocks if we cannot open a f... | vandebo@chromium.org | 2010-03-19 | 1 | -38/+9 |
* | Fix the case where the browser livelocks if we cannot open a file. | vandebo@chromium.org | 2010-03-19 | 1 | -9/+38 |
* | Revert "Fix the case where the browser livelocks if we cannot open a file." | agl@chromium.org | 2010-03-01 | 1 | -38/+9 |
* | Fix the case where the browser livelocks if we cannot open a file. | agl@chromium.org | 2010-02-26 | 1 | -9/+38 |
* | Revert "Fix the case where the browser livelocks if we cannot open a file." | agl@chromium.org | 2010-02-24 | 1 | -38/+9 |
* | Fix the case where the browser livelocks if we cannot open a file. | agl@chromium.org | 2010-02-24 | 1 | -9/+38 |
* | Revert r39446: "Fix the case where the browser livelocks if we cannot open a ... | agl@chromium.org | 2010-02-19 | 1 | -37/+10 |