summaryrefslogtreecommitdiffstats
path: root/base/file_util_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Thread IO safety: annotate file_util, and block IO thread from doing IOevan@chromium.org2010-10-231-0/+35
* Revert 63600 - Thread IO safety: annotate file_util, and block IO thread from...isherman@chromium.org2010-10-231-35/+0
* Thread IO safety: annotate file_util, and block IO thread from doing IOevan@chromium.org2010-10-231-0/+35
* Revert "Thread IO safety: annotate file_util, and block IO thread from doing IO"evan@chromium.org2010-10-221-35/+0
* Thread IO safety: annotate file_util, and block IO thread from doing IOevan@chromium.org2010-10-221-0/+35
* Un-recursify FileEnumerator::Next().dumi@chromium.org2010-10-141-4/+2
* Removing sync from file_util::Delete for ChromeOS.gspencer@chromium.org2010-10-121-3/+0
* Add a TouchFile() function that takes a FilePath argument.dumi@chromium.org2010-09-231-7/+0
* Revert "Add a TouchFile function that operates on FilePaths + fixing a bug"maruel@chromium.org2010-09-231-0/+7
* Add a TouchFile function that operates on FilePaths + fixing a bugdumi@chromium.org2010-09-231-7/+0
* Moving file_util::FileInfo to base::PlatformFileInfo, and adding thedumi@chromium.org2010-09-031-1/+3
* Remove some debug switches:skerner@chromium.org2010-07-301-8/+0
* posix: print error message when mkdtemp fails.evan@chromium.org2010-07-281-1/+3
* Loosen permission on extension temp dir when a flag is used.skerner@chromium.org2010-07-011-0/+8
* Revert 51231 - Loosen permission on extension temp dir when a flag is used.skerner@chromium.org2010-06-301-9/+1
* Loosen permission on extension temp dir when a flag is used.skerner@chromium.org2010-06-301-1/+9
* Adding sync to be called on ChromeOS after a delete operation has. This ensur...dhg@chromium.org2010-06-111-0/+3
* Return NULL instead of false when appropriate.evan@chromium.org2010-06-101-1/+1
* Changing temporary files on posix to have a . in front so they are hidden on ...dhg@chromium.org2010-06-101-3/+2
* Give the extension unpacker process a junction/symlink free path to the unpac...skerner@chromium.org2010-06-091-4/+25
* Use access instead of stat in PathExists and PathIsWritable.agl@chromium.org2010-05-171-13/+2
* Add include as recommended by the linux man page for realpath().skerner@chromium.org2010-05-121-0/+1
* Use realpath() to find the path to the extension unpack dir on posix systems.skerner@chromium.org2010-05-121-0/+10
* Unpack extensions inside chrome's profile directory.skerner@chromium.org2010-04-301-9/+28
* bsd: refactor XDG bits of linux_util into a shared file.evan@chromium.org2010-04-221-0/+20
* bsd: move POSIXy functions back into file_util_posixevan@chromium.org2010-04-211-0/+62
* posix: stat() uses errno, not its return value, for errorsevan@chromium.org2010-03-251-1/+1
* POSIX: Handle race conditions in file_util::CreateDirectory where multiple pr...thestig@chromium.org2010-03-171-4/+10
* BSD port changes for base/ (OS_POSIX/GTK instead of OS_LINUXpvalchev@google.com2010-03-101-1/+1
* Deprecate GetDirectoryFromPath on non-Windows.evan@chromium.org2010-02-231-12/+0
* Solaris: Second set adding in Solaris as an OS optionevan@chromium.org2010-02-181-2/+2
* Actually delete databases in CookiesTreeModel.jochen@chromium.org2010-02-181-1/+9
* Make sure the parent directory always comes first when listing directories.estade@chromium.org2010-02-111-0/+5
* linux: check the return value passed through HANDLE_EINTRevan@chromium.org2010-02-021-6/+8
* OpenBSD/FreeBSD ifdefs and GYP changes for base/pvalchev@google.com2010-01-251-2/+4
* Linux, Mac: Don't test parent directories when checking if a path is writable.agl@chromium.org2010-01-211-8/+2
* Changes to base/ from a combination of FreeBSD and OpenBSD patches.evan@chromium.org2009-12-291-4/+5
* Improve unit tests to verify that directories are listed before files in file...vandebo@chromium.org2009-12-111-0/+4
* file_util: The member variable |pattern_| has a different type (FilePath) fro...thestig@chromium.org2009-12-081-11/+10
* For now, let's clear local storage whenever we clear cookies.jorlow@chromium.org2009-11-261-0/+5
* reland 31875. Revert was:estade@chromium.org2009-11-161-33/+9
* Revert 31875 to see whether it fixes reliability bot.huanr@chromium.org2009-11-161-9/+33
* Use renderer spellchecker for windows.estade@chromium.org2009-11-131-33/+9
* Move the spellchecker to the renderer.estade@chromium.org2009-11-061-11/+28
* Remove file_util::TrimTrailingSeparators(), which is deprecated andtkent@chromium.org2009-10-151-3/+3
* More CopyDirectory tests and fixesvandebo@chromium.org2009-10-151-9/+26
* Eliminate all uses of strerror() in code that uses src/base. strerror() is in...tschmelcher@chromium.org2009-10-131-4/+3
* Match window's behavior when recursively copying directories that exist.vandebo@chromium.org2009-10-131-2/+11
* Separate out some more ICU from base and into base/i18n.brettw@chromium.org2009-10-081-70/+0
* Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.*brettw@chromium.org2009-10-071-0/+1