| Commit message (Expand) | Author | Age | Files | Lines |
* | Move and rename FdopenPlatformFile to file_util | rvargas@chromium.org | 2014-06-10 | 1 | -0/+4 |
* | Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME). | nkostylev@chromium.org | 2014-05-27 | 1 | -0/+1 |
* | Revert 270872 "Move all callers of GetHomeDir() to PathService::..." | benwells@chromium.org | 2014-05-16 | 1 | -1/+0 |
* | Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME). | nkostylev@chromium.org | 2014-05-16 | 1 | -0/+1 |
* | Make base::ReadFileToString() return false on I/O error. | tnagel@chromium.org | 2014-05-01 | 1 | -15/+17 |
* | base::ReadFile() should return the number of read bytes on Windows. | fukino@chromium.org | 2014-04-18 | 1 | -3/+3 |
* | Remove CreateAndOpenTemporaryShmemFile(). | viettrungluu@chromium.org | 2014-03-20 | 1 | -6/+0 |
* | Make the shmem-specific functions in file_util.h POSIX-only. | viettrungluu@chromium.org | 2014-03-20 | 1 | -15/+15 |
* | Implement ScopedFD in terms of ScopedGeneric. | brettw@chromium.org | 2014-03-17 | 1 | -26/+0 |
* | Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c... | jochen@chromium.org | 2014-03-15 | 1 | -0/+26 |
* | Implement ScopedFD in terms of ScopedGeneric. | brettw@chromium.org | 2014-03-14 | 1 | -26/+0 |
* | Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c... | thakis@chromium.org | 2014-03-14 | 1 | -0/+26 |
* | Implement ScopedFD in terms of ScopedGeneric. | brettw@chromium.org | 2014-03-14 | 1 | -26/+0 |
* | Move more file_util functions to base namespace. | brettw@chromium.org | 2014-03-13 | 1 | -36/+28 |
* | Move AppendFile and *CurrentDirectory to the base namespace. | brettw@chromium.org | 2014-03-11 | 1 | -9/+9 |
* | Move WriteFile and WriteFileDescriptor from file_util to base namespace. | brettw@chromium.org | 2014-03-06 | 1 | -7/+9 |
* | POSIX: CHECK() that file_util::ScopedFD fulfills promise. | jln@chromium.org | 2014-02-28 | 1 | -2/+10 |
* | Followup to modifications to ReadFileToString function | kaliamoorthi@chromium.org | 2014-02-27 | 1 | -13/+12 |
* | Add support for GetHomeDir for Mac and Windows. | brettw@chromium.org | 2014-02-19 | 1 | -7/+3 |
* | Added new ReadFileToString API with a max_size argument | kaliamoorthi@chromium.org | 2014-02-18 | 1 | -2/+16 |
* | Convert scoped_ptr_malloc -> scoped_ptr, part 1. | viettrungluu@chromium.org | 2014-02-16 | 1 | -10/+12 |
* | Modify CopyFileUnsafe() on OSX to stop copying ACL. | maruel@chromium.org | 2014-02-06 | 1 | -2/+2 |
* | Make CopyDirectory() not copy the read only bit on Windows by reimplementing it. | maruel@chromium.org | 2014-02-05 | 1 | -0/+6 |
* | Convert base::file_util to use File instead of PlatformFile. | rvargas@chromium.org | 2014-01-07 | 1 | -5/+5 |
* | Revert 239400 "Revert 239280 "Move more file_util functions to b..." | thakis@chromium.org | 2013-12-08 | 1 | -12/+7 |
* | Revert 239280 "Move more file_util functions to base namespace." | thakis@chromium.org | 2013-12-08 | 1 | -7/+12 |
* | Move more file_util functions to base namespace. | brettw@chromium.org | 2013-12-07 | 1 | -12/+7 |
* | Move Touch to base namespace, remove SetLastModifiedTime. | brettw@chromium.org | 2013-12-04 | 1 | -9/+5 |
* | Move more file_util functions to base namespace. | brettw@chromium.org | 2013-12-04 | 1 | -13/+12 |
* | Move GetFileSize, NormalizeFilePath to base namespace | brettw@chromium.org | 2013-12-04 | 1 | -9/+8 |
* | Move directory creation functions to base namespace. | brettw@chromium.org | 2013-12-03 | 1 | -9/+9 |
* | Move temp file functions to base namespace. | brettw@chromium.org | 2013-12-03 | 1 | -20/+20 |
* | Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close. | mark@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | Move some more file utils to the base namespace. | brettw@chromium.org | 2013-12-02 | 1 | -14/+30 |
* | Move Posix file utils to the base namespace. | brettw@chromium.org | 2013-11-27 | 1 | -15/+14 |
* | Remove file_util debugging cruft from crbug.com/108724 | robertshield@chromium.org | 2013-10-10 | 1 | -2/+0 |
* | Move ReadFileToString to the base namespace. | brettw@chromium.org | 2013-08-30 | 1 | -8/+7 |
* | Fix some typo in base::file_util.h comments. | etienneb@chromium.org | 2013-08-04 | 1 | -4/+4 |
* | Rename base::Delete to base::DeleteFile | brettw@chromium.org | 2013-07-16 | 1 | -2/+2 |
* | Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to... | brettw@chromium.org | 2013-07-15 | 1 | -12/+12 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 1 | -4/+4 |
* | Move Copy* into the base namespace. | brettw@chromium.org | 2013-07-09 | 1 | -29/+36 |
* | Move DeleteAfterReboot, Move, and ReplaceFile to base namespace | brettw@chromium.org | 2013-07-01 | 1 | -17/+12 |
* | Move file_util::Delete to the base namespace | brettw@chromium.org | 2013-07-01 | 1 | -5/+7 |
* | Move ComputeDirectorySize to the base namespace. | brettw@chromium.org | 2013-06-22 | 1 | -10/+11 |
* | Use a direct include of strings headers in base/. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Make CreateDirectory return an error code instead of just a bool. | dgrogan@chromium.org | 2013-06-11 | 1 | -0/+6 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-06-08 | 1 | -111/+3 |
* | Make base:ReplaceFile return an informative error. | dgrogan@chromium.org | 2013-05-08 | 1 | -1/+7 |
* | Revert 198820 "Move FileEnumerator to its own file, do some refa..." | dbeam@chromium.org | 2013-05-08 | 1 | -3/+111 |