summaryrefslogtreecommitdiffstats
path: root/net/base/file_stream.h
Commit message (Expand)AuthorAgeFilesLines
* net: Add NET_API to net/baservargas@google.com2011-05-181-1/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Even more reordering the methods in headers and implementation in net/.erg@google.com2011-01-201-0/+1
* Fix bad license header in app/ and net/ directories.tfarina@chromium.org2010-07-311-3/+3
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Adding flushing of files on chromeos, so that when something is downloaded, i...dhg@chromium.org2010-06-101-0/+9
* Add Chromium side implementation for WebFileSystem interface in WebKit.jianli@chromium.org2010-05-061-0/+3
* Revert 42152 - Fix the case where the browser livelocks if we cannot open a f...vandebo@chromium.org2010-03-191-13/+2
* Fix the case where the browser livelocks if we cannot open a file.vandebo@chromium.org2010-03-191-2/+13
* Revert "Fix the case where the browser livelocks if we cannot open a file."agl@chromium.org2010-03-011-12/+1
* Fix the case where the browser livelocks if we cannot open a file.agl@chromium.org2010-02-261-1/+12
* Revert "Fix the case where the browser livelocks if we cannot open a file."agl@chromium.org2010-02-241-12/+1
* Fix the case where the browser livelocks if we cannot open a file.agl@chromium.org2010-02-241-1/+12
* Revert r39446: "Fix the case where the browser livelocks if we cannot open a ...agl@chromium.org2010-02-191-10/+0
* Fix the case where the browser livelocks if we cannot open a file.agl@chromium.org2010-02-191-0/+10
* Reduce header dependencies in net/phajdan.jr@chromium.org2009-05-291-1/+2
* Remove unneeded uses of logging.h in header files.thestig@chromium.org2009-03-121-0/+1
* Add warning comment to FileStream::Truncateagl@chromium.org2009-03-091-0/+2
* Adds truncate to FileStream.sky@google.com2009-03-091-0/+5
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-5/+5
* Add a new method ReadUntilComplete to FileStream which ensures that all reque...jhawkins@chromium.org2009-02-131-0/+7
* Add constructor to net::FileStream to create it with a base::PlatformFile han...hclam@chromium.org2009-02-091-0/+7
* Change FileStream to use FilePath instead of wstring.erikkay@google.com2009-01-261-1/+2
* Clarify file-stream comments.darin@chromium.org2008-11-251-0/+4
* * Add write and read/write support to FileStream (renamed from FileInputStream).erikkay@google.com2008-11-031-0/+109