summaryrefslogtreecommitdiff
path: root/crates/tor-config/src/file_watcher.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-config: Document the limitations of the FileWatcher.Gabriela Moldovan2024-10-161-0/+9
* tor-config: Compare the file contents when testing.Gabriela Moldovan2024-10-161-0/+7
* tor-config: Configure the polling interval.Gabriela Moldovan2024-10-161-2/+17
* tor-config: Use a polling watcher on non-windows platforms that don't have in...Gabriela Moldovan2024-10-161-2/+9
* tor-config: Add a type alias for the underlying watcher (fmt).Gabriela Moldovan2024-10-161-2/+2
* tor-config: Add a type alias for the underlying watcher.Gabriela Moldovan2024-10-161-3/+6
* tor-config: Improve FileWatcher documentation.Gabriela Moldovan2024-08-281-1/+12
* tor-config: Add tests for FileWatcher::watch_path.Gabriela Moldovan2024-08-281-0/+73
* tor-config: Make a test helper take a reference to TempTestDir.Gabriela Moldovan2024-08-281-2/+2
* tor-config: Rename watch_file to watch_path.Gabriela Moldovan2024-08-271-3/+3
* tor-config: Write tests for FileWatcher.Gabriela Moldovan2024-08-211-3/+142
* tor-config: Add a TODO about relocating file_watcher.Gabriela Moldovan2024-08-211-0/+3
* tor-config: Add getters for FileWatcher.Gabriela Moldovan2024-08-211-1/+9
* tor-config: Support watching dirs for files with a given extension (fmt).Gabriela Moldovan2024-08-211-2/+9
* tor-config: Support watching dirs for files with a given extension.Gabriela Moldovan2024-08-211-19/+72
* tor-config: Move event handling to a separate function.Gabriela Moldovan2024-08-211-20/+30
* tor-config: Remove unused Event::SigHup variant.Gabriela Moldovan2024-08-211-3/+0
* tor-config: Make FileWatcher use an opaque channel type.Gabriela Moldovan2024-08-211-5/+68
* tor-config: Give FileWatcherBuilder a handle to the runtime.Gabriela Moldovan2024-08-211-11/+10
* tor-config: Move FileWatcher to tor-config.Gabriela Moldovan2024-08-211-0/+195