| Commit message (Expand) | Author | Age | Files | Lines |
* | Move more file_util functions to base namespace. | brettw@chromium.org | 2013-12-04 | 1 | -46/+46 |
* | Move GetFileSize, NormalizeFilePath to base namespace | brettw@chromium.org | 2013-12-04 | 1 | -17/+16 |
* | Move directory creation functions to base namespace. | brettw@chromium.org | 2013-12-03 | 1 | -21/+20 |
* | Move temp file functions to base namespace. | brettw@chromium.org | 2013-12-03 | 1 | -22/+22 |
* | Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close. | mark@chromium.org | 2013-12-03 | 1 | -9/+9 |
* | Move some more file utils to the base namespace. | brettw@chromium.org | 2013-12-02 | 1 | -109/+110 |
* | Move Posix file utils to the base namespace. | brettw@chromium.org | 2013-11-27 | 1 | -20/+19 |
* | Fix chrome upload with content uri | qinmin@chromium.org | 2013-11-20 | 1 | -2/+27 |
* | Support use_glib==0 on Linux in base | spang@chromium.org | 2013-11-20 | 1 | -2/+2 |
* | Revert 235752 "Fix chrome upload with content uri" | qinmin@chromium.org | 2013-11-18 | 1 | -27/+2 |
* | Fix chrome upload with content uri | qinmin@chromium.org | 2013-11-18 | 1 | -2/+27 |
* | base: Remove call to g_get_home_dir() from GetHomeDir() for Chrome OS | satorux@chromium.org | 2013-11-07 | 1 | -3/+3 |
* | Move IsRunningOnChromeOS to SysInfo | stevenjb@chromium.org | 2013-09-27 | 1 | -5/+2 |
* | Rename base::Delete to base::DeleteFile | brettw@chromium.org | 2013-07-16 | 1 | -3/+3 |
* | Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to... | brettw@chromium.org | 2013-07-15 | 1 | -13/+14 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 1 | -6/+6 |
* | Move Copy* into the base namespace. | brettw@chromium.org | 2013-07-09 | 1 | -91/+100 |
* | Move DeleteAfterReboot, Move, and ReplaceFile to base namespace | brettw@chromium.org | 2013-07-01 | 1 | -41/+42 |
* | Move file_util::Delete to the base namespace | brettw@chromium.org | 2013-07-01 | 1 | -27/+34 |
* | Use a direct include of time headers in base/, part 1. | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | Use a direct include of strings headers in base/. | avi@chromium.org | 2013-06-11 | 1 | -2/+2 |
* | Make CreateDirectory return an error code instead of just a bool. | dgrogan@chromium.org | 2013-06-11 | 1 | -2/+7 |
* | Provide nanoseconds precision for base::PlatformFileInfo on POSIX | apavlov@chromium.org | 2013-06-10 | 1 | -0/+10 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-06-08 | 1 | -162/+11 |
* | Use a direct include of utf_string_conversions.h in android_webview/, apps/, ... | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Make base:ReplaceFile return an informative error. | dgrogan@chromium.org | 2013-05-08 | 1 | -2/+8 |
* | Revert 198820 "Move FileEnumerator to its own file, do some refa..." | dbeam@chromium.org | 2013-05-08 | 1 | -13/+165 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-05-07 | 1 | -165/+13 |
* | Move path functions from file_util to FilePath object. | brettw@chromium.org | 2013-04-12 | 1 | -14/+19 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+2 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -2/+1 |
* | Really fix build after r193020. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+2 |
* | When creating app shortcuts on the mac, suffix them with (1) if the shortcut ... | jeremya@chromium.org | 2013-04-04 | 1 | -0/+17 |
* | Minor file_util cleanup. | brettw@chromium.org | 2013-04-03 | 1 | -53/+0 |
* | [Cleanup] Remove StringPrintf from global namespace | groby@chromium.org | 2013-03-18 | 1 | -1/+1 |
* | base: Move MemoryMappedFile out of file_util.h and into its own header file. | tfarina@chromium.org | 2013-02-24 | 1 | -40/+0 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -1/+1 |
* | Truncate the download file name if it exceeds the filesystem limit. | kinaba@chromium.org | 2013-02-21 | 1 | -0/+5 |
* | Make base compile with no "using base::FilePath". | brettw@chromium.org | 2013-02-16 | 1 | -0/+2 |
* | Revert 182032 | brettw@chromium.org | 2013-02-12 | 1 | -2/+0 |
* | Make base compile with no "using base::FilePath". | brettw@chromium.org | 2013-02-12 | 1 | -0/+2 |
* | Move sys_string_conversions to base/strings. | brettw@chromium.org | 2013-02-07 | 1 | -1/+1 |
* | Add path traversal protection to Move and CopyFile too. | cevans@chromium.org | 2013-02-06 | 1 | -2/+2 |
* | Fix creating target paths in file_util_posix CopyDirectory. | aedla@chromium.org | 2013-01-30 | 1 | -8/+8 |
* | Remove GetFileCreationLocalTime. It is unused. | brettw@chromium.org | 2013-01-24 | 1 | -28/+0 |
* | Revert 176659 | joaodasilva@chromium.org | 2013-01-14 | 1 | -8/+8 |
* | Fix creating target paths in file_util_posix CopyDirectory. | aedla@chromium.org | 2013-01-14 | 1 | -8/+8 |
* | Move eintr_wrapper.h from base to base/posix | brettw@chromium.org | 2012-11-14 | 1 | -1/+1 |
* | Remove FileEnumerator::IsLink | tzik@chromium.org | 2012-09-12 | 1 | -5/+0 |