Sign in
chromium
/
chromium
/
src
/
d042a6f40da6076c1f3e863b9dd9b597048c3e96
/
net
/
base
/
io_buffer.cc
bd4d711
Change most uses of Pickle to base::Pickle
by brettw
· 10 years ago
23ba60b
Add constructors for IOBuffer that take the buffer length as a size_t.
by eroman
· 10 years ago
b5ca81a3
Initial implementation of ServiceWorkerCache Put and Match functions.
by jkarlin
· 11 years ago
92bbad5
Allow 0 length IOBuffer
by
[email protected]
· 12 years ago
56d0526
Make net::IOBuffer 64-bit safe
by
[email protected]
· 12 years ago
5ddffb8
Support SSL connections in websocket-to-TCP proxy.
by
[email protected]
· 14 years ago
52af5d5
Using DCHECK_NE/EQ/LE/GE/GT/LT() where possible. Updating logging in src/net/base/
by
[email protected]
· 14 years ago
df18fe1c
Small safety change to initialize data_ to NULL after
by
[email protected]
· 14 years ago
be1a48b
Even more reordering the methods in headers and implementation in net/.
by
[email protected]
· 14 years ago
7e4468d5
FBTF: Move a bunch of code to the headers and remove includes.
by
[email protected]
· 15 years ago
6d22a97
Reduce static initializers by removing inline constructors and
by
[email protected]
· 15 years ago
e22e136
A large Content-Length header followed by a connection close could trigger an out of memory condition. Fixed problem, added unit test, and clarified the API. This is probably the real problem in issue 25826.
by
[email protected]
· 16 years ago
776e175
After further discussion, do not try to handle memory errors, but make assertions about allocation parameters stronger.
by
[email protected]
· 16 years ago
28658b28
Handle out of memory in GrowableIOBuffer more gracefully.
by
[email protected]
· 16 years ago
c19c715
A couple new io buffers that encapsulate more data and are therefore easier to use and easier to reason about. Inspired by RequestHeaders and ResponseHeaders in http_network_transaction.h Separated out of the refactoring of HttpNetworkTransaction to support pipelining. (http://codereview.chromium.org/249031)
by
[email protected]
· 16 years ago
e0bb619
Make new FtpNetworkTransaction handle short reads correctly.
by
[email protected]
· 16 years ago
84d4cee
Disk cache: First pass to add support for sparse entries.
by
[email protected]
· 16 years ago
f9fc018f
Revert cl 18723.
by
[email protected]
· 16 years ago
9560143
Disk cache: First pass to add support for sparse entries.
by
[email protected]
· 16 years ago
bbbb0374
Minor nits in IO buffer
by
[email protected]
· 16 years ago
319d9e6f
Reduce the amount of included header files. Vast change like in "Oh God! This revision changes half of the source files!".
by
[email protected]
· 16 years ago