index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-config
/
src
/
file_watcher.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-1
/
+1
*
file_watcher: Remove some now-unused things
Ian Jackson
2025-02-06
1
-8
/
+10
*
file_watcher: Use .borrow_mut and sync Mutex
Ian Jackson
2025-02-06
1
-10
/
+4
*
file_watcher: Add some commentary about Event semantics
Ian Jackson
2025-02-06
1
-0
/
+10
*
tor-config: Test that uninteresting events get ignored.
Gabriela Moldovan
2025-01-09
1
-3
/
+21
*
tor-config: Rewrite match for readability.
Gabriela Moldovan
2025-01-09
1
-3
/
+5
*
tor-config: Avoid using EventKind::Any in the tests.
Gabriela Moldovan
2025-01-09
1
-3
/
+4
*
tor-config: Handle rescan events before filtering.
Gabriela Moldovan
2025-01-09
1
-3
/
+2
*
tor-config: Make the `FileWatcher` ignore non-mutating file events.
Gabriela Moldovan
2025-01-09
1
-1
/
+13
*
tor-config: Document the limitations of the FileWatcher.
Gabriela Moldovan
2024-10-16
1
-0
/
+9
*
tor-config: Compare the file contents when testing.
Gabriela Moldovan
2024-10-16
1
-0
/
+7
*
tor-config: Configure the polling interval.
Gabriela Moldovan
2024-10-16
1
-2
/
+17
*
tor-config: Use a polling watcher on non-windows platforms that don't have in...
Gabriela Moldovan
2024-10-16
1
-2
/
+9
*
tor-config: Add a type alias for the underlying watcher (fmt).
Gabriela Moldovan
2024-10-16
1
-2
/
+2
*
tor-config: Add a type alias for the underlying watcher.
Gabriela Moldovan
2024-10-16
1
-3
/
+6
*
tor-config: Improve FileWatcher documentation.
Gabriela Moldovan
2024-08-28
1
-1
/
+12
*
tor-config: Add tests for FileWatcher::watch_path.
Gabriela Moldovan
2024-08-28
1
-0
/
+73
*
tor-config: Make a test helper take a reference to TempTestDir.
Gabriela Moldovan
2024-08-28
1
-2
/
+2
*
tor-config: Rename watch_file to watch_path.
Gabriela Moldovan
2024-08-27
1
-3
/
+3
*
tor-config: Write tests for FileWatcher.
Gabriela Moldovan
2024-08-21
1
-3
/
+142
*
tor-config: Add a TODO about relocating file_watcher.
Gabriela Moldovan
2024-08-21
1
-0
/
+3
*
tor-config: Add getters for FileWatcher.
Gabriela Moldovan
2024-08-21
1
-1
/
+9
*
tor-config: Support watching dirs for files with a given extension (fmt).
Gabriela Moldovan
2024-08-21
1
-2
/
+9
*
tor-config: Support watching dirs for files with a given extension.
Gabriela Moldovan
2024-08-21
1
-19
/
+72
*
tor-config: Move event handling to a separate function.
Gabriela Moldovan
2024-08-21
1
-20
/
+30
*
tor-config: Remove unused Event::SigHup variant.
Gabriela Moldovan
2024-08-21
1
-3
/
+0
*
tor-config: Make FileWatcher use an opaque channel type.
Gabriela Moldovan
2024-08-21
1
-5
/
+68
*
tor-config: Give FileWatcherBuilder a handle to the runtime.
Gabriela Moldovan
2024-08-21
1
-11
/
+10
*
tor-config: Move FileWatcher to tor-config.
Gabriela Moldovan
2024-08-21
1
-0
/
+195