| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix the case where the browser livelocks if we cannot open a file. | agl@chromium.org | 2010-02-19 | 1 | -10/+37 |
* | Add a notion of 'eof' to UploadDataStream, replacing the use of its size prop... | vandebo@google.com | 2010-02-04 | 1 | -2/+16 |
* | Second patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 1 | -0/+4 |
* | Reduce header dependencies in net/ | phajdan.jr@chromium.org | 2009-05-29 | 1 | -1/+0 |
* | Switching things to FilePath: | phajdan.jr@chromium.org | 2009-04-07 | 1 | -6/+7 |
* | Net module changes to support caching responses to a POST request. | darin@chromium.org | 2009-03-24 | 1 | -2/+13 |
* | Reduce the amount of included header files. Vast change like in "Oh God! This... | maruel@chromium.org | 2009-02-18 | 1 | -5/+3 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Make upload_data not be windows specific. Add it to the SCons build. | tc@google.com | 2008-08-21 | 1 | -0/+1 |
* | Add net to the repository. | initial.commit | 2008-07-26 | 1 | -0/+125 |