summaryrefslogtreecommitdiffstats
path: root/base/file_util_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Renames the function CreateTemporaryFilename to CreateTemporaryFile and track...erikkay@chromium.org2009-08-181-12/+12
* Adding last modified time to file_utilbrettw@chromium.org2009-07-241-0/+2
* Include a parent directory link in the file list for file:///somepathyuzo@chromium.org2009-06-091-4/+8
* Removes the following deprecated functions:ojan@chromium.org2009-06-031-17/+0
* Add file_util::ReplaceFile and use it in ImportantFileWriter.phajdan.jr@chromium.org2009-05-191-0/+12
* Revert "Add file_util::ReplaceFile and use it in ImportantFileWriter."phajdan.jr@chromium.org2009-05-181-12/+0
* Add file_util::ReplaceFile and use it in ImportantFileWriter.phajdan.jr@chromium.org2009-05-181-0/+12
* ImportantFileWriterphajdan.jr@chromium.org2009-04-281-8/+12
* Reverting 14152.thestig@chromium.org2009-04-211-4/+6
* Stop using and remove deprecated file_util::TrimTrailingSeparator().thestig@chromium.org2009-04-211-6/+4
* Retrial of the first step to port file_util::CountFilesCreatedAfter()erikkay@google.com2009-04-181-4/+7
* Reverting 13748.erikkay@google.com2009-04-151-7/+4
* Submitting http://codereview.chromium.org/73075 on behalf of shinichiro.hamaj...erikkay@google.com2009-04-151-4/+7
* First pass of refactoring dialogs.avi@chromium.org2009-04-061-2/+9
* file_util::Move fails on Windows if moving a directoryhuanr@chromium.org2009-03-111-2/+25
* Properly honor base::SharedMemory semantics for name="" to meanjrg@chromium.org2009-02-041-0/+20
* Safe browsing cleanup:estade@chromium.org2009-01-281-8/+8
* FileUtilTest.Contains failed on Vista Home 64 (and wine)dkegel@google.com2009-01-271-4/+7
* Convert download manager to FilePath.estade@chromium.org2009-01-061-5/+4
* Keep trying to undo 7564.estade@chromium.org2009-01-051-0/+1
* Unbreak unit tests. Revert r7564.estade@chromium.org2009-01-051-1/+0
* file_util minor cleanup:erikkay@google.com2008-12-231-10/+10
* revert r6938estade@chromium.org2008-12-121-21/+1
* Reverting 6935.ojan@google.com2008-12-121-1/+21
* Implement the memory mapped file class for posix.estade@chromium.org2008-12-121-21/+1
* Add a MemoryMappedFile class to file_util.estade@chromium.org2008-12-121-1/+65
* Move file enumeration to filepaths.avi@google.com2008-12-111-18/+17
* Get rid of kPathSeparator on windows. Port some wstring function to take File...estade@chromium.org2008-12-041-57/+18
* Remove file_util::kPathSeparator from posix.estade@chromium.org2008-11-271-2/+56
* Port directory lister to allow the linux and mac test shells to display file ...estade@chromium.org2008-11-201-0/+9
* revert 5730estade@chromium.org2008-11-191-9/+0
* Port directory lister to posix.estade@chromium.org2008-11-191-0/+9
* revert 5725estade@chromium.org2008-11-191-9/+0
* Port directory lister so test shell can view file directories.estade@chromium.org2008-11-191-0/+9
* Implement some missing file util functions.estade@chromium.org2008-11-171-7/+3
* * Revert "Por rt flush_cache tool."agl@chromium.org2008-11-111-41/+0
* Port flush_cache tool.agl@chromium.org2008-11-111-0/+41
* Added CreateTemporaryFileName that takes a FilePath argument.estade@chromium.org2008-11-111-3/+8
* Spelling fix (r4652)mark@chromium.org2008-11-041-1/+3
* Port more of url_request_unittest.cc.dkegel@google.com2008-11-041-2/+2
* Begin the first small step towards using FilePath everywhere:evanm@google.com2008-10-301-37/+56
* Make sure it's possible to download to a network share.nsylvain@chromium.org2008-10-271-41/+18
* Fix FileEnumerator (win) for non-recursive, directory-only enumerations.tim@chromium.org2008-10-161-4/+1
* This CL adds prompting for dangerous types of files (executable) when they ar...jcampan@chromium.org2008-10-101-2/+8
* Fix some problems with machine level install.kuchhal@chromium.org2008-10-081-0/+7
* Cross-platform wrappers for fopen, _wfopen_s, etc.mark@chromium.org2008-10-011-0/+17
* Add file_util::GetFileInfo as a means to provide more information about a filedarin@google.com2008-09-261-10/+10
* Adds logging to file_util::WriteFile to figure out why writingsky@google.com2008-09-171-7/+18
* CreateDirectory() should check if an existing path is actually a directory be...mmoss@google.com2008-09-111-1/+8
* Make CreateDirectory consistent on Win and Posix when directory exists.mmoss@google.com2008-09-091-1/+2