| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement DownloadFile::Rename() for posix. Downloads work on linux! | estade@chromium.org | 2009-03-13 | 1 | -1/+3 |
* | file_util::Move fails on Windows if moving a directory | huanr@chromium.org | 2009-03-11 | 1 | -0/+6 |
* | Properly honor base::SharedMemory semantics for name="" to mean | jrg@chromium.org | 2009-02-04 | 1 | -0/+12 |
* | Safe browsing cleanup: | estade@chromium.org | 2009-01-28 | 1 | -0/+4 |
* | Add FilePath version of ReadFileToString. | erikkay@google.com | 2009-01-28 | 1 | -0/+2 |
* | Roll forward 8722,8721 | jeremy@chromium.org | 2009-01-27 | 1 | -0/+17 |
* | Reverting 8722,8721. | maruel@chromium.org | 2009-01-27 | 1 | -17/+0 |
* | First step of porting VisitedLinkMaster to POSIX: | jeremy@chromium.org | 2009-01-27 | 1 | -0/+17 |
* | Move Contains() method to file_utils, stop relying on in extensions_protocol | aa@chromium.org | 2009-01-09 | 1 | -4/+3 |
* | Add implementations of various extension related methods (derived from file_u... | erikkay@google.com | 2009-01-09 | 1 | -13/+9 |
* | Convert download manager to FilePath. | estade@chromium.org | 2009-01-06 | 1 | -2/+4 |
* | Unbreak unit tests. Revert r7564. | estade@chromium.org | 2009-01-05 | 1 | -2/+0 |
* | * switch download manager to using FilePath | estade@chromium.org | 2009-01-05 | 1 | -0/+2 |
* | file_util minor cleanup: | erikkay@google.com | 2008-12-23 | 1 | -0/+7 |
* | revert r6938 | estade@chromium.org | 2008-12-12 | 1 | -6/+8 |
* | Reverting 6935. | ojan@google.com | 2008-12-12 | 1 | -8/+6 |
* | Implement the memory mapped file class for posix. | estade@chromium.org | 2008-12-12 | 1 | -6/+8 |
* | Add a MemoryMappedFile class to file_util. | estade@chromium.org | 2008-12-12 | 1 | -1/+38 |
* | Move file enumeration to filepaths. | avi@google.com | 2008-12-11 | 1 | -7/+9 |
* | Get rid of kPathSeparator on windows. Port some wstring function to take File... | estade@chromium.org | 2008-12-04 | 1 | -14/+8 |
* | Remove file_util::kPathSeparator from posix. | estade@chromium.org | 2008-11-27 | 1 | -10/+25 |
* | Append a trailing slash on file directory URLs. Thus a link to /directory wil... | estade@chromium.org | 2008-11-25 | 1 | -3/+8 |
* | Port directory lister to allow the linux and mac test shells to display file ... | estade@chromium.org | 2008-11-20 | 1 | -0/+14 |
* | revert 5730 | estade@chromium.org | 2008-11-19 | 1 | -14/+0 |
* | Port directory lister to posix. | estade@chromium.org | 2008-11-19 | 1 | -0/+14 |
* | revert 5725 | estade@chromium.org | 2008-11-19 | 1 | -14/+0 |
* | Port directory lister so test shell can view file directories. | estade@chromium.org | 2008-11-19 | 1 | -0/+14 |
* | Implement some missing file util functions. | estade@chromium.org | 2008-11-17 | 1 | -0/+2 |
* | * Revert "Por rt flush_cache tool." | agl@chromium.org | 2008-11-11 | 1 | -4/+0 |
* | Port flush_cache tool. | agl@chromium.org | 2008-11-11 | 1 | -0/+4 |
* | Added CreateTemporaryFileName that takes a FilePath argument. | estade@chromium.org | 2008-11-11 | 1 | -2/+3 |
* | Port more of url_request_unittest.cc. | dkegel@google.com | 2008-11-04 | 1 | -0/+5 |
* | Always show file extensions in the shelf. | glen@chromium.org | 2008-11-03 | 1 | -0/+3 |
* | Begin the first small step towards using FilePath everywhere: | evanm@google.com | 2008-10-30 | 1 | -0/+28 |
* | Make sure it's possible to download to a network share. | nsylvain@chromium.org | 2008-10-27 | 1 | -2/+2 |
* | This CL adds prompting for dangerous types of files (executable) when they ar... | jcampan@chromium.org | 2008-10-10 | 1 | -0/+4 |
* | Fix some problems with machine level install. | kuchhal@chromium.org | 2008-10-08 | 1 | -0/+4 |
* | Cross-platform wrappers for fopen, _wfopen_s, etc. | mark@chromium.org | 2008-10-01 | 1 | -0/+9 |
* | Add file_util::GetFileInfo as a means to provide more information about a file | darin@google.com | 2008-09-26 | 1 | -0/+14 |
* | CreateDirectory() should check if an existing path is actually a directory be... | mmoss@google.com | 2008-09-11 | 1 | -0/+3 |
* | Make CreateDirectory consistent on Win and Posix when directory exists. | mmoss@google.com | 2008-09-09 | 1 | -2/+2 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Cleanup some comment typos. | ericroman@google.com | 2008-08-18 | 1 | -2/+2 |
* | one more try before revert | erikkay@google.com | 2008-08-15 | 1 | -1/+1 |
* | Part two of file_util porting. Almost all of the functionality has been port... | erikkay@google.com | 2008-08-15 | 1 | -7/+31 |
* | I accidentally committed file_version_info. Since comments were relatively m... | erikkay@google.com | 2008-08-12 | 1 | -0/+4 |
* | Add defines for the size of wchar_t to build_config.h. Use this in places whe... | brettw@google.com | 2008-08-07 | 1 | -10/+11 |
* | Refactoring file_util into file_util and file_util_win. Also fix windows dep... | erikkay@google.com | 2008-08-06 | 1 | -0/+16 |
* | Add base to the repository. | initial.commit | 2008-07-26 | 1 | -0/+302 |