| Commit message (Expand) | Author | Age | Files | Lines |
* | [Coverity] Fix possible leak. | groby@chromium.org | 2012-03-29 | 1 | -5/+5 |
* | Create files readable by grp and oth in base::PlatformFile for posix. | tbarzic@chromium.org | 2011-11-18 | 1 | -2/+7 |
* | define OS_BSD on *BSD and replace the ifdefs to use that | robert.nagy@gmail.com | 2011-11-15 | 1 | -3/+2 |
* | Add ThreadRestrictions::AssertIOAllowed to platform_file_posix calls | evan@chromium.org | 2011-09-12 | 1 | -0/+12 |
* | Base: Change ReadPlatformFile to perform a best | rvargas@google.com | 2011-09-01 | 1 | -0/+19 |
* | Base: WritePlatformFile now retries the operation if | rvargas@google.com | 2011-08-26 | 1 | -2/+13 |
* | Coverity fixes CID=15870,13529 Check pointer before assign, resource leak. | gbillock@chromium.org | 2011-06-27 | 1 | -1/+2 |
* | Upstream android file related code. | michaelbai@google.com | 2011-06-21 | 1 | -0/+4 |
* | Adding missing inclusions | tzik@chromium.org | 2011-06-18 | 1 | -0/+1 |
* | Fix PP_FileOpenFlags_Dev handling: | yzshen@chromium.org | 2011-05-23 | 1 | -5/+6 |
* | ObfuscatedFileSystemFileUtil class | ericu@google.com | 2011-05-13 | 1 | -5/+5 |
* | Fix problems in src/base: | phajdan.jr@chromium.org | 2011-04-12 | 1 | -4/+6 |
* | Add LevelDB and Snappy to the build. These will be used by IndexedDB. | jorlow@chromium.org | 2011-03-22 | 1 | -2/+1 |
* | wstring: remove wstring method from PlatformFile | evan@chromium.org | 2011-03-13 | 1 | -6/+0 |
* | More DCHECK() updates. A mixture of _EQ and _GE. | mhm@chromium.org | 2011-03-01 | 1 | -1/+1 |
* | Some additions to support symlinks better on platforms that support them. | gspencer@chromium.org | 2010-11-30 | 1 | -0/+1 |
* | Fix some FileRef-related issues that show up only on POSIX. | dumi@chromium.org | 2010-10-25 | 1 | -2/+3 |
* | Rename FileUtilProxy::Create to EnsureFileExists | kinuko@chromium.org | 2010-10-15 | 1 | -1/+2 |
* | Add a TouchFile() function that takes a FilePath argument. | dumi@chromium.org | 2010-09-23 | 1 | -1/+2 |
* | Revert "Add a TouchFile function that operates on FilePaths + fixing a bug" | maruel@chromium.org | 2010-09-23 | 1 | -2/+1 |
* | Add a TouchFile function that operates on FilePaths + fixing a bug | dumi@chromium.org | 2010-09-23 | 1 | -1/+2 |
* | Adding some functions that operate on file handles. | dumi@chromium.org | 2010-09-10 | 1 | -33/+105 |
* | Revert 59007 - Adding some utility functions that work on file handles, and a... | dumi@chromium.org | 2010-09-09 | 1 | -105/+33 |
* | Adding some utility functions that work on file handles, and adding | dumi@chromium.org | 2010-09-09 | 1 | -33/+105 |
* | Add an optional parameter to CreatePlatformFile() to report the type | dumi@chromium.org | 2010-08-31 | 1 | -3/+45 |
* | Revert 42152 - Fix the case where the browser livelocks if we cannot open a f... | vandebo@chromium.org | 2010-03-19 | 1 | -8/+0 |
* | Fix the case where the browser livelocks if we cannot open a file. | vandebo@chromium.org | 2010-03-19 | 1 | -0/+8 |
* | Revert "Fix the case where the browser livelocks if we cannot open a file." | agl@chromium.org | 2010-03-01 | 1 | -8/+0 |
* | Fix the case where the browser livelocks if we cannot open a file. | agl@chromium.org | 2010-02-26 | 1 | -0/+8 |
* | Revert "Fix the case where the browser livelocks if we cannot open a file." | agl@chromium.org | 2010-02-24 | 1 | -8/+0 |
* | Fix the case where the browser livelocks if we cannot open a file. | agl@chromium.org | 2010-02-24 | 1 | -0/+8 |
* | Revert r39446: "Fix the case where the browser livelocks if we cannot open a ... | agl@chromium.org | 2010-02-19 | 1 | -8/+0 |
* | Fix the case where the browser livelocks if we cannot open a file. | agl@chromium.org | 2010-02-19 | 1 | -0/+8 |
* | Step 2 in porting disk cache to using FilePath. | tony@chromium.org | 2009-10-12 | 1 | -7/+10 |
* | Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.* | brettw@chromium.org | 2009-10-07 | 1 | -2/+2 |
* | Chromium side patch for DB support on Linux. | dumi@chromium.org | 2009-08-28 | 1 | -0/+12 |
* | openbsd: make platform_file_posix compile | evan@chromium.org | 2009-06-05 | 1 | -1/+2 |
* | quick build fix for Linux | erikkay@google.com | 2008-11-03 | 1 | -1/+1 |
* | * Add write and read/write support to FileStream (renamed from FileInputStream). | erikkay@google.com | 2008-11-03 | 1 | -0/+64 |