aboutsummaryrefslogtreecommitdiff
path: root/crates/arti/src/watch_cfg.rs
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to newer version of config crate.Nick Mathewson2022-02-251-0/+1
* Properly linkify two doc comment xrefs to issuesIan Jackson2022-02-041-2/+2
* Document that `notify` behavior is strange with symlinksNick Mathewson2022-02-031-0/+5
* Avoid a potential infinite loop in configuration-watchingNick Mathewson2022-02-031-2/+5
* Treat rescan events as meaning "reload configuration".Nick Mathewson2022-02-031-2/+2
* Add a couple of TODOs about configuration-watching.Nick Mathewson2022-02-021-0/+7
* Before reloading configuration, drain all pending file changesNick Mathewson2022-02-021-0/+8
* Refactor file-watching code to watch parent directories.Nick Mathewson2022-02-021-8/+105
* Detect changes in non-client configuration sections tooNick Mathewson2022-02-011-7/+26
* Reload configuration when our configuration files change.Nick Mathewson2022-02-011-0/+64