summaryrefslogtreecommitdiffstats
path: root/net/base/io_buffer.h
Commit message (Expand)AuthorAgeFilesLines
* Move base::FreeDeleter into its own header.dcheng2016-03-261-0/+1
* Switch to standard integer types in net/.Avi Drissman2015-12-201-0/+2
* Move Pickle to base namespace.brettw2015-06-021-2/+2
* Add constructors for IOBuffer that take the buffer length as a size_t.eroman2015-05-271-1/+11
* Standardize usage of virtual/override/final in net/dcheng2014-10-211-6/+6
* Initial implementation of ServiceWorkerCache Put and Match functions.jkarlin2014-08-261-0/+1
* Convert scoped_ptr_malloc -> scoped_ptr, part 2.viettrungluu@chromium.org2014-02-261-1/+1
* Make net::IOBuffer 64-bit safejschuh@chromium.org2013-01-301-1/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* net: Introduce SeekableIOBuffer and clean up HttpStreamParser.satorux@chromium.org2012-02-071-1/+32
* Address some extra review comments in IOBuffer's documentation.eroman@chromium.org2011-10-211-8/+5
* Add some more comments for IOBuffer.eroman@chromium.org2011-10-191-2/+59
* Support SSL connections in websocket-to-TCP proxy.dilmah@chromium.org2011-10-141-1/+5
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-8/+8
* Implementation of server socket for websockets protocol.dilmah@chromium.org2011-07-191-1/+1
* Revert "Implementation of server socket for websockets protocol."dilmah@chromium.org2011-07-191-1/+1
* Implementation of server socket for websockets protocol.dilmah@chromium.org2011-07-191-1/+1
* net: Add NET_API to net/baservargas@google.com2011-05-181-7/+8
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* FBTF: Move a bunch of code to the headers and remove includes.erg@google.com2010-09-221-6/+6
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Reduce static initializers by removing inline constructors anddavemoore@chromium.org2010-07-211-39/+20
* Http cache: Use asynchronous IO to read an write thervargas@google.com2009-12-211-0/+21
* After further discussion, do not try to handle memory errors, but make assert...vandebo@chromium.org2009-11-101-3/+2
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-12/+22
* Handle out of memory in GrowableIOBuffer more gracefully.vandebo@chromium.org2009-10-281-2/+4
* A couple new io buffers that encapsulate more data and are therefore easier t...vandebo@chromium.org2009-10-141-10/+69
* Disk cache: First pass to add support for sparse entries.rvargas@google.com2009-06-181-2/+37
* Revert cl 18723.rvargas@google.com2009-06-181-37/+2
* Disk cache: First pass to add support for sparse entries.rvargas@google.com2009-06-181-2/+37
* Minor nits in IO bufferjar@chromium.org2009-03-111-1/+3
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-181-5/+1
* Extend the IOBuffer to the disk cache.rvargas@google.com2009-02-121-1/+15
* Revert cl 9528 to fix mac test_shell_testsrvargas@google.com2009-02-101-15/+1
* Extend the IOBuffer to the disk cache.rvargas@google.com2009-02-101-1/+15
* Fix a memory leak on the async resource handler.rvargas@google.com2009-02-061-0/+3
* Change URLRequest to use a ref-counted buffer for actual IO.rvargas@google.com2009-01-291-0/+32
* revert r8603rvargas@google.com2009-01-241-32/+0
* Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...rvargas@google.com2009-01-241-0/+32