summaryrefslogtreecommitdiffstats
path: root/base/files
Commit message (Expand)AuthorAgeFilesLines
* Update a broken link.avi2016-03-211-1/+1
* base: Remove some unnecessary const scoped_refptr<>&.vmpstr2016-03-182-9/+8
* base: simplify the first fcntl() call in SetNonBlocking() functiontfarina2016-03-091-1/+1
* Convert Pass()→std::move() on Windowsdcheng2016-03-021-1/+1
* base: Stop overloading ReadFileToString()hashimoto2016-02-243-14/+15
* Add utility method for WebString to base::FilePath conversionkinuko2016-02-222-7/+7
* Add message sizing to basic IPC traits and struct macros.rockot2016-02-052-0/+10
* Allow string::front() and back() and update the codebase to use back().pkasting2016-02-051-2/+2
* base: update SetNonBlocking() function to use HANDLE_EINTRtfarina2016-01-161-1/+1
* Switch to standard integer types in base/files/.avi2015-12-2449-138/+208
* Linux: Correctly count the number of open file descriptors.thestig2015-12-162-3/+4
* net: Extract SetNonBlocking() function from net_util.htfarina2015-12-163-0/+24
* Rewrite Pass() to std::move() in base/dcheng2015-12-158-30/+42
* [base] Accidentally omitted file_locking_unittest.cc changes.shess2015-12-111-6/+4
* [base] POSIX File::Unlock() didn't actually unlock file.shess2015-12-102-2/+229
* Remove kint32max.avi2015-12-105-47/+45
* clang/win: Let some chromium_code targets build with -Wextra.thakis2015-12-101-1/+2
* Remove old C++03 move emulation code.dcheng2015-12-012-21/+17
* Revert "Treat '...' as a non-parent path component outside of Windows."davidben2015-12-012-16/+4
* Treat '...' as a non-parent path component outside of Windows.davidben2015-11-262-4/+16
* Remove kint16max.avi2015-11-251-1/+3
* [base] fcntl, not fctnl.shess2015-11-251-12/+12
* base: Use std::move() instead of Pass() for real movable types.danakj2015-11-253-6/+5
* Switch to static_assert in base/.avi2015-11-242-9/+10
* Support Windows FILE_FLAG_SEQUENTIAL_SCAN in base::File.fdoray2015-10-302-0/+3
* Avoid Windows Shell API in DeleteFilejschuh2015-10-231-44/+54
* Fix ScopedTempDir in base_unittestsjschuh2015-10-231-1/+1
* Added a comment that File::IsValid can be called outside of file thread.lukasza2015-10-211-0/+3
* Use permissions 0666 on POSIX platformshashimoto2015-10-141-1/+1
* Detecting and fixing stringprintf.h format bugsbrucedawson2015-10-061-0/+9
* Extend base::win::ObjectWatcher to watch an event multiple times.jam2015-09-291-2/+2
* Remove memory corruption testing from base::File().gavinp2015-09-283-163/+2
* Base: Remove myself from ownersrvargas2015-09-241-1/+0
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-241-1/+1
* Revert of Check for CloseHandle failures even when not debugging (patchset #4...brucedawson2015-09-181-3/+7
* Fix three Windows base_unittests to not require adminbrucedawson2015-09-172-2/+2
* Check for CloseHandle failures even when not debuggingbrucedawson2015-09-171-7/+3
* Remove base's implicit_cast.danakj2015-09-151-1/+1
* Remove g_get_home_dir()knthzh2015-09-151-12/+0
* Remove mnissler@chromium.org from base/files/OWNERSmnissler2015-08-261-2/+0
* IWYU for base/memory/scoped_vector.h.thestig2015-08-221-0/+1
* Updates to base unittests so they run correctly in libchrome on Androidarihc2015-08-122-2/+12
* Replace StringToLowerASCII with base::ToLowerASCIIbrettw2015-08-061-2/+2
* Cleanup nits in ImportantFileWriter and JsonPrefStore.thestig2015-08-063-40/+51
* Disable flaky FileProxyTest.SetTimes on Androidpkotwicz2015-07-311-1/+7
* clang/win: Fix most -Wunused-function warnings in Chromium code.thakis2015-07-281-9/+0
* Make FilePathWatcherLinux ignore failures to add inotify watches.jbudorick2015-07-231-17/+13
* Fix and enable MSVC warning C4018 for base/.pkasting2015-07-211-1/+2
* Remove legacy StartsWithASCII function.brettw2015-07-161-1/+1
* Add some missing virtual destructors to base classes.derat2015-07-131-0/+2