summaryrefslogtreecommitdiffstats
path: root/base/files
Commit message (Expand)AuthorAgeFilesLines
* Fix stack corruption bug in FilePathWatcherTest.Callback.joaodasilva@chromium.org2012-08-311-2/+17
* Enable file path watcher for Androidyongsheng.zhu@intel.com2012-08-311-3/+3
* Remove dmaclach from OWNERS filesthestig@chromium.org2012-08-221-1/+0
* base: Add missing "virtual" keyword and OVERRIDE to some methods.tfarina@chromium.org2012-07-311-1/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-114-4/+0
* Move dir_reader to base/filesbrettw@chromium.org2012-06-294-0/+264
* Added a base::Callback interface to FilePathWatcher.joaodasilva@chromium.org2012-06-043-2/+95
* Removed file_path_watcher_mac.cc, which isn't used anymore.joaodasilva@chromium.org2012-06-043-504/+8
* RefCounted types should not have public destructors, base/ editionrsleevi@chromium.org2012-04-256-9/+28
* Update uses of TimeDelta in base/files.tedvessenes@gmail.com2012-04-161-1/+1
* [Coverity] Check return value.craig.schlenter@chromium.org2012-04-051-17/+18
* Remove a unused parameter in the Linux FilePathWatcher implementation.thestig@chromium.org2012-03-131-18/+11
* [base] Make FilePathWatcher::Watch virtual so that it can be mocked.szym@chromium.org2012-02-241-3/+4
* Flakiness cleanup: disable flaky tests under base/evan@chromium.org2012-02-141-3/+3
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* base::Bind: Remove Task.jhawkins@chromium.org2012-01-051-63/+50
* base::Bind: Convert FilePathWatcher.jhawkins@chromium.org2011-11-235-70/+44
* Add CHECKs for file descriptors used in select() by InotifyReaderTaskmnissler@chromium.org2011-11-231-0/+5
* Add OVERRIDE to base/.avi@chromium.org2011-11-161-1/+1
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-2/+2
* Mark FilePathWatcherTest.DisappearingDirectory as flaky.joi@chromium.org2011-11-091-0/+4
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-262-3/+497
* rename file_path_watcher_mac to file_path_watcher_kqueuerobert.nagy@gmail.com2011-10-251-0/+8
* Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...brettw@chromium.org2011-10-252-10/+10
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-252-10/+10
* Switch over to base::Bind for base/debug/trace_event_unittests and base/files/*.jbates@chromium.org2011-10-053-10/+12
* Upstream ProcessUtilTest, and make a few other files compile on Android.jingzhao@chromium.org2011-09-291-2/+5
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-211-0/+1
* [Linux] Make FilePathWatcher somewhat more symlink aware.craig.schlenter@chromium.org2011-09-052-33/+227
* Move test utilities into test_file_util.*.ahendrickson@chromium.org2011-09-021-0/+1
* Mirror Windows implementation of CancelOnMessageLoopThread.dominich@chromium.org2011-08-181-9/+11
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-154-4/+4
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-051-2/+2
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Mark FilePathWatcherTest.DestroyWithPendingNotification as FLAKY on MacOSasargent@chromium.org2011-06-131-1/+7
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-191-1/+1
* iwyu: Include stringprintf.h where appropriate, part 3.jhawkins@chromium.org2011-05-121-2/+2
* Base: More adjustments to BASE_API and project dependencies torvargas@google.com2011-04-211-1/+2
* Move FilePathWatcher to base/files.craig.schlenter@chromium.org2011-04-148-0/+2053