aboutsummaryrefslogtreecommitdiff
path: root/crates/arti/src/reload_cfg.rs
Commit message (Expand)AuthorAgeFilesLines
* arti: In RPC mode, remember normalized configuration dataNick Mathewson7 days1-9/+43
* reload_cfg: add comments about some tricky points.Nick Mathewson7 days1-0/+9
* reload_cfg: Allow modules to be set after CfgMgr is createdNick Mathewson7 days1-10/+35
* code movement to tidy previous commitNick Mathewson7 days1-44/+41
* reload_cfg: Separate creation of CfgMgr and launch of taskNick Mathewson7 days1-6/+61
* Apply 1 suggestion(s) to 1 file(s)Nick Mathewson9 days1-1/+1
* Reindent impl block.Nick Mathewson13 days1-87/+88
* Move reload_configuration method.Nick Mathewson13 days1-40/+37
* reload_cfg: Refactor to use a CfgMgr object.Nick Mathewson13 days1-85/+132
* Remove now-unneeded allow(clippy::cognitive_complexity)Jim Newsome2026-07-151-3/+0
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* arti: rpc functionality to bootstrap a defer_bootstrapped client.Nick Mathewson2026-06-081-0/+8
* Option to defer bootstrapping at startup.Nick Mathewson2026-06-081-4/+60
* arti::reload_cfg: Extract common part of select_biased! blockNick Mathewson2026-05-181-15/+3
* arti: Reformat reload_cfg.rs and cfg.rsNick Mathewson2026-05-181-62/+80
* 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