| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove base/platform_file.* | rvargas@chromium.org | 2014-06-24 | 1 | -363/+0 |
* | Move and rename FdopenPlatformFile to file_util | rvargas@chromium.org | 2014-06-10 | 1 | -7/+0 |
* | Remove CreatePlatformFile | rvargas@chromium.org | 2014-04-15 | 1 | -95/+0 |
* | Implement Read/WriteAtCurrentPos correctly | hashimoto@chromium.org | 2014-03-31 | 1 | -2/+2 |
* | Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close. | mark@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | Use pread and pwrite in NaCl PlatformFile now that they're available. | bbudge@chromium.org | 2013-11-05 | 1 | -25/+5 |
* | Expose PlatformFileLock/Unlock, fix locking in Chromium's leveldb Env | jsbell@chromium.org | 2013-10-10 | 1 | -0/+24 |
* | Improve time resolution in PlatformFileInfo. | gavinp@chromium.org | 2013-08-08 | 1 | -3/+44 |
* | Port base/files/file_util_proxy to Native Client. | bbudge@chromium.org | 2013-07-12 | 1 | -23/+95 |
* | Add an "append flag" to base::PlatformFile. | teravest@chromium.org | 2013-06-10 | 1 | -0/+10 |
* | Use a direct include of utf_string_conversions.h in android_webview/, apps/, ... | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Disable UMA_HISTOGRAM in NaCl build | victorhsieh@chromium.org | 2013-05-21 | 1 | -0/+2 |
* | Record unclassified posix CreatePlatformFileErrors | dgrogan@chromium.org | 2013-05-15 | 1 | -0/+3 |
* | Make base:ReplaceFile return an informative error. | dgrogan@chromium.org | 2013-05-08 | 1 | -33/+28 |
* | posix: replace nonstandard futimes call with futimens | mostynb@opera.com | 2013-04-18 | 1 | -0/+14 |
* | Linux: apply a different hyphen patch. | phajdan.jr@chromium.org | 2013-02-25 | 1 | -0/+4 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -1/+1 |
* | Don't allow path traversal paths on the base file helpers | cpu@chromium.org | 2013-01-09 | 1 | -15/+17 |
* | Move eintr_wrapper.h from base to base/posix | brettw@chromium.org | 2012-11-14 | 1 | -1/+1 |
* | net: Implement canceling of all async operations in FileStream. | paivanof@gmail.com | 2012-11-06 | 1 | -0/+33 |
* | Update #if guards in base/ that control whether to use stat or stat64 (and fr... | rsesek@chromium.org | 2012-07-19 | 1 | -2/+1 |
* | Get file_util and platform_file building on iOS | stuartmorgan@chromium.org | 2012-07-09 | 1 | -1/+1 |
* | Implement serial API for Windows. | miket@chromium.org | 2012-05-30 | 1 | -0/+40 |
* | [Coverity] Fix possible leak. | groby@chromium.org | 2012-03-29 | 1 | -5/+5 |
* | Create files readable by grp and oth in base::PlatformFile for posix. | tbarzic@chromium.org | 2011-11-18 | 1 | -2/+7 |
* | define OS_BSD on *BSD and replace the ifdefs to use that | robert.nagy@gmail.com | 2011-11-15 | 1 | -3/+2 |
* | Add ThreadRestrictions::AssertIOAllowed to platform_file_posix calls | evan@chromium.org | 2011-09-12 | 1 | -0/+12 |
* | Base: Change ReadPlatformFile to perform a best | rvargas@google.com | 2011-09-01 | 1 | -0/+19 |
* | Base: WritePlatformFile now retries the operation if | rvargas@google.com | 2011-08-26 | 1 | -2/+13 |
* | Coverity fixes CID=15870,13529 Check pointer before assign, resource leak. | gbillock@chromium.org | 2011-06-27 | 1 | -1/+2 |
* | Upstream android file related code. | michaelbai@google.com | 2011-06-21 | 1 | -0/+4 |
* | Adding missing inclusions | tzik@chromium.org | 2011-06-18 | 1 | -0/+1 |
* | Fix PP_FileOpenFlags_Dev handling: | yzshen@chromium.org | 2011-05-23 | 1 | -5/+6 |
* | ObfuscatedFileSystemFileUtil class | ericu@google.com | 2011-05-13 | 1 | -5/+5 |
* | Fix problems in src/base: | phajdan.jr@chromium.org | 2011-04-12 | 1 | -4/+6 |
* | Add LevelDB and Snappy to the build. These will be used by IndexedDB. | jorlow@chromium.org | 2011-03-22 | 1 | -2/+1 |
* | wstring: remove wstring method from PlatformFile | evan@chromium.org | 2011-03-13 | 1 | -6/+0 |
* | More DCHECK() updates. A mixture of _EQ and _GE. | mhm@chromium.org | 2011-03-01 | 1 | -1/+1 |
* | Some additions to support symlinks better on platforms that support them. | gspencer@chromium.org | 2010-11-30 | 1 | -0/+1 |
* | Fix some FileRef-related issues that show up only on POSIX. | dumi@chromium.org | 2010-10-25 | 1 | -2/+3 |
* | Rename FileUtilProxy::Create to EnsureFileExists | kinuko@chromium.org | 2010-10-15 | 1 | -1/+2 |
* | Add a TouchFile() function that takes a FilePath argument. | dumi@chromium.org | 2010-09-23 | 1 | -1/+2 |
* | Revert "Add a TouchFile function that operates on FilePaths + fixing a bug" | maruel@chromium.org | 2010-09-23 | 1 | -2/+1 |
* | Add a TouchFile function that operates on FilePaths + fixing a bug | dumi@chromium.org | 2010-09-23 | 1 | -1/+2 |
* | Adding some functions that operate on file handles. | dumi@chromium.org | 2010-09-10 | 1 | -33/+105 |
* | Revert 59007 - Adding some utility functions that work on file handles, and a... | dumi@chromium.org | 2010-09-09 | 1 | -105/+33 |
* | Adding some utility functions that work on file handles, and adding | dumi@chromium.org | 2010-09-09 | 1 | -33/+105 |
* | Add an optional parameter to CreatePlatformFile() to report the type | dumi@chromium.org | 2010-08-31 | 1 | -3/+45 |
* | Revert 42152 - Fix the case where the browser livelocks if we cannot open a f... | vandebo@chromium.org | 2010-03-19 | 1 | -8/+0 |
* | Fix the case where the browser livelocks if we cannot open a file. | vandebo@chromium.org | 2010-03-19 | 1 | -0/+8 |