1. f01de7e Revert 239400 "Revert 239280 "Move more file_util functions to b..." by thakis@chromium.org · 12 years ago
  2. c4512e4 Revert 239280 "Move more file_util functions to base namespace." by thakis@chromium.org · 12 years ago
  3. bb48397 Move more file_util functions to base namespace. by brettw@chromium.org · 12 years ago
  4. a915403 Move more file_util functions to base namespace. by brettw@chromium.org · 12 years ago
  5. 7068424 Move GetFileSize, NormalizeFilePath to base namespace by brettw@chromium.org · 12 years ago
  6. 738669a Move directory creation functions to base namespace. by brettw@chromium.org · 12 years ago
  7. 735d11d Move temp file functions to base namespace. by brettw@chromium.org · 12 years ago
  8. fa5a0f9 Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close. by mark@chromium.org · 12 years ago
  9. 83c44c8 Move some more file utils to the base namespace. by brettw@chromium.org · 12 years ago
  10. 2873d9b Move Posix file utils to the base namespace. by brettw@chromium.org · 12 years ago
  11. 8abcc0c Fix chrome upload with content uri by qinmin@chromium.org · 12 years ago
  12. 8d0fa9a Support use_glib==0 on Linux in base by spang@chromium.org · 12 years ago
  13. 94f7f26 Revert 235752 "Fix chrome upload with content uri" by qinmin@chromium.org · 12 years ago
  14. 9076751 Fix chrome upload with content uri by qinmin@chromium.org · 12 years ago
  15. 0c64e3e base: Remove call to g_get_home_dir() from GetHomeDir() for Chrome OS by satorux@chromium.org · 12 years ago
  16. 861313b Move IsRunningOnChromeOS to SysInfo by stevenjb@chromium.org · 12 years ago
  17. 220b8de Rename base::Delete to base::DeleteFile by brettw@chromium.org · 12 years ago
  18. 5a112e7 Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to the base namespace. by brettw@chromium.org · 12 years ago
  19. 10b6412 Move PathExists to base namespace. by brettw@chromium.org · 12 years ago
  20. aecf7a3 Move Copy* into the base namespace. by brettw@chromium.org · 12 years ago
  21. 0878fea Move DeleteAfterReboot, Move, and ReplaceFile to base namespace by brettw@chromium.org · 12 years ago
  22. e9f9948 Move file_util::Delete to the base namespace by brettw@chromium.org · 12 years ago
  23. b039e8b Use a direct include of time headers in base/, part 1. by avi@chromium.org · 12 years ago
  24. 94bd573 Use a direct include of strings headers in base/. by avi@chromium.org · 12 years ago
  25. f772813 Make CreateDirectory return an error code instead of just a bool. by dgrogan@chromium.org · 12 years ago
  26. 118a901 Provide nanoseconds precision for base::PlatformFileInfo on POSIX by apavlov@chromium.org · 12 years ago
  27. 5694672 Move FileEnumerator to its own file, do some refactoring. by brettw@chromium.org · 12 years ago
  28. 17f6062 Use a direct include of utf_string_conversions.h in android_webview/, apps/, ash/, base/. by avi@chromium.org · 12 years ago
  29. 38fc56d Make base:ReplaceFile return an informative error. by dgrogan@chromium.org · 12 years ago
  30. 85aa52a Revert 198820 "Move FileEnumerator to its own file, do some refa..." by dbeam@chromium.org · 12 years ago
  31. fdd3468 Move FileEnumerator to its own file, do some refactoring. by brettw@chromium.org · 12 years ago
  32. 99b198e Move path functions from file_util to FilePath object. by brettw@chromium.org · 12 years ago
  33. 8164c2c Rewrite std::string("") to std::string(), Linux edition. by dcheng@chromium.org · 12 years ago
  34. 3070200 Revert "Rewrite std::string("") to std::string(), Linux edition." by dcheng@chromium.org · 12 years ago
  35. ce26bbc Really fix build after r193020. by dcheng@chromium.org · 12 years ago
  36. cb5b331 Rewrite std::string("") to std::string(), Linux edition. by dcheng@chromium.org · 12 years ago
  37. 0560966 When creating app shortcuts on the mac, suffix them with (1) if the shortcut already existed. by jeremya@chromium.org · 12 years ago
  38. 3069cda Minor file_util cleanup. by brettw@chromium.org · 12 years ago
  39. 6b4dc5e [Cleanup] Remove StringPrintf from global namespace by groby@chromium.org · 12 years ago
  40. ef8403e base: Move MemoryMappedFile out of file_util.h and into its own header file. by tfarina@chromium.org · 12 years ago
  41. 59eef1f Move file_path.h to base/files. by brettw@chromium.org · 12 years ago
  42. bbe80ba Truncate the download file name if it exceeds the filesystem limit. by kinaba@chromium.org · 12 years ago
  43. c02b603 Make base compile with no "using base::FilePath". by brettw@chromium.org · 12 years ago
  44. e110caf Revert 182032 by brettw@chromium.org · 13 years ago
  45. 86e5695 Make base compile with no "using base::FilePath". by brettw@chromium.org · 13 years ago
  46. 1f67a91 Move sys_string_conversions to base/strings. by brettw@chromium.org · 13 years ago
  47. 007dbe2 Add path traversal protection to Move and CopyFile too. by cevans@chromium.org · 13 years ago
  48. fef1a20 Fix creating target paths in file_util_posix CopyDirectory. by aedla@chromium.org · 13 years ago
  49. 515186d Remove GetFileCreationLocalTime. It is unused. by brettw@chromium.org · 13 years ago
  50. 1d968f4 Revert 176659 by joaodasilva@chromium.org · 13 years ago
  51. 3e70cd1 Fix creating target paths in file_util_posix CopyDirectory. by aedla@chromium.org · 13 years ago
  52. b1788fb Move eintr_wrapper.h from base to base/posix by brettw@chromium.org · 13 years ago
  53. 5791f7b Remove FileEnumerator::IsLink by tzik@chromium.org · 13 years ago
  54. 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
  55. 712ff26 Add OS_CHROMEOS case in file_util::GetHomeDir() by haruki@chromium.org · 13 years ago
  56. 925e0b7 Fix #endif comments for iOS exclusions in base/file_util* by stuartmorgan@chromium.org · 13 years ago
  57. e77009d Prettify output from chrome.fileSystem.getDisplayPath for POSIX profile directories by thorogood@chromium.org · 13 years ago
  58. dc818ac Update #if guards in base/ that control whether to use stat or stat64 (and friends). by rsesek@chromium.org · 13 years ago
  59. 670a38f Add the methods to change and get a posix file permission to file_util. by yoshiki@chromium.org · 13 years ago
  60. f6f051a Get file_util and platform_file building on iOS by stuartmorgan@chromium.org · 13 years ago
  61. 4ab5de9 Do not use grp.h on iOS. by qsr@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. 62001b9 Fix temp dir path for Android. by nileshagrawal@chromium.org · 13 years ago
  64. eae0dcb AppendToFile implementation. by loislo@chromium.org · 13 years ago
  65. f586495 Add symbolic link support to FileSystemFileUtil::AbstractFileEnumerator. by tzik@chromium.org · 13 years ago
  66. e750699 Coverity fix NEGATIVE_RETURNS. by scr@chromium.org · 14 years ago
  67. 569a423 Adaptively use temp dir instead of /dev/shm for executable shmem file on Linux by mcgrathr@chromium.org · 14 years ago
  68. 5f343eb define OS_BSD on *BSD and replace the ifdefs to use that by robert.nagy@gmail.com · 14 years ago
  69. 5faed3c Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by brettw@chromium.org · 14 years ago
  70. 8167d20 Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by brettw@chromium.org · 14 years ago
  71. 951e6ff Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by brettw@chromium.org · 14 years ago
  72. ea54e46 OpenBSD patches for base and build, part 2 by robert.nagy@gmail.com · 14 years ago
  73. 8078414 Update write checks for external extension file on mac. by skerner@chromium.org · 14 years ago
  74. 93449ef Add external extensions json source in proper mac location. by skerner@google.com · 14 years ago
  75. a3a4db7 base: Rename FileEnumerator::FILE_TYPE to FileEnumerator::FileType. by tfarina@chromium.org · 14 years ago
  76. 09987c3 Adding FileUtilProxy::Entry::{size,last_modified_time}, by tzik@chromium.org · 14 years ago
  77. 2251c62 Upstream android file related code. by michaelbai@google.com · 14 years ago
  78. a40af28 Disallow links from being seen by the extensions via the fileapi. by rkc@chromium.org · 14 years ago
  79. 13aa8aa Use the real Mac browser app's bundle identifier everywhere that a base by mark@chromium.org · 14 years ago
  80. ae25ba2 GTTF: Correctly handle fdopen failure in CreateAndOpenTemporaryFileInDir by phajdan.jr@chromium.org · 14 years ago
  81. cad925c Fix clang build after landing http://codereview.chromium.org/6820030 by phajdan.jr@chromium.org · 14 years ago
  82. ad50453 Fix problems in src/base: by phajdan.jr@chromium.org · 14 years ago
  83. 5c52868 Move some files from base to base/memory. by levin@chromium.org · 14 years ago
  84. aed4b38 Pure pedantry: Replace all ".size() == 0" with ".empty()". by erg@google.com · 14 years ago
  85. 37c078e Order function definitions in base/ according to the header. by erg@google.com · 15 years ago
  86. 5b5f5e0 Move base/thread.h to base/threading, fix up callers to use the new location. by brettw@chromium.org · 15 years ago
  87. 3c6690c Start using file_util symlink code, now that it's available. by gspencer@chromium.org · 15 years ago
  88. 4dcc02c Some additions to support symlinks better on platforms that support them. by gspencer@chromium.org · 15 years ago
  89. 7ecbbc1 FBTF: Remove unneeded headers from base/ (part 9) by thestig@chromium.org · 15 years ago
  90. c1cbe7d Original change: http://codereview.chromium.org/4856003/ by bulach@chromium.org · 15 years ago
  91. 7c9cd8b Thread IO safety: annotate file_util, and block IO thread from doing IO by evan@chromium.org · 15 years ago
  92. 14fecd5 Revert 63600 - Thread IO safety: annotate file_util, and block IO thread from doing IO by isherman@chromium.org · 15 years ago
  93. 5c289b5 Thread IO safety: annotate file_util, and block IO thread from doing IO by evan@chromium.org · 15 years ago
  94. 5d72067 Revert "Thread IO safety: annotate file_util, and block IO thread from doing IO" by evan@chromium.org · 15 years ago
  95. 7b7870f Thread IO safety: annotate file_util, and block IO thread from doing IO by evan@chromium.org · 15 years ago
  96. 553ec59 Un-recursify FileEnumerator::Next(). by dumi@chromium.org · 15 years ago
  97. f92deb9 Removing sync from file_util::Delete for ChromeOS. by gspencer@chromium.org · 15 years ago
  98. c941a18 Add a TouchFile() function that takes a FilePath argument. by dumi@chromium.org · 15 years ago
  99. f2857b8 Revert "Add a TouchFile function that operates on FilePaths + fixing a bug" by maruel@chromium.org · 15 years ago
  100. bbfc4a9 Add a TouchFile function that operates on FilePaths + fixing a bug by dumi@chromium.org · 15 years ago