1. 10b6412 Move PathExists to base namespace. by brettw@chromium.org · 11 years ago
  2. aecf7a3 Move Copy* into the base namespace. by brettw@chromium.org · 11 years ago
  3. 0878fea Move DeleteAfterReboot, Move, and ReplaceFile to base namespace by brettw@chromium.org · 11 years ago
  4. e9f9948 Move file_util::Delete to the base namespace by brettw@chromium.org · 11 years ago
  5. b039e8b Use a direct include of time headers in base/, part 1. by avi@chromium.org · 11 years ago
  6. 94bd573 Use a direct include of strings headers in base/. by avi@chromium.org · 11 years ago
  7. f772813 Make CreateDirectory return an error code instead of just a bool. by dgrogan@chromium.org · 11 years ago
  8. 118a901 Provide nanoseconds precision for base::PlatformFileInfo on POSIX by apavlov@chromium.org · 11 years ago
  9. 5694672 Move FileEnumerator to its own file, do some refactoring. by brettw@chromium.org · 11 years ago
  10. 17f6062 Use a direct include of utf_string_conversions.h in android_webview/, apps/, ash/, base/. by avi@chromium.org · 11 years ago
  11. 38fc56d Make base:ReplaceFile return an informative error. by dgrogan@chromium.org · 11 years ago
  12. 85aa52a Revert 198820 "Move FileEnumerator to its own file, do some refa..." by dbeam@chromium.org · 11 years ago
  13. fdd3468 Move FileEnumerator to its own file, do some refactoring. by brettw@chromium.org · 11 years ago
  14. 99b198e Move path functions from file_util to FilePath object. by brettw@chromium.org · 11 years ago
  15. 8164c2c Rewrite std::string("") to std::string(), Linux edition. by dcheng@chromium.org · 11 years ago
  16. 3070200 Revert "Rewrite std::string("") to std::string(), Linux edition." by dcheng@chromium.org · 11 years ago
  17. ce26bbc Really fix build after r193020. by dcheng@chromium.org · 11 years ago
  18. cb5b331 Rewrite std::string("") to std::string(), Linux edition. by dcheng@chromium.org · 11 years ago
  19. 0560966 When creating app shortcuts on the mac, suffix them with (1) if the shortcut already existed. by jeremya@chromium.org · 11 years ago
  20. 3069cda Minor file_util cleanup. by brettw@chromium.org · 11 years ago
  21. 6b4dc5e [Cleanup] Remove StringPrintf from global namespace by groby@chromium.org · 11 years ago
  22. ef8403e base: Move MemoryMappedFile out of file_util.h and into its own header file. by tfarina@chromium.org · 11 years ago
  23. 59eef1f Move file_path.h to base/files. by brettw@chromium.org · 11 years ago
  24. bbe80ba Truncate the download file name if it exceeds the filesystem limit. by kinaba@chromium.org · 11 years ago
  25. c02b603 Make base compile with no "using base::FilePath". by brettw@chromium.org · 11 years ago
  26. e110caf Revert 182032 by brettw@chromium.org · 11 years ago
  27. 86e5695 Make base compile with no "using base::FilePath". by brettw@chromium.org · 11 years ago
  28. 1f67a91 Move sys_string_conversions to base/strings. by brettw@chromium.org · 11 years ago
  29. 007dbe2 Add path traversal protection to Move and CopyFile too. by cevans@chromium.org · 11 years ago
  30. fef1a20 Fix creating target paths in file_util_posix CopyDirectory. by aedla@chromium.org · 11 years ago
  31. 515186d Remove GetFileCreationLocalTime. It is unused. by brettw@chromium.org · 12 years ago
  32. 1d968f4 Revert 176659 by joaodasilva@chromium.org · 12 years ago
  33. 3e70cd1 Fix creating target paths in file_util_posix CopyDirectory. by aedla@chromium.org · 12 years ago
  34. b1788fb Move eintr_wrapper.h from base to base/posix by brettw@chromium.org · 12 years ago
  35. 5791f7b Remove FileEnumerator::IsLink by tzik@chromium.org · 12 years ago
  36. 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
  37. 712ff26 Add OS_CHROMEOS case in file_util::GetHomeDir() by haruki@chromium.org · 12 years ago
  38. 925e0b7 Fix #endif comments for iOS exclusions in base/file_util* by stuartmorgan@chromium.org · 12 years ago
  39. e77009d Prettify output from chrome.fileSystem.getDisplayPath for POSIX profile directories by thorogood@chromium.org · 12 years ago
  40. dc818ac Update #if guards in base/ that control whether to use stat or stat64 (and friends). by rsesek@chromium.org · 12 years ago
  41. 670a38f Add the methods to change and get a posix file permission to file_util. by yoshiki@chromium.org · 12 years ago
  42. f6f051a Get file_util and platform_file building on iOS by stuartmorgan@chromium.org · 12 years ago
  43. 4ab5de9 Do not use grp.h on iOS. by qsr@chromium.org · 12 years ago
  44. 45cbd63 Fix a bug in file_util::Delete() where symlinks are not handled right by yoshiki@chromium.org · 12 years ago
  45. 62001b9 Fix temp dir path for Android. by nileshagrawal@chromium.org · 12 years ago
  46. eae0dcb AppendToFile implementation. by loislo@chromium.org · 12 years ago
  47. f586495 Add symbolic link support to FileSystemFileUtil::AbstractFileEnumerator. by tzik@chromium.org · 12 years ago
  48. e750699 Coverity fix NEGATIVE_RETURNS. by scr@chromium.org · 13 years ago
  49. 569a423 Adaptively use temp dir instead of /dev/shm for executable shmem file on Linux by mcgrathr@chromium.org · 13 years ago
  50. 5f343eb define OS_BSD on *BSD and replace the ifdefs to use that by robert.nagy@gmail.com · 13 years ago
  51. 5faed3c Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by brettw@chromium.org · 13 years ago
  52. 8167d20 Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by brettw@chromium.org · 13 years ago
  53. 951e6ff Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by brettw@chromium.org · 13 years ago
  54. ea54e46 OpenBSD patches for base and build, part 2 by robert.nagy@gmail.com · 13 years ago
  55. 8078414 Update write checks for external extension file on mac. by skerner@chromium.org · 13 years ago
  56. 93449ef Add external extensions json source in proper mac location. by skerner@google.com · 13 years ago
  57. a3a4db7 base: Rename FileEnumerator::FILE_TYPE to FileEnumerator::FileType. by tfarina@chromium.org · 13 years ago
  58. 09987c3 Adding FileUtilProxy::Entry::{size,last_modified_time}, by tzik@chromium.org · 13 years ago
  59. 2251c62 Upstream android file related code. by michaelbai@google.com · 13 years ago
  60. a40af28 Disallow links from being seen by the extensions via the fileapi. by rkc@chromium.org · 13 years ago
  61. 13aa8aa Use the real Mac browser app's bundle identifier everywhere that a base by mark@chromium.org · 13 years ago
  62. ae25ba2 GTTF: Correctly handle fdopen failure in CreateAndOpenTemporaryFileInDir by phajdan.jr@chromium.org · 13 years ago
  63. cad925c Fix clang build after landing http://codereview.chromium.org/6820030 by phajdan.jr@chromium.org · 13 years ago
  64. ad50453 Fix problems in src/base: by phajdan.jr@chromium.org · 13 years ago
  65. 5c52868 Move some files from base to base/memory. by levin@chromium.org · 13 years ago
  66. aed4b38 Pure pedantry: Replace all ".size() == 0" with ".empty()". by erg@google.com · 13 years ago
  67. 37c078e Order function definitions in base/ according to the header. by erg@google.com · 14 years ago
  68. 5b5f5e0 Move base/thread.h to base/threading, fix up callers to use the new location. by brettw@chromium.org · 14 years ago
  69. 3c6690c Start using file_util symlink code, now that it's available. by gspencer@chromium.org · 14 years ago
  70. 4dcc02c Some additions to support symlinks better on platforms that support them. by gspencer@chromium.org · 14 years ago
  71. 7ecbbc1 FBTF: Remove unneeded headers from base/ (part 9) by thestig@chromium.org · 14 years ago
  72. c1cbe7d Original change: http://codereview.chromium.org/4856003/ by bulach@chromium.org · 14 years ago
  73. 7c9cd8b Thread IO safety: annotate file_util, and block IO thread from doing IO by evan@chromium.org · 14 years ago
  74. 14fecd5 Revert 63600 - Thread IO safety: annotate file_util, and block IO thread from doing IO by isherman@chromium.org · 14 years ago
  75. 5c289b5 Thread IO safety: annotate file_util, and block IO thread from doing IO by evan@chromium.org · 14 years ago
  76. 5d72067 Revert "Thread IO safety: annotate file_util, and block IO thread from doing IO" by evan@chromium.org · 14 years ago
  77. 7b7870f Thread IO safety: annotate file_util, and block IO thread from doing IO by evan@chromium.org · 14 years ago
  78. 553ec59 Un-recursify FileEnumerator::Next(). by dumi@chromium.org · 14 years ago
  79. f92deb9 Removing sync from file_util::Delete for ChromeOS. by gspencer@chromium.org · 14 years ago
  80. c941a18 Add a TouchFile() function that takes a FilePath argument. by dumi@chromium.org · 14 years ago
  81. f2857b8 Revert "Add a TouchFile function that operates on FilePaths + fixing a bug" by maruel@chromium.org · 14 years ago
  82. bbfc4a9 Add a TouchFile function that operates on FilePaths + fixing a bug by dumi@chromium.org · 14 years ago
  83. 97ae261 Moving file_util::FileInfo to base::PlatformFileInfo, and adding the by dumi@chromium.org · 14 years ago
  84. 6897d37 Remove some debug switches: by skerner@chromium.org · 14 years ago
  85. 01ec22c posix: print error message when mkdtemp fails. by evan@chromium.org · 14 years ago
  86. 2c12d67 Loosen permission on extension temp dir when a flag is used. by skerner@chromium.org · 14 years ago
  87. bd112ab Revert 51231 - Loosen permission on extension temp dir when a flag is used. by skerner@chromium.org · 14 years ago
  88. f94712d Loosen permission on extension temp dir when a flag is used. by skerner@chromium.org · 14 years ago
  89. e49f2f2 Adding sync to be called on ChromeOS after a delete operation has. This ensures that if the user deleted something on a sd card, its synced right after. by dhg@chromium.org · 14 years ago
  90. 2abe0b4 Return NULL instead of false when appropriate. by evan@chromium.org · 14 years ago
  91. 1c835a2 Changing temporary files on posix to have a . in front so they are hidden on linux systems (i.e. chromeos) by dhg@chromium.org · 14 years ago
  92. 8bbe5be Give the extension unpacker process a junction/symlink free path to the unpack directory. by skerner@chromium.org · 14 years ago
  93. 41e0062 Use access instead of stat in PathExists and PathIsWritable. by agl@chromium.org · 14 years ago
  94. 5f3c456 Add include as recommended by the linux man page for realpath(). by skerner@chromium.org · 14 years ago
  95. 559baa9 Use realpath() to find the path to the extension unpack dir on posix systems. by skerner@chromium.org · 14 years ago
  96. e443239 Unpack extensions inside chrome's profile directory. by skerner@chromium.org · 14 years ago
  97. 73aec0e bsd: refactor XDG bits of linux_util into a shared file. by evan@chromium.org · 14 years ago
  98. b957533 bsd: move POSIXy functions back into file_util_posix by evan@chromium.org · 14 years ago
  99. 205a9ab posix: stat() uses errno, not its return value, for errors by evan@chromium.org · 14 years ago
  100. 2e7eebc POSIX: Handle race conditions in file_util::CreateDirectory where multiple processes tries to create the same file system tree simultaneously. by thestig@chromium.org · 14 years ago