summaryrefslogtreecommitdiffstats
path: root/base/platform_file_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Add LevelDB and Snappy to the build. These will be used by IndexedDB.jorlow@chromium.org2011-03-221-2/+1
* wstring: remove wstring method from PlatformFileevan@chromium.org2011-03-131-6/+0
* More DCHECK() updates. A mixture of _EQ and _GE.mhm@chromium.org2011-03-011-1/+1
* Some additions to support symlinks better on platforms that support them.gspencer@chromium.org2010-11-301-0/+1
* Fix some FileRef-related issues that show up only on POSIX.dumi@chromium.org2010-10-251-2/+3
* Rename FileUtilProxy::Create to EnsureFileExistskinuko@chromium.org2010-10-151-1/+2
* Add a TouchFile() function that takes a FilePath argument.dumi@chromium.org2010-09-231-1/+2
* Revert "Add a TouchFile function that operates on FilePaths + fixing a bug"maruel@chromium.org2010-09-231-2/+1
* Add a TouchFile function that operates on FilePaths + fixing a bugdumi@chromium.org2010-09-231-1/+2
* Adding some functions that operate on file handles.dumi@chromium.org2010-09-101-33/+105
* Revert 59007 - Adding some utility functions that work on file handles, and a...dumi@chromium.org2010-09-091-105/+33
* Adding some utility functions that work on file handles, and addingdumi@chromium.org2010-09-091-33/+105
* Add an optional parameter to CreatePlatformFile() to report the typedumi@chromium.org2010-08-311-3/+45
* Revert 42152 - Fix the case where the browser livelocks if we cannot open a f...vandebo@chromium.org2010-03-191-8/+0
* Fix the case where the browser livelocks if we cannot open a file.vandebo@chromium.org2010-03-191-0/+8
* Revert "Fix the case where the browser livelocks if we cannot open a file."agl@chromium.org2010-03-011-8/+0
* Fix the case where the browser livelocks if we cannot open a file.agl@chromium.org2010-02-261-0/+8
* Revert "Fix the case where the browser livelocks if we cannot open a file."agl@chromium.org2010-02-241-8/+0
* Fix the case where the browser livelocks if we cannot open a file.agl@chromium.org2010-02-241-0/+8
* Revert r39446: "Fix the case where the browser livelocks if we cannot open a ...agl@chromium.org2010-02-191-8/+0
* Fix the case where the browser livelocks if we cannot open a file.agl@chromium.org2010-02-191-0/+8
* Step 2 in porting disk cache to using FilePath.tony@chromium.org2009-10-121-7/+10
* Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.*brettw@chromium.org2009-10-071-2/+2
* Chromium side patch for DB support on Linux.dumi@chromium.org2009-08-281-0/+12
* openbsd: make platform_file_posix compileevan@chromium.org2009-06-051-1/+2
* quick build fix for Linuxerikkay@google.com2008-11-031-1/+1
* * Add write and read/write support to FileStream (renamed from FileInputStream).erikkay@google.com2008-11-031-0/+64