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
/
arti
/
src
/
reload_cfg.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Corrected the order of imports in order to make the 'rust-checks' job complet...
Andy
2023-06-23
1
-1
/
+1
*
Provided a fix for #831 - 'Unused import' warnings on Windows
Andy
2023-06-23
1
-3
/
+4
*
Use tor_error::Report for remaining errors in error! in arti
Ian Jackson
2023-01-30
1
-1
/
+1
*
Use ErrorReport/Report for errors in warn! in arti
Ian Jackson
2023-01-30
1
-1
/
+1
*
debounce reload cfg events
trinity-1686a
2022-11-01
1
-0
/
+7
*
rename unused field
trinity-1686a
2022-10-30
1
-3
/
+2
*
update some strings
trinity-1686a
2022-10-30
1
-10
/
+10
*
use iife so we can try! instead of custom error handling
trinity-1686a
2022-10-30
1
-64
/
+56
*
refactor so events always indicate reload
trinity-1686a
2022-10-30
1
-71
/
+74
*
depends less on notify types
trinity-1686a
2022-10-30
1
-22
/
+35
*
update to v5.0.0
trinity-1686a
2022-08-31
1
-23
/
+28
*
small refactoring to reduce duplicaiton of config reloading
trinity-1686a
2022-08-27
1
-0
/
+330