summaryrefslogtreecommitdiffstats
path: root/base/file_util_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Use MAC_OS_X_DEPLOYMENT_TARGET instead of rolling our own macro.mark@chromium.org2009-09-161-1/+7
* Linux: print page to file rather than using shared memory to send it to the b...estade@chromium.org2009-09-161-11/+14
* Changes needed for MacOS X 10.4 support.maf@google.com2009-09-151-1/+2
* Bug fix: produce unique temp file names when the VFS requests a handle to a n...dumi@chromium.org2009-09-111-5/+4
* Removes a piece of comment that no longer applies.erikkay@chromium.org2009-09-111-4/+2
* Added USE_GDK, set when either TOOLKIT_GTK or TOOLKIT_VIEWS is set butbenl@chromium.org2009-09-071-15/+28
* posix: don't complain when stat() fails with ENOENTevan@chromium.org2009-09-031-9/+13
* Renames the function CreateTemporaryFilename to CreateTemporaryFile and track...erikkay@chromium.org2009-08-181-5/+4
* Use 'icu::' namespace explicitly throughout Chrome tree instead of relying on...jshin@chromium.org2009-08-181-3/+3
* Define _FILE_OFFSET_BITS=64 in order to support large files (>2GB).thestig@chromium.org2009-08-061-205/+177
* Adding last modified time to file_utilbrettw@chromium.org2009-07-241-0/+1
* Fix: Linux file:// listings are sorted but not fully internationalizedyuzo@chromium.org2009-07-151-12/+67
* 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