summaryrefslogtreecommitdiffstats
path: root/base/files/file_path_watcher_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Use FSEvents for recursive file watch on Macvandebo@chromium.org2014-06-111-0/+1
* Revert 274735 "Use FSEvents for recursive file watch on Mac"dconnelly@chromium.org2014-06-041-1/+0
* Use FSEvents for recursive file watch on Macvandebo@chromium.org2014-06-041-0/+1
* Linux: Implement recursive file watching.thestig@chromium.org2014-05-131-23/+178
* Clean up the Linux FileWatcher implementation.thestig@chromium.org2014-04-261-123/+143
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-041-1/+1
* Move Posix file utils to the base namespace.brettw@chromium.org2013-11-271-14/+14
* FilePathWatcherLinux should be more verbose if inotify_init() fails.thestig@chromium.org2013-11-261-0/+3
* TraceLog::SetCurrentThreadBlocksMessageLoop()wangxianzhu@chromium.org2013-10-221-0/+3
* Use a direct include of the message_loop header in base/.avi@chromium.org2013-07-181-1/+1
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-1/+1
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-1/+1
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-1/+1
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Remove the base::files:: namespace.darin@chromium.org2013-01-151-2/+0
* Eliminate FilePathWatcher::Delegate.darin@chromium.org2013-01-151-12/+11
* (1) Added a recursive boolean param to FilePathWatcher::Watch() function to w...kmadhusu@chromium.org2012-12-051-0/+7
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-141-1/+1
* Make InotifyReader a leaky lazy instance.hshi@chromium.org2012-10-181-1/+1
* Fix a couple small problems in base/thestig@chromium.org2012-10-121-1/+1
* Enable file path watcher for Androidyongsheng.zhu@intel.com2012-08-311-3/+3
* base: Add missing "virtual" keyword and OVERRIDE to some methods.tfarina@chromium.org2012-07-311-1/+1
* RefCounted types should not have public destructors, base/ editionrsleevi@chromium.org2012-04-251-1/+2
* [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
* 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-231-1/+2
* Add CHECKs for file descriptors used in select() by InotifyReaderTaskmnissler@chromium.org2011-11-231-0/+5
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-2/+2
* Switch over to base::Bind for base/debug/trace_event_unittests and base/files/*.jbates@chromium.org2011-10-051-6/+7
* 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-051-33/+63
* Mirror Windows implementation of CancelOnMessageLoopThread.dominich@chromium.org2011-08-181-9/+11
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-151-1/+1
* Move FilePathWatcher to base/files.craig.schlenter@chromium.org2011-04-141-0/+462