summaryrefslogtreecommitdiffstats
path: root/base/file_util_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Order posix file listings by type as well as name.estade@chromium.org2009-06-241-4/+25
* Linux: refactor zygote supportagl@chromium.org2009-06-121-14/+2
* Revert 18109, 18111: Windows UI tests failed.agl@chromium.org2009-06-101-2/+14
* Linux: refactor zygote supportagl@chromium.org2009-06-101-14/+2
* Include a parent directory link in the file list for file:///somepathyuzo@chromium.org2009-06-091-2/+22
* Enable zygote manager by default.dkegel@google.com2009-06-081-1/+1
* Prototype implementation of zygotes. dkegel@google.com2009-06-061-4/+22
* Add file_util::ReplaceFile and use it in ImportantFileWriter.phajdan.jr@chromium.org2009-05-191-0/+4
* Revert "Add file_util::ReplaceFile and use it in ImportantFileWriter."phajdan.jr@chromium.org2009-05-181-4/+0
* Add file_util::ReplaceFile and use it in ImportantFileWriter.phajdan.jr@chromium.org2009-05-181-0/+4
* Add support for almost-recursive watches in Linux DirectoryWatcherphajdan.jr@chromium.org2009-05-141-0/+10
* posix: directories should only be readable by the user.evan@chromium.org2009-05-121-3/+2
* POSIX: Add a macro for handling EINTR.agl@chromium.org2009-05-011-11/+12
* ImportantFileWriterphajdan.jr@chromium.org2009-04-281-16/+6
* Only check errno when it can be set.phajdan.jr@chromium.org2009-04-271-1/+1
* Submitting http://codereview.chromium.org/87039 on behalf of hamaji.erikkay@google.com2009-04-231-1/+17
* Protect RandUint64 against EINTR.phajdan.jr@chromium.org2009-04-231-0/+12
* Reverting 14152.thestig@chromium.org2009-04-211-2/+3
* Stop using and remove deprecated file_util::TrimTrailingSeparator().thestig@chromium.org2009-04-211-3/+2
* Implement file_util::CountFilesCreatedAfter() for posix environments.evan@chromium.org2009-04-211-0/+30
* Use "org.chromium" in place of "com.google.chrome" in posix temporary file na...estade@chromium.org2009-03-171-0/+4
* Implement DownloadFile::Rename() for posix. Downloads work on linux!estade@chromium.org2009-03-131-2/+8
* Cleanup in {test_,}file_util_posix.ccphajdan.jr@chromium.org2009-03-061-3/+6
* Reverting 11102.phajdan.jr@chromium.org2009-03-061-6/+3
* first cutphajdan.jr@chromium.org2009-03-061-3/+6
* 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