index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
arti
/
src
/
reload_cfg.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
arti: In RPC mode, remember normalized configuration data
Nick Mathewson
7 days
1
-9
/
+43
*
reload_cfg: add comments about some tricky points.
Nick Mathewson
7 days
1
-0
/
+9
*
reload_cfg: Allow modules to be set after CfgMgr is created
Nick Mathewson
7 days
1
-10
/
+35
*
code movement to tidy previous commit
Nick Mathewson
7 days
1
-44
/
+41
*
reload_cfg: Separate creation of CfgMgr and launch of task
Nick Mathewson
7 days
1
-6
/
+61
*
Apply 1 suggestion(s) to 1 file(s)
Nick Mathewson
9 days
1
-1
/
+1
*
Reindent impl block.
Nick Mathewson
13 days
1
-87
/
+88
*
Move reload_configuration method.
Nick Mathewson
13 days
1
-40
/
+37
*
reload_cfg: Refactor to use a CfgMgr object.
Nick Mathewson
13 days
1
-85
/
+132
*
Remove now-unneeded allow(clippy::cognitive_complexity)
Jim Newsome
2026-07-15
1
-3
/
+0
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+1
*
arti: rpc functionality to bootstrap a defer_bootstrapped client.
Nick Mathewson
2026-06-08
1
-0
/
+8
*
Option to defer bootstrapping at startup.
Nick Mathewson
2026-06-08
1
-4
/
+60
*
arti::reload_cfg: Extract common part of select_biased! block
Nick Mathewson
2026-05-18
1
-15
/
+3
*
arti: Reformat reload_cfg.rs and cfg.rs
Nick Mathewson
2026-05-18
1
-62
/
+80
*
opentelemetry: Instrument a bunch of functions.
Wesley Aptekar-Cassels
2025-11-24
1
-1
/
+7
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`
Steven Engler
2025-11-04
1
-1
/
+1
*
arti: Ignore reload_cfg::test::watch_multiple.
Wesley Aptekar-Cassels
2025-10-16
1
-0
/
+2
*
arti config: Fix flaky watch_single_file test in a more principled way.
Wesley Aptekar-Cassels
2025-10-07
1
-12
/
+4
*
arti config: Fix flaky watch_single_file test.
Wesley Aptekar-Cassels
2025-10-07
1
-2
/
+12
*
*: suppress cognitive_complexity warnings from nightly
Nick Mathewson
2025-05-29
1
-0
/
+2
*
arti: Disable RPC reconfiguration for now
Nick Mathewson
2024-12-19
1
-0
/
+4
*
tor-config: Document the limitations of the FileWatcher.
Gabriela Moldovan
2024-10-16
1
-0
/
+2
*
arti: Temporarily disable a flaky test.
Ian Jackson
2024-09-05
1
-0
/
+1
*
Merge branch 'slow-test' into 'main'
Ian Jackson
2024-09-05
1
-2
/
+15
|
\
|
*
arti: Make the config watcher debounce interval configurable (fmt).
Gabriela Moldovan
2024-09-04
1
-1
/
+9
|
*
arti: Make the config watcher debounce interval configurable.
Gabriela Moldovan
2024-09-04
1
-2
/
+7
*
|
Revert "arti: Temporarily disable a flaky test."
Gabriela Moldovan
2024-08-29
1
-1
/
+0
*
|
arti: Write the test config atomically.
Gabriela Moldovan
2024-08-29
1
-1
/
+4
|
/
*
tor-config: Rename watch_file to watch_path.
Gabriela Moldovan
2024-08-27
1
-1
/
+1
*
arti: Temporarily disable a flaky test.
Gabriela Moldovan
2024-08-22
1
-0
/
+1
*
arti: Use a postage::watch channel in the tests.
Gabriela Moldovan
2024-08-22
1
-15
/
+22
*
arti: Add test for config reloading.
Gabriela Moldovan
2024-08-21
1
-0
/
+174
*
arti: Wrap long lines not handled by rustfmt.
Gabriela Moldovan
2024-08-21
1
-2
/
+14
*
tor-config: Support watching dirs for files with a given extension.
Gabriela Moldovan
2024-08-21
1
-1
/
+1
*
tor-config: Make FileWatcher use an opaque channel type.
Gabriela Moldovan
2024-08-21
1
-89
/
+106
*
tor-config: Give FileWatcherBuilder a handle to the runtime.
Gabriela Moldovan
2024-08-21
1
-5
/
+6
*
tor-config: Move FileWatcher to tor-config.
Gabriela Moldovan
2024-08-21
1
-185
/
+22
*
arti: Update outdated FileWatcher docs.
Gabriela Moldovan
2024-08-21
1
-5
/
+1
*
tor-config: Allow ConfigurationSource to be verbatim text.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
arti config watch: Pass Runtime as first argument
Ian Jackson
2024-03-04
1
-2
/
+2
*
arti config watch: Pass a Runtime, not a TorClient
Ian Jackson
2024-03-04
1
-2
/
+2
*
arti: do not warn about unused variable on Windows
Tobias Stoeckmann
2024-02-29
1
-0
/
+1
*
arti: Only exit if all the modules have been dropped.
Gabriela Moldovan
2024-01-25
1
-7
/
+8
*
arti: Use Weak references for the reconfigurable modules.
Gabriela Moldovan
2024-01-25
1
-4
/
+12
*
arti: Generalize a TODO HSS about reconfiguration.
Nick Mathewson
2023-12-12
1
-0
/
+8
*
arti: Make reconfiguration slightly more abstract
Nick Mathewson
2023-12-05
1
-23
/
+81
*
Add cognitive-complexity exceptions for clippy.
Nick Mathewson
2023-09-05
1
-0
/
+2
*
Throughout: Use *_report!() macros for reporting Errors.
Nick Mathewson
2023-07-07
1
-0
/
+2
[next]