1. bd4d711 Change most uses of Pickle to base::Pickle by brettw · 10 years ago
  2. 23ba60b Add constructors for IOBuffer that take the buffer length as a size_t. by eroman · 10 years ago
  3. b5ca81a3 Initial implementation of ServiceWorkerCache Put and Match functions. by jkarlin · 11 years ago
  4. 92bbad5 Allow 0 length IOBuffer by [email protected] · 12 years ago
  5. 56d0526 Make net::IOBuffer 64-bit safe by [email protected] · 12 years ago
  6. 5ddffb8 Support SSL connections in websocket-to-TCP proxy. by [email protected] · 14 years ago
  7. 52af5d5 Using DCHECK_NE/EQ/LE/GE/GT/LT() where possible. Updating logging in src/net/base/ by [email protected] · 14 years ago
  8. df18fe1c Small safety change to initialize data_ to NULL after by [email protected] · 14 years ago
  9. be1a48b Even more reordering the methods in headers and implementation in net/. by [email protected] · 14 years ago
  10. 7e4468d5 FBTF: Move a bunch of code to the headers and remove includes. by [email protected] · 15 years ago
  11. 6d22a97 Reduce static initializers by removing inline constructors and by [email protected] · 15 years ago
  12. 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
  13. 776e175 After further discussion, do not try to handle memory errors, but make assertions about allocation parameters stronger. by [email protected] · 16 years ago
  14. 28658b28 Handle out of memory in GrowableIOBuffer more gracefully. by [email protected] · 16 years ago
  15. 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
  16. e0bb619 Make new FtpNetworkTransaction handle short reads correctly. by [email protected] · 16 years ago
  17. 84d4cee Disk cache: First pass to add support for sparse entries. by [email protected] · 16 years ago
  18. f9fc018f Revert cl 18723. by [email protected] · 16 years ago
  19. 9560143 Disk cache: First pass to add support for sparse entries. by [email protected] · 16 years ago
  20. bbbb0374 Minor nits in IO buffer by [email protected] · 16 years ago
  21. 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