1. 8c7b6b8 Move WriteFile and WriteFileDescriptor from file_util to base namespace. by brettw@chromium.org · 11 years ago
  2. d749393 POSIX: CHECK() that file_util::ScopedFD fulfills promise. by jln@chromium.org · 11 years ago
  3. aed7666 Followup to modifications to ReadFileToString function by kaliamoorthi@chromium.org · 11 years ago
  4. 49de1af Add support for GetHomeDir for Mac and Windows. by brettw@chromium.org · 11 years ago
  5. 8d3c40d Added new ReadFileToString API with a max_size argument by kaliamoorthi@chromium.org · 11 years ago
  6. 1d7495e Modify CopyFileUnsafe() on OSX to stop copying ACL. by maruel@chromium.org · 12 years ago
  7. 0a177fa Make CopyDirectory() not copy the read only bit on Windows by reimplementing it. by maruel@chromium.org · 12 years ago
  8. fdc01ab Fix CopyFileACL on Windows XP. by maruel@chromium.org · 12 years ago
  9. 43b615a Make all the files mapped in when running base_unittests read only. by maruel@chromium.org · 12 years ago
  10. b005b38 Convert base::file_util to use File instead of PlatformFile. by rvargas@chromium.org · 12 years ago
  11. f01de7e Revert 239400 "Revert 239280 "Move more file_util functions to b..." by thakis@chromium.org · 12 years ago
  12. c4512e4 Revert 239280 "Move more file_util functions to base namespace." by thakis@chromium.org · 12 years ago
  13. bb48397 Move more file_util functions to base namespace. by brettw@chromium.org · 12 years ago
  14. 458d1e3 Move Touch to base namespace, remove SetLastModifiedTime. by brettw@chromium.org · 12 years ago
  15. a915403 Move more file_util functions to base namespace. by brettw@chromium.org · 12 years ago
  16. 7068424 Move GetFileSize, NormalizeFilePath to base namespace by brettw@chromium.org · 12 years ago
  17. 738669a Move directory creation functions to base namespace. by brettw@chromium.org · 12 years ago
  18. 735d11d Move temp file functions to base namespace. by brettw@chromium.org · 12 years ago
  19. bf89055 Fix a test failure as GetFileSize() will not set the size if it fails by qinmin@chromium.org · 12 years ago
  20. 83c44c8 Move some more file utils to the base namespace. by brettw@chromium.org · 12 years ago
  21. 2873d9b Move Posix file utils to the base namespace. by brettw@chromium.org · 12 years ago
  22. 8abcc0c Fix chrome upload with content uri by qinmin@chromium.org · 12 years ago
  23. 94f7f26 Revert 235752 "Fix chrome upload with content uri" by qinmin@chromium.org · 12 years ago
  24. 9076751 Fix chrome upload with content uri by qinmin@chromium.org · 12 years ago
  25. 8b20a36 Clean up a few unused globals. by thakis@chromium.org · 12 years ago
  26. 5647294 Base: FileEnumerator should not follow reparse points. by rvargas@chromium.org · 12 years ago
  27. e943475 Revert 215407 "Base: FileEnumerator should not follow reparse po..." by rvargas@google.com · 12 years ago
  28. dda0883 Base: FileEnumerator should not follow reparse points. by rvargas@chromium.org · 12 years ago
  29. 220b8de Rename base::Delete to base::DeleteFile by brettw@chromium.org · 12 years ago
  30. 5a112e7 Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to the base namespace. by brettw@chromium.org · 12 years ago
  31. 10b6412 Move PathExists to base namespace. by brettw@chromium.org · 12 years ago
  32. aecf7a3 Move Copy* into the base namespace. by brettw@chromium.org · 12 years ago
  33. d83141b Clean up ASSERT/EXPECT in file_util_unittest.cc. by gavinp@chromium.org · 12 years ago
  34. 0878fea Move DeleteAfterReboot, Move, and ReplaceFile to base namespace by brettw@chromium.org · 12 years ago
  35. e9f9948 Move file_util::Delete to the base namespace by brettw@chromium.org · 12 years ago
  36. 55d5ee6 Move ComputeDirectorySize to the base namespace. by brettw@chromium.org · 12 years ago
  37. 5694672 Move FileEnumerator to its own file, do some refactoring. by brettw@chromium.org · 12 years ago
  38. 17f6062 Use a direct include of utf_string_conversions.h in android_webview/, apps/, ash/, base/. by avi@chromium.org · 12 years ago
  39. 85aa52a Revert 198820 "Move FileEnumerator to its own file, do some refa..." by dbeam@chromium.org · 12 years ago
  40. fdd3468 Move FileEnumerator to its own file, do some refactoring. by brettw@chromium.org · 12 years ago
  41. 99b198e Move path functions from file_util to FilePath object. by brettw@chromium.org · 12 years ago
  42. 8164c2c Rewrite std::string("") to std::string(), Linux edition. by dcheng@chromium.org · 12 years ago
  43. 3070200 Revert "Rewrite std::string("") to std::string(), Linux edition." by dcheng@chromium.org · 12 years ago
  44. cb5b331 Rewrite std::string("") to std::string(), Linux edition. by dcheng@chromium.org · 12 years ago
  45. d05540d base: Consolidate all test data directories under base/test/data. by tfarina@chromium.org · 12 years ago
  46. 3069cda Minor file_util cleanup. by brettw@chromium.org · 12 years ago
  47. 59eef1f Move file_path.h to base/files. by brettw@chromium.org · 12 years ago
  48. 82bcf51 Replace FilePath with base::FilePath. by brettw@chromium.org · 12 years ago
  49. 007dbe2 Add path traversal protection to Move and CopyFile too. by cevans@chromium.org · 13 years ago
  50. fef1a20 Fix creating target paths in file_util_posix CopyDirectory. by aedla@chromium.org · 13 years ago
  51. 515186d Remove GetFileCreationLocalTime. It is unused. by brettw@chromium.org · 13 years ago
  52. 1d968f4 Revert 176659 by joaodasilva@chromium.org · 13 years ago
  53. 3e70cd1 Fix creating target paths in file_util_posix CopyDirectory. by aedla@chromium.org · 13 years ago
  54. 091db52 Move scoped_temp_dir from base to base/files by brettw@chromium.org · 13 years ago
  55. 0f9d10c [Win] Don't call GetLongPathName() in CreateTemporaryFileInDir(). by asanka@chromium.org · 13 years ago
  56. 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
  57. cb6adaa installer_util_unittests has failed on XP Tests (dbg)(1) since this landed by dgrogan@chromium.org · 13 years ago
  58. 786c893 Refactoring and tests for the highly undertested file_util::CreateOrUpdateShortcutLink() method. by gab@chromium.org · 13 years ago
  59. 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
  60. 7300bb1 Remove packaged app Windows shortcuts when app is uninstalled. by benwells@chromium.org · 13 years ago
  61. 670a38f Add the methods to change and get a posix file permission to file_util. by yoshiki@chromium.org · 13 years ago
  62. 45cbd63 Fix a bug in file_util::Delete() where symlinks are not handled right by yoshiki@chromium.org · 13 years ago
  63. eae0dcb AppendToFile implementation. by loislo@chromium.org · 13 years ago
  64. bf671eb Win 8 Start Menu shortcut changes by gab@chromium.org · 13 years ago
  65. de3a6cf Add virtual and OVERRIDE to base/ implementation files by rsleevi@chromium.org · 13 years ago
  66. 0ed5469 Cleanup: Remove deprecated version of file_util::AppendToPath(). by thestig@chromium.org · 13 years ago
  67. f1a9ce1 Cleanup: Deprecate wstring version of file_util::CopyDirectory(). by thestig@chromium.org · 13 years ago
  68. e81a98c Fix the CountFilesCreatedAfter test. by gbillock@chromium.org · 13 years ago
  69. 3c0bc35 Flakiness cleanup: disable flaky tests under base/ by evan@chromium.org · 13 years ago
  70. d05e16c Match whole path components in DevicePathToDriveLetterPath(). Add tests. by skerner@chromium.org · 14 years ago
  71. aaa6303 Change code in base (primarily unit tests) to use Sleep(TimeDelta). by tedvessenes@gmail.com · 14 years ago
  72. e6490ed GetPlatformFileInfo was always never returning directory by cpu@chromium.org · 14 years ago
  73. 569a423 Adaptively use temp dir instead of /dev/shm for executable shmem file on Linux by mcgrathr@chromium.org · 14 years ago
  74. bf8418f Fix the file_util_unittests.cc for Android by michaelbai@chromium.org · 14 years ago
  75. 8078414 Update write checks for external extension file on mac. by skerner@chromium.org · 14 years ago
  76. 19ff3c7 Get gid of created folders from stat()ing the folders, not from getgid(). by skerner@chromium.org · 14 years ago
  77. c574747 Mark VerifyPathControlledByUserTest.* as FAILS_ on mac. by thakis@chromium.org · 14 years ago
  78. 93449ef Add external extensions json source in proper mac location. by skerner@google.com · 14 years ago
  79. 675aad3 Add a gyp flag to enable dcheck by default in release without by nsylvain@chromium.org · 14 years ago
  80. a3a4db7 base: Rename FileEnumerator::FILE_TYPE to FileEnumerator::FileType. by tfarina@chromium.org · 14 years ago
  81. 4470685 Removed wchat_t from Time::FromString. by shinyak@google.com · 14 years ago
  82. 2c90099 Revert 94426 - Removed wchat_t from Time::FromString. by morrita@chromium.org · 14 years ago
  83. 3731022 Removed wchat_t from Time::FromString. by shinyak@google.com · 14 years ago
  84. 927d728 Move scoped_temp_dir and scoped_native_library back from base/memory to base. by thakis@chromium.org · 14 years ago
  85. 3be14ad Revert r83048 "Removed wchar_t from Time::FromString." by maruel@chromium.org · 14 years ago
  86. 0d4f784 Removed wchar_t from Time::FromString. by shinyak@google.com · 14 years ago
  87. 5c52868 Move some files from base to base/memory. by levin@chromium.org · 14 years ago
  88. 6c6d264 Base unit tests: Small fix for two incorrect utility by rvargas@google.com · 14 years ago
  89. 1ae6e0d FilePath: Remove much of ToWStringHack, adding a LossyDisplayName() by evan@chromium.org · 15 years ago
  90. c89216a Reland "Remove base/scoped_handle_win.h." by tfarina@chromium.org · 15 years ago
  91. 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
  92. 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
  93. 784a29d Use FilePath::DirName instead of the deprecated file_util::GetDirectoryFromPath. by tfarina@chromium.org · 15 years ago
  94. d15b1a1 base: Remove deprecated file_util::GetFilenameFromPath function. by tfarina@chromium.org · 15 years ago
  95. 6139182 Move platform_thread to base/threading and put in the base namespace. I left a by brettw@chromium.org · 15 years ago
  96. 4dcc02c Some additions to support symlinks better on platforms that support them. by gspencer@chromium.org · 15 years ago
  97. c941a18 Add a TouchFile() function that takes a FilePath argument. by dumi@chromium.org · 15 years ago
  98. f2857b8 Revert "Add a TouchFile function that operates on FilePaths + fixing a bug" by maruel@chromium.org · 15 years ago
  99. bbfc4a9 Add a TouchFile function that operates on FilePaths + fixing a bug by dumi@chromium.org · 15 years ago
  100. 8fe305d GTTF: Fix FileUtilTest so multiple test instances can run in parallel. by phajdan.jr@chromium.org · 15 years ago