| Commit message (Expand) | Author | Age | Files | Lines |
* | Make base::ReadFileToString() return false on I/O error. | tnagel@chromium.org | 2014-05-01 | 1 | -0/+1 |
* | Move more file_util functions to base namespace. | brettw@chromium.org | 2014-03-13 | 1 | -15/+4 |
* | Added new ReadFileToString API with a max_size argument | kaliamoorthi@chromium.org | 2014-02-18 | 1 | -3/+24 |
* | Convert base::file_util to use File instead of PlatformFile. | rvargas@chromium.org | 2014-01-07 | 1 | -10/+7 |
* | Revert 239400 "Revert 239280 "Move more file_util functions to b..." | thakis@chromium.org | 2013-12-08 | 1 | -12/+11 |
* | Revert 239280 "Move more file_util functions to base namespace." | thakis@chromium.org | 2013-12-08 | 1 | -11/+12 |
* | Move more file_util functions to base namespace. | brettw@chromium.org | 2013-12-07 | 1 | -12/+11 |
* | Move Touch to base namespace, remove SetLastModifiedTime. | brettw@chromium.org | 2013-12-04 | 1 | -23/+17 |
* | Move more file_util functions to base namespace. | brettw@chromium.org | 2013-12-04 | 1 | -1/+1 |
* | Move GetFileSize, NormalizeFilePath to base namespace | brettw@chromium.org | 2013-12-04 | 1 | -8/+8 |
* | Move directory creation functions to base namespace. | brettw@chromium.org | 2013-12-03 | 1 | -4/+4 |
* | Move temp file functions to base namespace. | brettw@chromium.org | 2013-12-03 | 1 | -8/+8 |
* | Move some more file utils to the base namespace. | brettw@chromium.org | 2013-12-02 | 1 | -8/+8 |
* | Remove file_util debugging cruft from crbug.com/108724 | robertshield@chromium.org | 2013-10-10 | 1 | -2/+0 |
* | Clean up a few unused globals. | thakis@chromium.org | 2013-09-25 | 1 | -3/+0 |
* | Move ReadFileToString to the base namespace. | brettw@chromium.org | 2013-08-30 | 1 | -13/+13 |
* | Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to... | brettw@chromium.org | 2013-07-15 | 1 | -11/+11 |
* | Move Copy* into the base namespace. | brettw@chromium.org | 2013-07-09 | 1 | -7/+7 |
* | Move DeleteAfterReboot, Move, and ReplaceFile to base namespace | brettw@chromium.org | 2013-07-01 | 1 | -31/+6 |
* | Move ComputeDirectorySize to the base namespace. | brettw@chromium.org | 2013-06-22 | 1 | -12/+20 |
* | Use a direct include of strings headers in base/. | avi@chromium.org | 2013-06-11 | 1 | -2/+2 |
* | Make CreateDirectory return an error code instead of just a bool. | dgrogan@chromium.org | 2013-06-11 | 1 | -0/+4 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-06-08 | 1 | -24/+5 |
* | Use a direct include of utf_string_conversions.h in android_webview/, apps/, ... | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Make base:ReplaceFile return an informative error. | dgrogan@chromium.org | 2013-05-08 | 1 | -0/+5 |
* | Revert 198820 "Move FileEnumerator to its own file, do some refa..." | dbeam@chromium.org | 2013-05-08 | 1 | -5/+24 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-05-07 | 1 | -24/+5 |
* | Remove file_util::IsDot and ::IsDotDot. | brettw@chromium.org | 2013-04-13 | 1 | -9/+3 |
* | Move path functions from file_util to FilePath object. | brettw@chromium.org | 2013-04-12 | 1 | -49/+0 |
* | Minor file_util cleanup. | brettw@chromium.org | 2013-04-03 | 1 | -18/+0 |
* | base: Update the include paths of base/string_piece.h to its new location. | tfarina@chromium.org | 2013-03-30 | 1 | -1/+1 |
* | [Cleanup] Remove StringPrintf from global namespace | groby@chromium.org | 2013-03-18 | 1 | -1/+2 |
* | base: Move MemoryMappedFile out of file_util.h and into its own header file. | tfarina@chromium.org | 2013-02-24 | 1 | -50/+0 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -2/+2 |
* | Make base compile with no "using base::FilePath". | brettw@chromium.org | 2013-02-16 | 1 | -0/+2 |
* | Revert 182032 | brettw@chromium.org | 2013-02-12 | 1 | -2/+0 |
* | Make base compile with no "using base::FilePath". | brettw@chromium.org | 2013-02-12 | 1 | -0/+2 |
* | Add path traversal protection to Move and CopyFile too. | cevans@chromium.org | 2013-02-06 | 1 | -0/+12 |
* | Don't allow path traversal paths on the base file helpers | cpu@chromium.org | 2013-01-09 | 1 | -0/+2 |
* | On Windows, current implementation fails touching directories because it cann... | nhiroki@chromium.org | 2012-11-01 | 1 | -5/+10 |
* | Change the type of file_type parameter to int, as the parameter actually take... | haruki@chromium.org | 2012-08-12 | 1 | -2/+1 |
* | Cleanup: Remove remaining deprecated file_util functions. | thestig@chromium.org | 2012-03-14 | 1 | -14/+0 |
* | Cleanup: Remove deprecated version of file_util::AppendToPath(). | thestig@chromium.org | 2012-03-13 | 1 | -11/+0 |
* | Cleanup: Deprecate wstring version of file_util::CopyDirectory(). | thestig@chromium.org | 2012-03-03 | 1 | -16/+1 |
* | Add some more desperate logging attempting to understand crasher. | aa@chromium.org | 2012-02-05 | 1 | -0/+2 |
* | Move common file path related methods between chrome & content to file_util. ... | jam@chromium.org | 2012-01-31 | 1 | -0/+29 |
* | Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. | brettw@chromium.org | 2011-10-26 | 1 | -1/+1 |
* | Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements... | brettw@chromium.org | 2011-10-25 | 1 | -1/+1 |
* | Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. | brettw@chromium.org | 2011-10-25 | 1 | -1/+1 |
* | base: Rename FileEnumerator::FILE_TYPE to FileEnumerator::FileType. | tfarina@chromium.org | 2011-08-15 | 1 | -1/+1 |