summaryrefslogtreecommitdiffstats
path: root/base/platform_file_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove CreatePlatformFilervargas@chromium.org2014-04-151-104/+0
* Require PLATFORM_FILE_BACKUP_SEMANTICS to open a directoryjschuh@chromium.org2014-03-141-0/+14
* [Base] Fix ReadPlatformFileAtCurrentPos behavior on Windowstzik@chromium.org2013-11-121-4/+14
* Expose PlatformFileLock/Unlock, fix locking in Chromium's leveldb Envjsbell@chromium.org2013-10-101-0/+14
* Negative check for a HANDLE is invalid.jbroman@chromium.org2013-08-121-1/+1
* Add an "append flag" to base::PlatformFile.teravest@chromium.org2013-06-101-2/+8
* Remove unnecessary if !defined(OS_NACL)victorhsieh@chromium.org2013-05-231-2/+0
* Disable UMA_HISTOGRAM in NaCl buildvictorhsieh@chromium.org2013-05-211-0/+2
* Record unclassified posix CreatePlatformFileErrorsdgrogan@chromium.org2013-05-151-1/+1
* Make base:ReplaceFile return an informative error.dgrogan@chromium.org2013-05-081-45/+38
* Add more error codes to base::CreatePlatformFile on windows.dgrogan@chromium.org2013-05-021-0/+12
* Add PlatformFile.UnknownCreateFileErrors histogramdgrogan@chromium.org2013-04-111-0/+3
* Add more error codes to base::CreatePlatformFile on windows.dgrogan@chromium.org2013-04-091-0/+12
* Add PLATFORM_FILE_EXECUTE flag for Windows.bbudge@chromium.org2013-04-041-0/+2
* Linux: apply a different hyphen patch.phajdan.jr@chromium.org2013-02-251-0/+11
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Don't allow path traversal paths on the base file helperscpu@chromium.org2013-01-091-12/+11
* net: Implement canceling of all async operations in FileStream.paivanof@gmail.com2012-11-061-0/+25
* On Windows, current implementation fails touching directories because it cann...nhiroki@chromium.org2012-11-011-0/+2
* Implement serial API for Windows.miket@chromium.org2012-05-301-3/+12
* GetPlatformFileInfo was always never returning directorycpu@chromium.org2011-12-291-1/+1
* FileStream unit tests now check for file close.ahendrickson@chromium.org2011-10-101-1/+1
* Base: Change ReadPlatformFile to perform a bestrvargas@google.com2011-09-011-0/+5
* Add a flag to open files in share delete modejochen@chromium.org2011-06-221-0/+2
* Fix PP_FileOpenFlags_Dev handling:yzshen@chromium.org2011-05-231-1/+1
* ObfuscatedFileSystemFileUtil classericu@google.com2011-05-131-1/+3
* wstring: remove wstring method from PlatformFileevan@chromium.org2011-03-131-6/+0
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Some additions to support symlinks better on platforms that support them.gspencer@chromium.org2010-11-301-0/+1
* Turn on file access checks on Win.jam@chromium.org2010-11-041-0/+10
* Revert 64960 - Turn on file access checks on Win.rafaelw@chromium.org2010-11-031-10/+0
* Turn on file access checks on Win.jam@chromium.org2010-11-031-0/+10
* Rename FileUtilProxy::Create to EnsureFileExistskinuko@chromium.org2010-10-151-2/+2
* Add a TouchFile() function that takes a FilePath argument.dumi@chromium.org2010-09-231-2/+2
* Revert "Add a TouchFile function that operates on FilePaths + fixing a bug"maruel@chromium.org2010-09-231-2/+2
* Add a TouchFile function that operates on FilePaths + fixing a bugdumi@chromium.org2010-09-231-2/+2
* Adding some functions that operate on file handles.dumi@chromium.org2010-09-101-21/+128
* Revert 59007 - Adding some utility functions that work on file handles, and a...dumi@chromium.org2010-09-091-128/+21
* Adding some utility functions that work on file handles, and addingdumi@chromium.org2010-09-091-21/+128
* Add an optional parameter to CreatePlatformFile() to report the typedumi@chromium.org2010-08-311-2/+30
* 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-3/+9
* Chromium side patch for DB support on Linux.dumi@chromium.org2009-08-281-0/+4