aboutsummaryrefslogtreecommitdiff
path: root/crates/arti/src/reload_cfg.rs
Commit message (Expand)AuthorAgeFilesLines
* Add cognitive-complexity exceptions for clippy.Nick Mathewson2023-09-051-0/+2
* Throughout: Use *_report!() macros for reporting Errors.Nick Mathewson2023-07-071-0/+2
* Corrected the order of imports in order to make the 'rust-checks' job complet...Andy2023-06-231-1/+1
* Provided a fix for #831 - 'Unused import' warnings on WindowsAndy2023-06-231-3/+4
* Use tor_error::Report for remaining errors in error! in artiIan Jackson2023-01-301-1/+1
* Use ErrorReport/Report for errors in warn! in artiIan Jackson2023-01-301-1/+1
* debounce reload cfg eventstrinity-1686a2022-11-011-0/+7
* rename unused fieldtrinity-1686a2022-10-301-3/+2
* update some stringstrinity-1686a2022-10-301-10/+10
* use iife so we can try! instead of custom error handlingtrinity-1686a2022-10-301-64/+56
* refactor so events always indicate reloadtrinity-1686a2022-10-301-71/+74
* depends less on notify typestrinity-1686a2022-10-301-22/+35
* update to v5.0.0trinity-1686a2022-08-311-23/+28
* small refactoring to reduce duplicaiton of config reloadingtrinity-1686a2022-08-271-0/+330