summaryrefslogtreecommitdiffstats
path: root/base/platform_file_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Don't allow path traversal paths on the base file helperscpu@chromium.org2013-01-091-15/+17
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-141-1/+1
* net: Implement canceling of all async operations in FileStream.paivanof@gmail.com2012-11-061-0/+33
* Update #if guards in base/ that control whether to use stat or stat64 (and fr...rsesek@chromium.org2012-07-191-2/+1
* Get file_util and platform_file building on iOSstuartmorgan@chromium.org2012-07-091-1/+1
* Implement serial API for Windows.miket@chromium.org2012-05-301-0/+40
* [Coverity] Fix possible leak.groby@chromium.org2012-03-291-5/+5
* Create files readable by grp and oth in base::PlatformFile for posix.tbarzic@chromium.org2011-11-181-2/+7
* define OS_BSD on *BSD and replace the ifdefs to use thatrobert.nagy@gmail.com2011-11-151-3/+2
* Add ThreadRestrictions::AssertIOAllowed to platform_file_posix callsevan@chromium.org2011-09-121-0/+12
* Base: Change ReadPlatformFile to perform a bestrvargas@google.com2011-09-011-0/+19
* Base: WritePlatformFile now retries the operation ifrvargas@google.com2011-08-261-2/+13
* Coverity fixes CID=15870,13529 Check pointer before assign, resource leak.gbillock@chromium.org2011-06-271-1/+2
* Upstream android file related code.michaelbai@google.com2011-06-211-0/+4
* Adding missing inclusionstzik@chromium.org2011-06-181-0/+1
* Fix PP_FileOpenFlags_Dev handling:yzshen@chromium.org2011-05-231-5/+6
* ObfuscatedFileSystemFileUtil classericu@google.com2011-05-131-5/+5
* Fix problems in src/base:phajdan.jr@chromium.org2011-04-121-4/+6
* 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