| Commit message (Expand) | Author | Age | Files | Lines |
* | Make all the files mapped in when running base_unittests read only. | maruel@chromium.org | 2014-01-15 | 1 | -2/+18 |
* | Convert base::file_util to use File instead of PlatformFile. | rvargas@chromium.org | 2014-01-07 | 1 | -9/+9 |
* | Revert "Log more info in file_util::WriteFile for debugging." | phajdan.jr@chromium.org | 2013-12-18 | 1 | -7/+6 |
* | Log more info in file_util::WriteFile for debugging. | phajdan.jr@chromium.org | 2013-12-18 | 1 | -6/+7 |
* | Remove IO allowed assert in GetTempDir() | joaoe@opera.com | 2013-12-09 | 1 | -2/+0 |
* | Revert 239400 "Revert 239280 "Move more file_util functions to b..." | thakis@chromium.org | 2013-12-08 | 1 | -18/+18 |
* | Revert 239280 "Move more file_util functions to base namespace." | thakis@chromium.org | 2013-12-08 | 1 | -18/+18 |
* | Move more file_util functions to base namespace. | brettw@chromium.org | 2013-12-07 | 1 | -18/+18 |
* | Move more file_util functions to base namespace. | brettw@chromium.org | 2013-12-04 | 1 | -113/+113 |
* | Move GetFileSize, NormalizeFilePath to base namespace | brettw@chromium.org | 2013-12-04 | 1 | -12/+12 |
* | Move directory creation functions to base namespace. | brettw@chromium.org | 2013-12-03 | 1 | -17/+17 |
* | Move temp file functions to base namespace. | brettw@chromium.org | 2013-12-03 | 1 | -22/+22 |
* | Move some more file utils to the base namespace. | brettw@chromium.org | 2013-12-02 | 1 | -12/+12 |
* | Remove file_util debugging cruft from crbug.com/108724 | robertshield@chromium.org | 2013-10-10 | 1 | -6/+0 |
* | Update include paths in base for base/process changes. | rsesek@chromium.org | 2013-07-25 | 1 | -1/+1 |
* | Rename base::Delete to base::DeleteFile | brettw@chromium.org | 2013-07-16 | 1 | -4/+4 |
* | Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to... | brettw@chromium.org | 2013-07-15 | 1 | -13/+14 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 1 | -6/+6 |
* | Move Copy* into the base namespace. | brettw@chromium.org | 2013-07-09 | 1 | -111/+117 |
* | Move DeleteAfterReboot, Move, and ReplaceFile to base namespace | brettw@chromium.org | 2013-07-01 | 1 | -16/+18 |
* | Move file_util::Delete to the base namespace | brettw@chromium.org | 2013-07-01 | 1 | -18/+18 |
* | Use a direct include of time headers in base/, part 1. | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | Always set *error when CreateDirectoryAndGetError fails. | dgrogan@chromium.org | 2013-06-25 | 1 | -0/+9 |
* | Move ComputeDirectorySize to the base namespace. | brettw@chromium.org | 2013-06-22 | 1 | -0/+1 |
* | Currently, the temporary directory name is generated by rand(), which was see... | tommycli@chromium.org | 2013-06-17 | 1 | -2/+2 |
* | Use a direct include of strings headers in base/. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Make CreateDirectory return an error code instead of just a bool. | dgrogan@chromium.org | 2013-06-11 | 1 | -2/+5 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-06-08 | 1 | -133/+0 |
* | 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 | -1/+5 |
* | Revert 198820 "Move FileEnumerator to its own file, do some refa..." | dbeam@chromium.org | 2013-05-08 | 1 | -0/+133 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-05-07 | 1 | -133/+0 |
* | Move path functions from file_util to FilePath object. | brettw@chromium.org | 2013-04-12 | 1 | -9/+12 |
* | Minor file_util cleanup. | brettw@chromium.org | 2013-04-03 | 1 | -39/+0 |
* | base: Move MemoryMappedFile out of file_util.h and into its own header file. | tfarina@chromium.org | 2013-02-24 | 1 | -76/+0 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -1/+1 |
* | Truncate the download file name if it exceeds the filesystem limit. | kinaba@chromium.org | 2013-02-21 | 1 | -0/+25 |
* | Fix more remaining FilePath -> base::FilePath. | brettw@chromium.org | 2013-02-18 | 1 | -0/+2 |
* | Rename FilePath to base::FilePath and use new location of string_number_conve... | brettw@chromium.org | 2013-02-08 | 1 | -1/+1 |
* | Move string_number_conversions to base/strings. | brettw@chromium.org | 2013-02-07 | 1 | -1/+1 |
* | Add path traversal protection to Move and CopyFile too. | cevans@chromium.org | 2013-02-06 | 1 | -2/+2 |
* | Fix creating target paths in file_util_posix CopyDirectory. | aedla@chromium.org | 2013-01-30 | 1 | -4/+8 |
* | Use LOG_GETLASTERROR in more cases in base/ | mseaborn@chromium.org | 2013-01-28 | 1 | -8/+8 |
* | Remove GetFileCreationLocalTime. It is unused. | brettw@chromium.org | 2013-01-24 | 1 | -26/+0 |
* | [Win] Don't call GetLongPathName() in CreateTemporaryFileInDir(). | asanka@chromium.org | 2012-11-12 | 1 | -7/+9 |
* | Fix and re-commit http://codereview.chromium.org/10914109/ (after revert in h... | gab@chromium.org | 2012-09-12 | 1 | -155/+0 |
* | Remove FileEnumerator::IsLink | tzik@chromium.org | 2012-09-12 | 1 | -5/+0 |
* | installer_util_unittests has failed on XP Tests (dbg)(1) since this landed | dgrogan@chromium.org | 2012-09-11 | 1 | -0/+155 |
* | Refactoring and tests for the highly undertested file_util::CreateOrUpdateSho... | gab@chromium.org | 2012-09-10 | 1 | -155/+0 |
* | Change the type of file_type parameter to int, as the parameter actually take... | haruki@chromium.org | 2012-08-12 | 1 | -2/+2 |