- c9a4b21 Make the shmem-specific functions in file_util.h POSIX-only. by viettrungluu@chromium.org · 11 years ago
- b52f29b Implement ScopedFD in terms of ScopedGeneric. by brettw@chromium.org · 11 years ago
- 7ee0956 Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.chromium.org/191673003/) by jochen@chromium.org · 11 years ago
- 9e91982 Implement ScopedFD in terms of ScopedGeneric. by brettw@chromium.org · 11 years ago
- 6209f3a Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.chromium.org/191673003/) by thakis@chromium.org · 11 years ago
- 917f714 Implement ScopedFD in terms of ScopedGeneric. by brettw@chromium.org · 11 years ago
- aa82a77 Move more file_util functions to base namespace. by brettw@chromium.org · 11 years ago
- 14b3aa2 Move AppendFile and *CurrentDirectory to the base namespace. by brettw@chromium.org · 11 years ago
- 8c7b6b8 Move WriteFile and WriteFileDescriptor from file_util to base namespace. by brettw@chromium.org · 11 years ago
- d749393 POSIX: CHECK() that file_util::ScopedFD fulfills promise. by jln@chromium.org · 11 years ago
- aed7666 Followup to modifications to ReadFileToString function by kaliamoorthi@chromium.org · 11 years ago
- 49de1af Add support for GetHomeDir for Mac and Windows. by brettw@chromium.org · 11 years ago
- 8d3c40d Added new ReadFileToString API with a max_size argument by kaliamoorthi@chromium.org · 11 years ago
- 1d7495e Modify CopyFileUnsafe() on OSX to stop copying ACL. by maruel@chromium.org · 12 years ago
- 0a177fa Make CopyDirectory() not copy the read only bit on Windows by reimplementing it. by maruel@chromium.org · 12 years ago
- fdc01ab Fix CopyFileACL on Windows XP. by maruel@chromium.org · 12 years ago
- 43b615a Make all the files mapped in when running base_unittests read only. by maruel@chromium.org · 12 years ago
- b005b38 Convert base::file_util to use File instead of PlatformFile. by rvargas@chromium.org · 12 years ago
- f01de7e Revert 239400 "Revert 239280 "Move more file_util functions to b..." by thakis@chromium.org · 12 years ago
- c4512e4 Revert 239280 "Move more file_util functions to base namespace." by thakis@chromium.org · 12 years ago
- bb48397 Move more file_util functions to base namespace. by brettw@chromium.org · 12 years ago
- 458d1e3 Move Touch to base namespace, remove SetLastModifiedTime. by brettw@chromium.org · 12 years ago
- a915403 Move more file_util functions to base namespace. by brettw@chromium.org · 12 years ago
- 7068424 Move GetFileSize, NormalizeFilePath to base namespace by brettw@chromium.org · 12 years ago
- 738669a Move directory creation functions to base namespace. by brettw@chromium.org · 12 years ago
- 735d11d Move temp file functions to base namespace. by brettw@chromium.org · 12 years ago
- bf89055 Fix a test failure as GetFileSize() will not set the size if it fails by qinmin@chromium.org · 12 years ago
- 83c44c8 Move some more file utils to the base namespace. by brettw@chromium.org · 12 years ago
- 2873d9b Move Posix file utils to the base namespace. by brettw@chromium.org · 12 years ago
- 8abcc0c Fix chrome upload with content uri by qinmin@chromium.org · 12 years ago
- 94f7f26 Revert 235752 "Fix chrome upload with content uri" by qinmin@chromium.org · 12 years ago
- 9076751 Fix chrome upload with content uri by qinmin@chromium.org · 12 years ago
- 8b20a36 Clean up a few unused globals. by thakis@chromium.org · 12 years ago
- 5647294 Base: FileEnumerator should not follow reparse points. by rvargas@chromium.org · 12 years ago
- e943475 Revert 215407 "Base: FileEnumerator should not follow reparse po..." by rvargas@google.com · 12 years ago
- dda0883 Base: FileEnumerator should not follow reparse points. by rvargas@chromium.org · 12 years ago
- 220b8de Rename base::Delete to base::DeleteFile by brettw@chromium.org · 12 years ago
- 5a112e7 Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to the base namespace. by brettw@chromium.org · 12 years ago
- 10b6412 Move PathExists to base namespace. by brettw@chromium.org · 12 years ago
- aecf7a3 Move Copy* into the base namespace. by brettw@chromium.org · 12 years ago
- d83141b Clean up ASSERT/EXPECT in file_util_unittest.cc. by gavinp@chromium.org · 12 years ago
- 0878fea Move DeleteAfterReboot, Move, and ReplaceFile to base namespace by brettw@chromium.org · 12 years ago
- e9f9948 Move file_util::Delete to the base namespace by brettw@chromium.org · 12 years ago
- 55d5ee6 Move ComputeDirectorySize to the base namespace. by brettw@chromium.org · 12 years ago
- 5694672 Move FileEnumerator to its own file, do some refactoring. by brettw@chromium.org · 12 years ago
- 17f6062 Use a direct include of utf_string_conversions.h in android_webview/, apps/, ash/, base/. by avi@chromium.org · 12 years ago
- 85aa52a Revert 198820 "Move FileEnumerator to its own file, do some refa..." by dbeam@chromium.org · 12 years ago
- fdd3468 Move FileEnumerator to its own file, do some refactoring. by brettw@chromium.org · 12 years ago
- 99b198e Move path functions from file_util to FilePath object. by brettw@chromium.org · 12 years ago
- 8164c2c Rewrite std::string("") to std::string(), Linux edition. by dcheng@chromium.org · 12 years ago
- 3070200 Revert "Rewrite std::string("") to std::string(), Linux edition." by dcheng@chromium.org · 12 years ago
- cb5b331 Rewrite std::string("") to std::string(), Linux edition. by dcheng@chromium.org · 12 years ago
- d05540d base: Consolidate all test data directories under base/test/data. by tfarina@chromium.org · 12 years ago
- 3069cda Minor file_util cleanup. by brettw@chromium.org · 12 years ago
- 59eef1f Move file_path.h to base/files. by brettw@chromium.org · 12 years ago
- 82bcf51 Replace FilePath with base::FilePath. by brettw@chromium.org · 12 years ago
- 007dbe2 Add path traversal protection to Move and CopyFile too. by cevans@chromium.org · 13 years ago
- fef1a20 Fix creating target paths in file_util_posix CopyDirectory. by aedla@chromium.org · 13 years ago
- 515186d Remove GetFileCreationLocalTime. It is unused. by brettw@chromium.org · 13 years ago
- 1d968f4 Revert 176659 by joaodasilva@chromium.org · 13 years ago
- 3e70cd1 Fix creating target paths in file_util_posix CopyDirectory. by aedla@chromium.org · 13 years ago
- 091db52 Move scoped_temp_dir from base to base/files by brettw@chromium.org · 13 years ago
- 0f9d10c [Win] Don't call GetLongPathName() in CreateTemporaryFileInDir(). by asanka@chromium.org · 13 years ago
- c669f0d Fix and re-commit http://codereview.chromium.org/10914109/ (after revert in http://crrev.com/155918) -- Refactoring and tests for the highly undertested file_util::CreateOrUpdateShortcutLink() method. by gab@chromium.org · 13 years ago
- cb6adaa installer_util_unittests has failed on XP Tests (dbg)(1) since this landed by dgrogan@chromium.org · 13 years ago
- 786c893 Refactoring and tests for the highly undertested file_util::CreateOrUpdateShortcutLink() method. by gab@chromium.org · 13 years ago
- 0e1a70b Change the type of file_type parameter to int, as the parameter actually takes or-ed bitmasks, by haruki@chromium.org · 13 years ago
- 7300bb1 Remove packaged app Windows shortcuts when app is uninstalled. by benwells@chromium.org · 13 years ago
- 670a38f Add the methods to change and get a posix file permission to file_util. by yoshiki@chromium.org · 13 years ago
- 45cbd63 Fix a bug in file_util::Delete() where symlinks are not handled right by yoshiki@chromium.org · 13 years ago
- eae0dcb AppendToFile implementation. by loislo@chromium.org · 13 years ago
- bf671eb Win 8 Start Menu shortcut changes by gab@chromium.org · 13 years ago
- de3a6cf Add virtual and OVERRIDE to base/ implementation files by rsleevi@chromium.org · 13 years ago
- 0ed5469 Cleanup: Remove deprecated version of file_util::AppendToPath(). by thestig@chromium.org · 13 years ago
- f1a9ce1 Cleanup: Deprecate wstring version of file_util::CopyDirectory(). by thestig@chromium.org · 13 years ago
- e81a98c Fix the CountFilesCreatedAfter test. by gbillock@chromium.org · 13 years ago
- 3c0bc35 Flakiness cleanup: disable flaky tests under base/ by evan@chromium.org · 13 years ago
- d05e16c Match whole path components in DevicePathToDriveLetterPath(). Add tests. by skerner@chromium.org · 14 years ago
- aaa6303 Change code in base (primarily unit tests) to use Sleep(TimeDelta). by tedvessenes@gmail.com · 14 years ago
- e6490ed GetPlatformFileInfo was always never returning directory by cpu@chromium.org · 14 years ago
- 569a423 Adaptively use temp dir instead of /dev/shm for executable shmem file on Linux by mcgrathr@chromium.org · 14 years ago
- bf8418f Fix the file_util_unittests.cc for Android by michaelbai@chromium.org · 14 years ago
- 8078414 Update write checks for external extension file on mac. by skerner@chromium.org · 14 years ago
- 19ff3c7 Get gid of created folders from stat()ing the folders, not from getgid(). by skerner@chromium.org · 14 years ago
- c574747 Mark VerifyPathControlledByUserTest.* as FAILS_ on mac. by thakis@chromium.org · 14 years ago
- 93449ef Add external extensions json source in proper mac location. by skerner@google.com · 14 years ago
- 675aad3 Add a gyp flag to enable dcheck by default in release without by nsylvain@chromium.org · 14 years ago
- a3a4db7 base: Rename FileEnumerator::FILE_TYPE to FileEnumerator::FileType. by tfarina@chromium.org · 14 years ago
- 4470685 Removed wchat_t from Time::FromString. by shinyak@google.com · 14 years ago
- 2c90099 Revert 94426 - Removed wchat_t from Time::FromString. by morrita@chromium.org · 14 years ago
- 3731022 Removed wchat_t from Time::FromString. by shinyak@google.com · 14 years ago
- 927d728 Move scoped_temp_dir and scoped_native_library back from base/memory to base. by thakis@chromium.org · 14 years ago
- 3be14ad Revert r83048 "Removed wchar_t from Time::FromString." by maruel@chromium.org · 14 years ago
- 0d4f784 Removed wchar_t from Time::FromString. by shinyak@google.com · 14 years ago
- 5c52868 Move some files from base to base/memory. by levin@chromium.org · 14 years ago
- 6c6d264 Base unit tests: Small fix for two incorrect utility by rvargas@google.com · 14 years ago
- 1ae6e0d FilePath: Remove much of ToWStringHack, adding a LossyDisplayName() by evan@chromium.org · 15 years ago
- c89216a Reland "Remove base/scoped_handle_win.h." by tfarina@chromium.org · 15 years ago
- d30173b Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use the new location and namespace." by thakis@chromium.org · 15 years ago
- 035db9f Remove base/scoped_handle_win.h stub and fix up all callers to use the new location and namespace. by tfarina@chromium.org · 15 years ago