summaryrefslogtreecommitdiffstats
path: root/base/files/file_path_watcher_kqueue.cc
Commit message (Expand)AuthorAgeFilesLines
* Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org2013-12-031-2/+2
* Use a direct include of the message_loop header in base/.avi@chromium.org2013-07-181-1/+1
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-111-1/+1
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* Cleanup: Remove unneeded base/file_util.h includes in base.thestig@chromium.org2013-05-141-1/+1
* Stop casting uintptr_t* to int*.avi@chromium.org2013-04-021-21/+28
* Remove the base::files:: namespace.darin@chromium.org2013-01-151-2/+0
* Eliminate FilePathWatcher::Delegate.darin@chromium.org2013-01-151-9/+9
* (1) Added a recursive boolean param to FilePathWatcher::Watch() function to w...kmadhusu@chromium.org2012-12-051-0/+9
* Removed file_path_watcher_mac.cc, which isn't used anymore.joaodasilva@chromium.org2012-06-041-7/+7
* RefCounted types should not have public destructors, base/ editionrsleevi@chromium.org2012-04-251-2/+4
* rename file_path_watcher_mac to file_path_watcher_kqueuerobert.nagy@gmail.com2011-10-251-0/+502