summaryrefslogtreecommitdiff
path: root/crates/arti/src/reload_cfg.rs
Commit message (Expand)AuthorAgeFilesLines
* opentelemetry: Instrument a bunch of functions.Wesley Aptekar-Cassels2025-11-241-1/+7
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`Steven Engler2025-11-041-1/+1
* arti: Ignore reload_cfg::test::watch_multiple.Wesley Aptekar-Cassels2025-10-161-0/+2
* arti config: Fix flaky watch_single_file test in a more principled way.Wesley Aptekar-Cassels2025-10-071-12/+4
* arti config: Fix flaky watch_single_file test.Wesley Aptekar-Cassels2025-10-071-2/+12
* *: suppress cognitive_complexity warnings from nightlyNick Mathewson2025-05-291-0/+2
* arti: Disable RPC reconfiguration for nowNick Mathewson2024-12-191-0/+4
* tor-config: Document the limitations of the FileWatcher.Gabriela Moldovan2024-10-161-0/+2
* arti: Temporarily disable a flaky test.Ian Jackson2024-09-051-0/+1
* Merge branch 'slow-test' into 'main'Ian Jackson2024-09-051-2/+15
|\
| * arti: Make the config watcher debounce interval configurable (fmt).Gabriela Moldovan2024-09-041-1/+9
| * arti: Make the config watcher debounce interval configurable.Gabriela Moldovan2024-09-041-2/+7
* | Revert "arti: Temporarily disable a flaky test."Gabriela Moldovan2024-08-291-1/+0
* | arti: Write the test config atomically.Gabriela Moldovan2024-08-291-1/+4
|/
* tor-config: Rename watch_file to watch_path.Gabriela Moldovan2024-08-271-1/+1
* arti: Temporarily disable a flaky test.Gabriela Moldovan2024-08-221-0/+1
* arti: Use a postage::watch channel in the tests.Gabriela Moldovan2024-08-221-15/+22
* arti: Add test for config reloading.Gabriela Moldovan2024-08-211-0/+174
* arti: Wrap long lines not handled by rustfmt.Gabriela Moldovan2024-08-211-2/+14
* tor-config: Support watching dirs for files with a given extension.Gabriela Moldovan2024-08-211-1/+1
* tor-config: Make FileWatcher use an opaque channel type.Gabriela Moldovan2024-08-211-89/+106
* tor-config: Give FileWatcherBuilder a handle to the runtime.Gabriela Moldovan2024-08-211-5/+6
* tor-config: Move FileWatcher to tor-config.Gabriela Moldovan2024-08-211-185/+22
* arti: Update outdated FileWatcher docs.Gabriela Moldovan2024-08-211-5/+1
* tor-config: Allow ConfigurationSource to be verbatim text.Nick Mathewson2024-03-131-0/+1
* arti config watch: Pass Runtime as first argumentIan Jackson2024-03-041-2/+2
* arti config watch: Pass a Runtime, not a TorClientIan Jackson2024-03-041-2/+2
* arti: do not warn about unused variable on WindowsTobias Stoeckmann2024-02-291-0/+1
* arti: Only exit if all the modules have been dropped.Gabriela Moldovan2024-01-251-7/+8
* arti: Use Weak references for the reconfigurable modules.Gabriela Moldovan2024-01-251-4/+12
* arti: Generalize a TODO HSS about reconfiguration.Nick Mathewson2023-12-121-0/+8
* arti: Make reconfiguration slightly more abstractNick Mathewson2023-12-051-23/+81
* 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