summaryrefslogtreecommitdiffstats
path: root/remoting/host/config_file_watcher.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in remoting/host/.avi2015-12-221-0/+2
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-241-4/+4
* replace NULL->nullptr in src/remoting.sergeyu2015-01-091-2/+2
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in [r-t]*/thestig2014-09-121-1/+1
* Separate ConfigWatcher interface from ConfigFileWatcher implementation.rmsousa@chromium.org2013-12-041-33/+55
* Clean up remaining unused globals (on mac).thakis@chromium.org2013-09-261-0/+2
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-301-1/+1
* Use a direct include of time headers in ppapi/, printing/, remoting/.avi@chromium.org2013-06-281-2/+2
* Added retry logic to ConfigFileWatcher to handle sharing violation errors on ...alexeypa@chromium.org2013-02-161-9/+31
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-7/+8
* Remove the base::files:: namespace.darin@chromium.org2013-01-151-2/+2
* (1) Added a recursive boolean param to FilePathWatcher::Watch() function to w...kmadhusu@chromium.org2012-12-051-2/+2
* [Chromoting] Do not post an updated host configuration unless the configurati...alexeypa@chromium.org2012-09-121-4/+11
* [Chromoting] The daemon process now starts the networking process and passes ...alexeypa@chromium.org2012-09-051-0/+186