summaryrefslogtreecommitdiffstats
path: root/base/file_util_proxy.h
Commit message (Expand)AuthorAgeFilesLines
* Fix a small leak in FileUtilProxykinuko@chromium.org2011-08-191-0/+3
* Adding checks to guard against buffer overruns in QuotaFileIO::Write and base...sanga@chromium.org2011-08-171-0/+1
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-051-2/+2
* Adding FileUtilProxy::Entry::{size,last_modified_time},tzik@chromium.org2011-07-191-0/+2
* Support creating temporary files for sync file operations.noelutz@google.com2011-06-131-1/+8
* iwyu: Use callback_old.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-1/+1
* Base: Last set of files to use BASE_API (for base.dll)rvargas@google.com2011-03-281-1/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Copy buffers in base::FileUtilProxy::{Read,Write} to avoid memory corruption. darin@chromium.org2011-02-041-4/+6
* Order function definitions in base/ according to the header.erg@google.com2011-01-111-14/+14
* Start sorting methods in class declarations.erg@google.com2011-01-071-16/+17
* Moving Entry from base::file_util_proxy namespace to within class base::FileU...kkanetkar@chromium.org2010-11-021-34/+28
* Rename FileUtilProxy::Create to EnsureFileExistskinuko@chromium.org2010-10-151-7/+19
* Make sure we close the file_handle when we create (but not open) a new filekinuko@chromium.org2010-10-111-0/+7
* Reapply 61613 that was reverted for false valgrind alarm.kinuko@chromium.org2010-10-071-1/+4
* Revert 61613 - possible culprit for valgrind error. (Support removeRecursivel...kinuko@chromium.org2010-10-061-4/+1
* Second try for support removeRecursively and new copy/move behaviors added to...kinuko@chromium.org2010-10-061-1/+4
* Revert 61480 - Support removeRecursively and new copy/move behaviors added to...kinuko@chromium.org2010-10-051-4/+1
* Support removeRecursively and new copy/move behaviors added to the spec recen...kinuko@chromium.org2010-10-051-1/+4
* Second try at submitting 61462.ericu@google.com2010-10-051-2/+11
* Revert 61462 - Add truncate and cancel for FileWriter; write and more tests w...ericu@google.com2010-10-051-11/+2
* Add truncate and cancel for FileWriter; write and more tests will come in lat...ericu@google.com2010-10-051-2/+11
* Adding a FileUtilProxy::TouchFile() method that takes a FilePath as andumi@chromium.org2010-09-241-0/+8
* Adding some functions that operate on file handles.dumi@chromium.org2010-09-101-0/+51
* Revert 59007 - Adding some utility functions that work on file handles, and a...dumi@chromium.org2010-09-091-51/+0
* Adding some utility functions that work on file handles, and addingdumi@chromium.org2010-09-091-0/+51
* Add recursive flag to file_util_proxy::CreateDirectory.kinuko@chromium.org2010-09-081-0/+1
* Moving file_util::FileInfo to base::PlatformFileInfo, and adding thedumi@chromium.org2010-09-031-5/+2
* Change file_util_proxy::Entry::isDirectory to is_directory.kinuko@chromium.org2010-09-021-2/+4
* Changes for browser-side implementation for file api.kkanetkar@chromium.org2010-09-021-14/+61
* Add an optional parameter to CreatePlatformFile() to report the typedumi@chromium.org2010-08-311-4/+7
* Support handling blob URL and resolve blob references in upload data.jianli@chromium.org2010-08-311-0/+14
* Change the FileUtilProxy callbacks to report error codes instead of booleans.dumi@chromium.org2010-08-241-11/+11
* Moving file_system_proxy to base/ and changing it to work with MessageLoopPro...dumi@chromium.org2010-08-201-0/+64