summaryrefslogtreecommitdiffstats
path: root/net/base/io_buffer.cc
Commit message (Expand)AuthorAgeFilesLines
* Support SSL connections in websocket-to-TCP proxy.dilmah@chromium.org2011-10-141-0/+5
* Using DCHECK_NE/EQ/LE/GE/GT/LT() where possible. Updating logging in src/net/...kushi.p@gmail.com2011-05-051-3/+5
* Small safety change to initialize data_ to NULL afterrtenneti@chromium.org2011-04-121-1/+2
* Even more reordering the methods in headers and implementation in net/.erg@google.com2011-01-201-11/+10
* FBTF: Move a bunch of code to the headers and remove includes.erg@google.com2010-09-221-0/+3
* Reduce static initializers by removing inline constructors anddavemoore@chromium.org2010-07-211-0/+89
* A large Content-Length header followed by a connection close could trigger an...vandebo@chromium.org2009-11-231-3/+1
* After further discussion, do not try to handle memory errors, but make assert...vandebo@chromium.org2009-11-101-9/+6
* Handle out of memory in GrowableIOBuffer more gracefully.vandebo@chromium.org2009-10-281-3/+8
* A couple new io buffers that encapsulate more data and are therefore easier t...vandebo@chromium.org2009-10-141-3/+22
* Make new FtpNetworkTransaction handle short reads correctly.phajdan.jr@chromium.org2009-07-061-1/+1
* Disk cache: First pass to add support for sparse entries.rvargas@google.com2009-06-181-0/+4
* Revert cl 18723.rvargas@google.com2009-06-181-4/+0
* Disk cache: First pass to add support for sparse entries.rvargas@google.com2009-06-181-0/+4
* Minor nits in IO bufferjar@chromium.org2009-03-111-1/+1
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-181-0/+16