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