summaryrefslogtreecommitdiffstats
path: root/base/file_util_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Properly honor base::SharedMemory semantics for name="" to meanjrg@chromium.org2009-02-041-14/+48
* Safe browsing cleanup:estade@chromium.org2009-01-281-4/+4
* Fix TODOs in base/ :phajdan.jr@chromium.org2009-01-131-6/+9
* Try to consistently use arraysize() with strlcpy().deanm@chromium.org2009-01-021-1/+1
* file_util minor cleanup:erikkay@google.com2008-12-231-5/+25
* revert r6938estade@chromium.org2008-12-121-0/+40
* Reverting 6935.ojan@google.com2008-12-121-40/+0
* Implement the memory mapped file class for posix.estade@chromium.org2008-12-121-0/+40
* Move file enumeration to filepaths.avi@google.com2008-12-111-12/+12
* Port directory lister to allow the linux and mac test shells to display file ...estade@chromium.org2008-11-201-19/+29
* revert 5730estade@chromium.org2008-11-191-29/+19
* Port directory lister to posix.estade@chromium.org2008-11-191-19/+29
* revert 5725estade@chromium.org2008-11-191-29/+19
* Port directory lister so test shell can view file directories.estade@chromium.org2008-11-191-19/+29
* Implement some missing file util functions.estade@chromium.org2008-11-171-10/+10
* Added CreateTemporaryFileName that takes a FilePath argument.estade@chromium.org2008-11-111-11/+12
* Port more of url_request_unittest.cc.dkegel@google.com2008-11-041-2/+2
* Begin the first small step towards using FilePath everywhere:evanm@google.com2008-10-301-41/+47
* This CL adds prompting for dangerous types of files (executable) when they ar...jcampan@chromium.org2008-10-101-0/+7
* Cross-platform wrappers for fopen, _wfopen_s, etc.mark@chromium.org2008-10-011-0/+9
* Add file_util::GetFileInfo as a means to provide more information about a filedarin@google.com2008-09-261-2/+3
* Implement CopyDirectory() for the POSIX branch of file_util.evanm@google.com2008-09-181-4/+105
* POSIX/Linux related changes to file_util:mark@chromium.org2008-09-111-16/+31
* CreateDirectory() should check if an existing path is actually a directory be...mmoss@google.com2008-09-111-3/+8
* Set svn:eol-style = LF on files in base from which it is missingmmentovai@google.com2008-09-021-328/+328
* Some more passing tests in base for Linuxmmentovai@google.com2008-08-271-1/+0
* Use a more compact license header in source files.license.bot2008-08-241-353/+329
* Part two of file_util porting. Almost all of the functionality has been port...erikkay@google.com2008-08-151-81/+138
* Implement an interface compatible wcslcpy and strlcpy. Possibly slightlydeanm@google.com2008-08-131-8/+2
* I accidentally committed file_version_info. Since comments were relatively m...erikkay@google.com2008-08-121-0/+4
* I suspect this comment was not intended...ericroman@google.com2008-08-101-1/+0
* * add base_paths_mac.mm to mac porterikkay@google.com2008-08-081-0/+299