summaryrefslogtreecommitdiffstats
path: root/base/file_util_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Update include paths in base for base/process changes.rsesek@chromium.org2013-07-251-1/+1
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-161-4/+4
* Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...brettw@chromium.org2013-07-151-13/+14
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-6/+6
* Move Copy* into the base namespace.brettw@chromium.org2013-07-091-111/+117
* Move DeleteAfterReboot, Move, and ReplaceFile to base namespacebrettw@chromium.org2013-07-011-16/+18
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-011-18/+18
* Use a direct include of time headers in base/, part 1.avi@chromium.org2013-06-281-1/+1
* Always set *error when CreateDirectoryAndGetError fails.dgrogan@chromium.org2013-06-251-0/+9
* Move ComputeDirectorySize to the base namespace.brettw@chromium.org2013-06-221-0/+1
* Currently, the temporary directory name is generated by rand(), which was see...tommycli@chromium.org2013-06-171-2/+2
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-111-1/+1
* Make CreateDirectory return an error code instead of just a bool.dgrogan@chromium.org2013-06-111-2/+5
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-06-081-133/+0
* Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...avi@chromium.org2013-06-071-1/+1
* Make base:ReplaceFile return an informative error.dgrogan@chromium.org2013-05-081-1/+5
* Revert 198820 "Move FileEnumerator to its own file, do some refa..."dbeam@chromium.org2013-05-081-0/+133
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-05-071-133/+0
* Move path functions from file_util to FilePath object.brettw@chromium.org2013-04-121-9/+12
* Minor file_util cleanup.brettw@chromium.org2013-04-031-39/+0
* base: Move MemoryMappedFile out of file_util.h and into its own header file.tfarina@chromium.org2013-02-241-76/+0
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Truncate the download file name if it exceeds the filesystem limit.kinaba@chromium.org2013-02-211-0/+25
* Fix more remaining FilePath -> base::FilePath.brettw@chromium.org2013-02-181-0/+2
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Move string_number_conversions to base/strings.brettw@chromium.org2013-02-071-1/+1
* Add path traversal protection to Move and CopyFile too.cevans@chromium.org2013-02-061-2/+2
* Fix creating target paths in file_util_posix CopyDirectory.aedla@chromium.org2013-01-301-4/+8
* Use LOG_GETLASTERROR in more cases in base/mseaborn@chromium.org2013-01-281-8/+8
* Remove GetFileCreationLocalTime. It is unused.brettw@chromium.org2013-01-241-26/+0
* [Win] Don't call GetLongPathName() in CreateTemporaryFileInDir().asanka@chromium.org2012-11-121-7/+9
* Fix and re-commit http://codereview.chromium.org/10914109/ (after revert in h...gab@chromium.org2012-09-121-155/+0
* Remove FileEnumerator::IsLinktzik@chromium.org2012-09-121-5/+0
* installer_util_unittests has failed on XP Tests (dbg)(1) since this landeddgrogan@chromium.org2012-09-111-0/+155
* Refactoring and tests for the highly undertested file_util::CreateOrUpdateSho...gab@chromium.org2012-09-101-155/+0
* Change the type of file_type parameter to int, as the parameter actually take...haruki@chromium.org2012-08-121-2/+2
* Remove packaged app Windows shortcuts when app is uninstalled.benwells@chromium.org2012-08-101-24/+39
* Do not specify SHCNF_FLUSHNOWAIT on SHChangeNotify after updating shortcuts.gab@chromium.org2012-07-101-2/+1
* Always do DelegateExecute handler COM registration and make set dual mode pro...grt@chromium.org2012-05-181-1/+0
* Change CreateTemporaryDirInDir to be "more unique"dpranke@chromium.org2012-05-011-0/+3
* AppendToFile implementation.loislo@chromium.org2012-04-291-0/+32
* Win 8 Start Menu shortcut changesgab@chromium.org2012-04-061-68/+36
* Fix race in file_util::ReplaceFile on Windows.grt@chromium.org2012-03-131-17/+13
* Add symbolic link support to FileSystemFileUtil::AbstractFileEnumerator.tzik@chromium.org2012-03-101-0/+6
* Platform apps shortcuts use their own browser processbenwells@chromium.org2012-03-011-2/+1
* Remove PreReadImage from base/file_util.rogerm@chromium.org2012-02-071-66/+0
* Re-disable all the ExtensionUnpacker test pending new ideas. As Alexi pointed...aa@chromium.org2012-02-061-1/+0
* Attempt to fix crash in SHFileOperation.aa@chromium.org2012-02-061-0/+1
* Add some more desperate logging attempting to understand crasher.aa@chromium.org2012-02-051-0/+6
* windows: Fix a few things clang complains about.thakis@chromium.org2012-01-231-1/+2