summaryrefslogtreecommitdiffstats
path: root/base/files
Commit message (Expand)AuthorAgeFilesLines
* Add memory corruption checking to base::File().gavinp2014-11-073-1/+163
* Non-SFI mode: Clean up macros of base/ and ipc/ libraries for nacl_helper_non...hidehiko2014-11-051-6/+6
* Revert of Allow POSIX callers to specify a new file's mode. (patchset #1 id:1...csharp2014-10-303-39/+0
* Allow POSIX callers to specify a new file's mode.palmer2014-10-303-0/+39
* Revert "Allow POSIX callers to specify a new file's mode."Mike Wittman2014-10-293-39/+0
* Switching profiler instrumentations from ScopedProfile to ScopedTracker. This...vadimt2014-10-291-5/+4
* Allow POSIX callers to specify a new file's mode.Chris Palmer2014-10-293-0/+39
* Add a few missing overrides found by a new clang warning.thakis2014-10-291-1/+1
* Fixed copying read-only directoriesripp2014-10-272-13/+36
* Align base::hash_map with C++11, part 2.davidben2014-10-241-10/+0
* More virtual/override updates in base/.viettrungluu2014-10-221-7/+7
* Standardize usage of virtual/override/final in base/dcheng2014-10-216-27/+27
* Cleanup: Better constify some strings in base.thestig2014-10-211-2/+2
* Don't use 64KB of stack on a single call.cpu2014-10-211-3/+4
* Render base::File::Flush() doc more precise.tnagel2014-10-201-1/+2
* Abort ImportantFileWriter::WriteFileAtomically() on Flush() error.tnagel2014-10-201-1/+8
* Non-SFI Mode: Build base/ library by PNaCL toolchain for nacl_helper_nonsfi.hidehiko2014-10-171-0/+7
* Convert ARRAYSIZE_UNSAFE -> arraysize in base/.viettrungluu2014-10-161-1/+1
* Downloading a file with ".tar.bz" extension mulitple times resulted in incorr...arun87.kumar2014-10-092-1/+2
* Refactor AppendToFile and WriteFileDescriptorchirantan2014-10-074-30/+40
* replace OVERRIDE and FINAL with override and final in base/mostynb2014-10-0713-35/+35
* An internal tool shows that the task created by ObjectWatcher::DoneWaiting is...sergeyu2014-10-011-0/+6
* Fix more disabled MSVC warnings, base/ edition.pkasting2014-10-012-8/+8
* Remove implicit HANDLE conversions from base.rvargas2014-09-233-25/+26
* Remove implicit conversions from scoped_refptr to T* in FileWatcher.dcheng2014-09-202-2/+2
* Remove implicit conversions from scoped_refptr to T* in base/dcheng2014-09-201-2/+2
* Manual fixups for scoped_refptr operator T* removal in base/dcheng2014-08-282-4/+6
* Remove implicit conversions from scoped_refptr to T* in base/dcheng2014-08-271-1/+1
* win: Fix a 64bit warning.thakis@chromium.org2014-08-201-2/+4
* Move file_util to base/files/ directory.brettw@chromium.org2014-08-1324-16/+5179
* Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..."brettw@chromium.org2014-08-131-3/+2
* Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespacebrettw@chromium.org2014-08-131-2/+3
* Move the rest of test_file_util to base namespace.brettw@chromium.org2014-08-071-2/+2
* Add LINKER_INITIALIZER marker to MemoryMappedFile::Region::kWholeFileprimiano@chromium.org2014-07-302-3/+4
* Add support for loading pak files from arbitrary file regions.primiano@chromium.org2014-07-285-21/+334
* Move logging.h's definitions of operator<< into namespace std.jyasskin@chromium.org2014-07-081-1/+0
* Remove base/platform_file.*rvargas@chromium.org2014-06-244-53/+4
* net: FileStream cleanuprvargas@chromium.org2014-06-203-4/+29
* Remove now-unnecessary #pragma optimize offsscottmg@chromium.org2014-06-131-6/+0
* Use FSEvents for recursive file watch on Macvandebo@chromium.org2014-06-1110-164/+620
* Require FLAG_WRITE when FLAG_CREATE_ALWAYS is specifiedmdempsky@chromium.org2014-06-103-1/+3
* Revert 274735 "Use FSEvents for recursive file watch on Mac"dconnelly@chromium.org2014-06-049-599/+156
* Use FSEvents for recursive file watch on Macvandebo@chromium.org2014-06-049-156/+599
* [fsp] Convert base::File::Error to string.mtomasz@chromium.org2014-05-302-0/+49
* Remove unused code from FileUtilProxy.rvargas@chromium.org2014-05-224-746/+3
* Fix file path notification filtering on Windows.vandebo@chromium.org2014-05-191-9/+18
* Replace FileUtilProxy with FileProxy in renderer_host/pepperrvargas@chromium.org2014-05-153-11/+31
* Linux: Implement recursive file watching.thestig@chromium.org2014-05-132-31/+181
* Introduce a new framework for back-and-forth tracked preference migrationgab@chromium.org2014-05-123-12/+136
* Adding myself as owner of base/files and base/winrvargas@chromium.org2014-05-111-0/+2