| Commit message (Expand) | Author | Age | Files | Lines |
* | net: Add NET_API to net/base | rvargas@google.com | 2011-05-18 | 1 | -3/+3 |
* | Fix a memory stomper possible during redirect of an HTTP POST: | eroman@chromium.org | 2011-03-31 | 1 | -1/+1 |
* | 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 | -0/+20 |
* | Revert "Add chunked uploads support to SPDY" | satish@chromium.org | 2011-03-04 | 1 | -20/+0 |
* | Add chunked uploads support to SPDY | satish@chromium.org | 2011-03-04 | 1 | -0/+20 |
* | Prototype of chunked transfer encoded POST. | satish@chromium.org | 2011-01-25 | 1 | -3/+10 |
* | Even more reordering the methods in headers and implementation in net/. | erg@google.com | 2011-01-20 | 1 | -3/+4 |
* | FBTF: Move a bunch of code to the headers and remove includes. | erg@google.com | 2010-09-22 | 1 | -1/+2 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Get rid of DISALLOW_EVIL_CONSTRUCTORS macro usage in our code base. | tfarina@chromium.org | 2010-06-07 | 1 | -1/+1 |
* | Report unreadable files as size zero when uploading. | vandebo@chromium.org | 2010-03-29 | 1 | -5/+5 |
* | Support sending a sliced file in chromium. | jianli@chromium.org | 2010-03-24 | 1 | -2/+11 |
* | Revert 42152 - Fix the case where the browser livelocks if we cannot open a f... | vandebo@chromium.org | 2010-03-19 | 1 | -2/+2 |
* | Fix the case where the browser livelocks if we cannot open a file. | vandebo@chromium.org | 2010-03-19 | 1 | -2/+2 |
* | Revert "Fix the case where the browser livelocks if we cannot open a file." | agl@chromium.org | 2010-03-01 | 1 | -2/+2 |
* | Fix the case where the browser livelocks if we cannot open a file. | agl@chromium.org | 2010-02-26 | 1 | -2/+2 |
* | Revert "Fix the case where the browser livelocks if we cannot open a file." | agl@chromium.org | 2010-02-24 | 1 | -2/+2 |
* | Fix the case where the browser livelocks if we cannot open a file. | agl@chromium.org | 2010-02-24 | 1 | -2/+2 |
* | Revert r39446: "Fix the case where the browser livelocks if we cannot open a ... | agl@chromium.org | 2010-02-19 | 1 | -2/+2 |
* | Fix the case where the browser livelocks if we cannot open a file. | agl@chromium.org | 2010-02-19 | 1 | -2/+2 |
* | Add a notion of 'eof' to UploadDataStream, replacing the use of its size prop... | vandebo@google.com | 2010-02-04 | 1 | -1/+13 |
* | Reduce header dependencies in net/ | phajdan.jr@chromium.org | 2009-05-29 | 1 | -1/+2 |
* | Use IOBuffers on UploadDataStream. | rvargas@google.com | 2009-05-11 | 1 | -2/+3 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-11 | 1 | -1/+0 |
* | Remove the UploadDataStream::Reset method. Instead, | wtc@google.com | 2008-11-05 | 1 | -4/+1 |
* | * Add write and read/write support to FileStream (renamed from FileInputStream). | erikkay@google.com | 2008-11-03 | 1 | -2/+2 |
* | Define FileInputStream and use it to make UpdateDataStream and URLRequestFile... | darin@google.com | 2008-09-29 | 1 | -7/+4 |
* | add http layer and unit tests to mac build. stub out file uploading in upload... | pinkerton@google.com | 2008-09-25 | 1 | -0/+4 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Add net to the repository. | initial.commit | 2008-07-26 | 1 | -0/+95 |