| Commit message (Expand) | Author | Age | Files | Lines |
* | Change most uses of Pickle to base::Pickle | brettw | 2015-06-03 | 1 | -2/+5 |
* | Add constructors for IOBuffer that take the buffer length as a size_t. | eroman | 2015-05-27 | 1 | -3/+43 |
* | Initial implementation of ServiceWorkerCache Put and Match functions. | jkarlin | 2014-08-26 | 1 | -0/+7 |
* | Allow 0 length IOBuffer | jschuh@chromium.org | 2013-02-28 | 1 | -1/+1 |
* | Make net::IOBuffer 64-bit safe | jschuh@chromium.org | 2013-01-30 | 1 | -1/+2 |
* | Support SSL connections in websocket-to-TCP proxy. | dilmah@chromium.org | 2011-10-14 | 1 | -0/+5 |
* | Using DCHECK_NE/EQ/LE/GE/GT/LT() where possible. Updating logging in src/net/... | kushi.p@gmail.com | 2011-05-05 | 1 | -3/+5 |
* | Small safety change to initialize data_ to NULL after | rtenneti@chromium.org | 2011-04-12 | 1 | -1/+2 |
* | Even more reordering the methods in headers and implementation in net/. | erg@google.com | 2011-01-20 | 1 | -11/+10 |
* | FBTF: Move a bunch of code to the headers and remove includes. | erg@google.com | 2010-09-22 | 1 | -0/+3 |
* | Reduce static initializers by removing inline constructors and | davemoore@chromium.org | 2010-07-21 | 1 | -0/+89 |
* | A large Content-Length header followed by a connection close could trigger an... | vandebo@chromium.org | 2009-11-23 | 1 | -3/+1 |
* | After further discussion, do not try to handle memory errors, but make assert... | vandebo@chromium.org | 2009-11-10 | 1 | -9/+6 |
* | Handle out of memory in GrowableIOBuffer more gracefully. | vandebo@chromium.org | 2009-10-28 | 1 | -3/+8 |
* | A couple new io buffers that encapsulate more data and are therefore easier t... | vandebo@chromium.org | 2009-10-14 | 1 | -3/+22 |
* | Make new FtpNetworkTransaction handle short reads correctly. | phajdan.jr@chromium.org | 2009-07-06 | 1 | -1/+1 |
* | Disk cache: First pass to add support for sparse entries. | rvargas@google.com | 2009-06-18 | 1 | -0/+4 |
* | Revert cl 18723. | rvargas@google.com | 2009-06-18 | 1 | -4/+0 |
* | Disk cache: First pass to add support for sparse entries. | rvargas@google.com | 2009-06-18 | 1 | -0/+4 |
* | Minor nits in IO buffer | jar@chromium.org | 2009-03-11 | 1 | -1/+1 |
* | Reduce the amount of included header files. Vast change like in "Oh God! This... | maruel@chromium.org | 2009-02-18 | 1 | -0/+16 |