| Commit message (Expand) | Author | Age | Files | Lines |
* | Move Posix file utils to the base namespace. | brettw@chromium.org | 2013-11-27 | 1 | -308/+297 |
* | Fix chrome upload with content uri | qinmin@chromium.org | 2013-11-20 | 1 | -0/+50 |
* | Revert 235752 "Fix chrome upload with content uri" | qinmin@chromium.org | 2013-11-18 | 1 | -50/+0 |
* | Fix chrome upload with content uri | qinmin@chromium.org | 2013-11-18 | 1 | -0/+50 |
* | Clean up a few unused globals. | thakis@chromium.org | 2013-09-25 | 1 | -102/+0 |
* | Base: FileEnumerator should not follow reparse points. | rvargas@chromium.org | 2013-08-14 | 1 | -95/+140 |
* | Revert 215407 "Base: FileEnumerator should not follow reparse po..." | rvargas@google.com | 2013-08-03 | 1 | -135/+95 |
* | Base: FileEnumerator should not follow reparse points. | rvargas@chromium.org | 2013-08-02 | 1 | -95/+135 |
* | Rename base::Delete to base::DeleteFile | brettw@chromium.org | 2013-07-16 | 1 | -27/+27 |
* | Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to... | brettw@chromium.org | 2013-07-15 | 1 | -37/+35 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 1 | -181/+181 |
* | Move Copy* into the base namespace. | brettw@chromium.org | 2013-07-09 | 1 | -13/+14 |
* | Clean up ASSERT/EXPECT in file_util_unittest.cc. | gavinp@chromium.org | 2013-07-03 | 1 | -18/+15 |
* | Move DeleteAfterReboot, Move, and ReplaceFile to base namespace | brettw@chromium.org | 2013-07-01 | 1 | -7/+7 |
* | Move file_util::Delete to the base namespace | brettw@chromium.org | 2013-07-01 | 1 | -27/+27 |
* | Move ComputeDirectorySize to the base namespace. | brettw@chromium.org | 2013-06-22 | 1 | -1/+1 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-06-08 | 1 | -22/+20 |
* | Use a direct include of utf_string_conversions.h in android_webview/, apps/, ... | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Revert 198820 "Move FileEnumerator to its own file, do some refa..." | dbeam@chromium.org | 2013-05-08 | 1 | -20/+22 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-05-07 | 1 | -22/+20 |
* | Move path functions from file_util to FilePath object. | brettw@chromium.org | 2013-04-12 | 1 | -44/+0 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -7/+6 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -6/+7 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -7/+6 |
* | base: Consolidate all test data directories under base/test/data. | tfarina@chromium.org | 2013-04-07 | 1 | -8/+4 |
* | Minor file_util cleanup. | brettw@chromium.org | 2013-04-03 | 1 | -29/+0 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -1/+1 |
* | Replace FilePath with base::FilePath. | brettw@chromium.org | 2013-02-17 | 1 | -0/+2 |
* | Add path traversal protection to Move and CopyFile too. | cevans@chromium.org | 2013-02-06 | 1 | -3/+15 |
* | Fix creating target paths in file_util_posix CopyDirectory. | aedla@chromium.org | 2013-01-30 | 1 | -0/+37 |
* | Remove GetFileCreationLocalTime. It is unused. | brettw@chromium.org | 2013-01-24 | 1 | -35/+0 |
* | Revert 176659 | joaodasilva@chromium.org | 2013-01-14 | 1 | -37/+0 |
* | Fix creating target paths in file_util_posix CopyDirectory. | aedla@chromium.org | 2013-01-14 | 1 | -0/+37 |
* | Move scoped_temp_dir from base to base/files | brettw@chromium.org | 2012-11-16 | 1 | -2/+2 |
* | [Win] Don't call GetLongPathName() in CreateTemporaryFileInDir(). | asanka@chromium.org | 2012-11-12 | 1 | -0/+51 |
* | Fix and re-commit http://codereview.chromium.org/10914109/ (after revert in h... | gab@chromium.org | 2012-09-12 | 1 | -69/+0 |
* | installer_util_unittests has failed on XP Tests (dbg)(1) since this landed | dgrogan@chromium.org | 2012-09-11 | 1 | -0/+69 |
* | Refactoring and tests for the highly undertested file_util::CreateOrUpdateSho... | gab@chromium.org | 2012-09-10 | 1 | -69/+0 |
* | Change the type of file_type parameter to int, as the parameter actually take... | haruki@chromium.org | 2012-08-12 | 1 | -11/+6 |
* | Remove packaged app Windows shortcuts when app is uninstalled. | benwells@chromium.org | 2012-08-10 | 1 | -3/+7 |
* | Add the methods to change and get a posix file permission to file_util. | yoshiki@chromium.org | 2012-07-11 | 1 | -25/+166 |
* | Fix a bug in file_util::Delete() where symlinks are not handled right | yoshiki@chromium.org | 2012-06-30 | 1 | -0/+42 |
* | AppendToFile implementation. | loislo@chromium.org | 2012-04-29 | 1 | -0/+28 |
* | Win 8 Start Menu shortcut changes | gab@chromium.org | 2012-04-06 | 1 | -4/+5 |
* | Add virtual and OVERRIDE to base/ implementation files | rsleevi@chromium.org | 2012-04-06 | 1 | -2/+2 |
* | Cleanup: Remove deprecated version of file_util::AppendToPath(). | thestig@chromium.org | 2012-03-13 | 1 | -16/+0 |
* | Cleanup: Deprecate wstring version of file_util::CopyDirectory(). | thestig@chromium.org | 2012-03-03 | 1 | -19/+7 |
* | Fix the CountFilesCreatedAfter test. | gbillock@chromium.org | 2012-02-17 | 1 | -27/+16 |
* | Flakiness cleanup: disable flaky tests under base/ | evan@chromium.org | 2012-02-14 | 1 | -1/+1 |
* | Match whole path components in DevicePathToDriveLetterPath(). Add tests. | skerner@chromium.org | 2012-01-17 | 1 | -1/+71 |