1. 01f3da4 Move file_util to base/files/ directory. by brettw@chromium.org · 10 years ago
  2. 0e4c6fc Remove file_util::ScopedFILE and use base version. by brettw@chromium.org · 10 years ago
  3. 43d4a8e Move and rename FdopenPlatformFile to file_util by rvargas@chromium.org · 10 years ago
  4. 45c656f Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME). by nkostylev@chromium.org · 10 years ago
  5. e40cafd Revert 270872 "Move all callers of GetHomeDir() to PathService::..." by benwells@chromium.org · 10 years ago
  6. 49b01ca Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME). by nkostylev@chromium.org · 10 years ago
  7. e50a22b Make base::ReadFileToString() return false on I/O error. by tnagel@chromium.org · 10 years ago
  8. af9cba0 base::ReadFile() should return the number of read bytes on Windows. by fukino@chromium.org · 10 years ago
  9. 5c328d5 Remove CreateAndOpenTemporaryShmemFile(). by viettrungluu@chromium.org · 11 years ago
  10. c9a4b21 Make the shmem-specific functions in file_util.h POSIX-only. by viettrungluu@chromium.org · 11 years ago
  11. b52f29b Implement ScopedFD in terms of ScopedGeneric. by brettw@chromium.org · 11 years ago
  12. 7ee0956 Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.chromium.org/191673003/) by jochen@chromium.org · 11 years ago
  13. 9e91982 Implement ScopedFD in terms of ScopedGeneric. by brettw@chromium.org · 11 years ago
  14. 6209f3a Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.chromium.org/191673003/) by thakis@chromium.org · 11 years ago
  15. 917f714 Implement ScopedFD in terms of ScopedGeneric. by brettw@chromium.org · 11 years ago
  16. aa82a77 Move more file_util functions to base namespace. by brettw@chromium.org · 11 years ago
  17. 14b3aa2 Move AppendFile and *CurrentDirectory to the base namespace. by brettw@chromium.org · 11 years ago
  18. 8c7b6b8 Move WriteFile and WriteFileDescriptor from file_util to base namespace. by brettw@chromium.org · 11 years ago
  19. d749393 POSIX: CHECK() that file_util::ScopedFD fulfills promise. by jln@chromium.org · 11 years ago
  20. aed7666 Followup to modifications to ReadFileToString function by kaliamoorthi@chromium.org · 11 years ago
  21. 49de1af Add support for GetHomeDir for Mac and Windows. by brettw@chromium.org · 11 years ago
  22. 8d3c40d Added new ReadFileToString API with a max_size argument by kaliamoorthi@chromium.org · 11 years ago
  23. c494b36 Convert scoped_ptr_malloc -> scoped_ptr, part 1. by viettrungluu@chromium.org · 11 years ago
  24. 1d7495e Modify CopyFileUnsafe() on OSX to stop copying ACL. by maruel@chromium.org · 11 years ago
  25. 0a177fa Make CopyDirectory() not copy the read only bit on Windows by reimplementing it. by maruel@chromium.org · 11 years ago
  26. b005b38 Convert base::file_util to use File instead of PlatformFile. by rvargas@chromium.org · 11 years ago
  27. f01de7e Revert 239400 "Revert 239280 "Move more file_util functions to b..." by thakis@chromium.org · 11 years ago
  28. c4512e4 Revert 239280 "Move more file_util functions to base namespace." by thakis@chromium.org · 11 years ago
  29. bb48397 Move more file_util functions to base namespace. by brettw@chromium.org · 11 years ago
  30. 458d1e3 Move Touch to base namespace, remove SetLastModifiedTime. by brettw@chromium.org · 11 years ago
  31. a915403 Move more file_util functions to base namespace. by brettw@chromium.org · 11 years ago
  32. 7068424 Move GetFileSize, NormalizeFilePath to base namespace by brettw@chromium.org · 11 years ago
  33. 738669a Move directory creation functions to base namespace. by brettw@chromium.org · 11 years ago
  34. 735d11d Move temp file functions to base namespace. by brettw@chromium.org · 11 years ago
  35. fa5a0f9 Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close. by mark@chromium.org · 11 years ago
  36. 83c44c8 Move some more file utils to the base namespace. by brettw@chromium.org · 11 years ago
  37. 2873d9b Move Posix file utils to the base namespace. by brettw@chromium.org · 11 years ago
  38. 730a362 Remove file_util debugging cruft from crbug.com/108724 by robertshield@chromium.org · 11 years ago
  39. 1abc696 Move ReadFileToString to the base namespace. by brettw@chromium.org · 11 years ago
  40. a52837b Fix some typo in base::file_util.h comments. by etienneb@chromium.org · 11 years ago
  41. 220b8de Rename base::Delete to base::DeleteFile by brettw@chromium.org · 11 years ago
  42. 5a112e7 Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to the base namespace. by brettw@chromium.org · 11 years ago
  43. 10b6412 Move PathExists to base namespace. by brettw@chromium.org · 11 years ago
  44. aecf7a3 Move Copy* into the base namespace. by brettw@chromium.org · 11 years ago
  45. 0878fea Move DeleteAfterReboot, Move, and ReplaceFile to base namespace by brettw@chromium.org · 11 years ago
  46. e9f9948 Move file_util::Delete to the base namespace by brettw@chromium.org · 11 years ago
  47. 55d5ee6 Move ComputeDirectorySize to the base namespace. by brettw@chromium.org · 11 years ago
  48. 94bd573 Use a direct include of strings headers in base/. by avi@chromium.org · 11 years ago
  49. f772813 Make CreateDirectory return an error code instead of just a bool. by dgrogan@chromium.org · 11 years ago
  50. 5694672 Move FileEnumerator to its own file, do some refactoring. by brettw@chromium.org · 11 years ago
  51. 38fc56d Make base:ReplaceFile return an informative error. by dgrogan@chromium.org · 11 years ago
  52. 85aa52a Revert 198820 "Move FileEnumerator to its own file, do some refa..." by dbeam@chromium.org · 11 years ago
  53. fdd3468 Move FileEnumerator to its own file, do some refactoring. by brettw@chromium.org · 11 years ago
  54. aa7ee1f Remove file_util::IsDot and ::IsDotDot. by brettw@chromium.org · 11 years ago
  55. 99b198e Move path functions from file_util to FilePath object. by brettw@chromium.org · 12 years ago
  56. e5281ba Document file_util::Delete() a bit better. by gavinp@chromium.org · 12 years ago
  57. 0560966 When creating app shortcuts on the mac, suffix them with (1) if the shortcut already existed. by jeremya@chromium.org · 12 years ago
  58. 3069cda Minor file_util cleanup. by brettw@chromium.org · 12 years ago
  59. ef8403e base: Move MemoryMappedFile out of file_util.h and into its own header file. by tfarina@chromium.org · 12 years ago
  60. 59eef1f Move file_path.h to base/files. by brettw@chromium.org · 12 years ago
  61. bbe80ba Truncate the download file name if it exceeds the filesystem limit. by kinaba@chromium.org · 12 years ago
  62. 007dbe2 Add path traversal protection to Move and CopyFile too. by cevans@chromium.org · 12 years ago
  63. a708694 Add FilePath to base namespace. by brettw@chromium.org · 12 years ago
  64. 515186d Remove GetFileCreationLocalTime. It is unused. by brettw@chromium.org · 12 years ago
  65. 93db53b Don't allow path traversal paths on the base file helpers by cpu@chromium.org · 12 years ago
  66. b1788fb Move eintr_wrapper.h from base to base/posix by brettw@chromium.org · 12 years ago
  67. 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 · 12 years ago
  68. 5791f7b Remove FileEnumerator::IsLink by tzik@chromium.org · 12 years ago
  69. cb6adaa installer_util_unittests has failed on XP Tests (dbg)(1) since this landed by dgrogan@chromium.org · 12 years ago
  70. 786c893 Refactoring and tests for the highly undertested file_util::CreateOrUpdateShortcutLink() method. by gab@chromium.org · 12 years ago
  71. 93fef43 Fix indent nit in file_util.h by gab@chromium.org · 12 years ago
  72. 0e1a70b Change the type of file_type parameter to int, as the parameter actually takes or-ed bitmasks, by haruki@chromium.org · 12 years ago
  73. 7300bb1 Remove packaged app Windows shortcuts when app is uninstalled. by benwells@chromium.org · 12 years ago
  74. 925e0b7 Fix #endif comments for iOS exclusions in base/file_util* by stuartmorgan@chromium.org · 12 years ago
  75. 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago
  76. 670a38f Add the methods to change and get a posix file permission to file_util. by yoshiki@chromium.org · 12 years ago
  77. 4ab5de9 Do not use grp.h on iOS. by qsr@chromium.org · 12 years ago
  78. 1644fe1 Refactor CreateOrUpdateChromeShortcuts() for a better public API. by gab@chromium.org · 12 years ago
  79. 45cbd63 Fix a bug in file_util::Delete() where symlinks are not handled right by yoshiki@chromium.org · 12 years ago
  80. eae0dcb AppendToFile implementation. by loislo@chromium.org · 12 years ago
  81. bf671eb Win 8 Start Menu shortcut changes by gab@chromium.org · 13 years ago
  82. 6052cf7 Cleanup: Remove remaining deprecated file_util functions. by thestig@chromium.org · 13 years ago
  83. f586495 Add symbolic link support to FileSystemFileUtil::AbstractFileEnumerator. by tzik@chromium.org · 13 years ago
  84. 5ba30b9 Only include base/file_util_deprecated.h on Windows. by thestig@chromium.org · 13 years ago
  85. 7416fd4 Remove PreReadImage from base/file_util. by rogerm@chromium.org · 13 years ago
  86. 8dac1e4 Add some more desperate logging attempting to understand crasher. by aa@chromium.org · 13 years ago
  87. c693fe3 Move common file path related methods between chrome & content to file_util. I reduced the 4 methods into 3 by only having one GetUniquePathNumber which takes an optional suffix. by jam@chromium.org · 13 years ago
  88. d05e16c Match whole path components in DevicePathToDriveLetterPath(). Add tests. by skerner@chromium.org · 13 years ago
  89. 569a423 Adaptively use temp dir instead of /dev/shm for executable shmem file on Linux by mcgrathr@chromium.org · 13 years ago
  90. 5faed3c Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by brettw@chromium.org · 13 years ago
  91. 8167d20 Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by brettw@chromium.org · 13 years ago
  92. 951e6ff Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by brettw@chromium.org · 13 years ago
  93. 8078414 Update write checks for external extension file on mac. by skerner@chromium.org · 13 years ago
  94. 683b29f Fix line endings in base/file_util.h. by grt@chromium.org · 13 years ago
  95. 93449ef Add external extensions json source in proper mac location. by skerner@google.com · 13 years ago
  96. 477ac1b Make BaseFile member functions return net::Error's. by ahendrickson@chromium.org · 13 years ago
  97. 8c12a9d Move test utilities into test_file_util.*. by ahendrickson@chromium.org · 13 years ago
  98. a3a4db7 base: Rename FileEnumerator::FILE_TYPE to FileEnumerator::FileType. by tfarina@chromium.org · 13 years ago
  99. e585bed Rename BASE_API to BASE_EXPORT. by darin@chromium.org · 13 years ago
  100. 09987c3 Adding FileUtilProxy::Entry::{size,last_modified_time}, by tzik@chromium.org · 13 years ago