summaryrefslogtreecommitdiff
path: root/crates/tor-config/src
Commit message (Expand)AuthorAgeFilesLines
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* map_builder: Document deserialize implemntation.Nick Mathewson2024-12-191-0/+3
* ExtendBuilder: Try to document more clearly what it doesNick Mathewson2024-12-191-0/+4
* map_builder: Extensively rework example.Nick Mathewson2024-12-191-9/+64
* extend_builder: document more about why it works.Nick Mathewson2024-12-191-0/+33
* extend_builder: Tests for strip_option, default.Nick Mathewson2024-12-191-0/+206
* map_builder: Add support for default settings.Nick Mathewson2024-12-191-10/+133
* Define macros to create a map-builder type.Nick Mathewson2024-12-192-0/+216
* tor-config: Add "extend" functionality for config builders.Nick Mathewson2024-12-192-0/+180
* list_builder: fix a very typoed line.Nick Mathewson2024-12-191-1/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* tor-config: removed re-export of `CfgPath`Steven Engler2024-11-041-1/+0
* tor-config-path: moved `tor_config::path` to hereSteven Engler2024-10-292-506/+1
* tor-config: remove `CfgPathError::BadUtf8`Steven Engler2024-10-281-20/+1
* tor-config: use 'path' feature of shellexpandSteven Engler2024-10-281-40/+15
* tor-config: Document the limitations of the FileWatcher.Gabriela Moldovan2024-10-161-0/+9
* tor-config: Compare the file contents when testing.Gabriela Moldovan2024-10-161-0/+7
* tor-config: Configure the polling interval.Gabriela Moldovan2024-10-161-2/+17
* tor-config: Use a polling watcher on non-windows platforms that don't have in...Gabriela Moldovan2024-10-161-2/+9
* tor-config: Add a type alias for the underlying watcher (fmt).Gabriela Moldovan2024-10-161-2/+2
* tor-config: Add a type alias for the underlying watcher.Gabriela Moldovan2024-10-161-3/+6
* tor-config: Expose assert_config_error test helper.Gabriela Moldovan2024-10-082-0/+19
* tor-config: Add Listen::is_localhost_only.Nick Mathewson2024-09-251-0/+33
* tor-config: move Listen to its own module.Nick Mathewson2024-09-253-377/+402
* Fix typosDimitris Apostolou2024-09-031-1/+1
* tor-config: Improve FileWatcher documentation.Gabriela Moldovan2024-08-281-1/+12
* tor-config: Add tests for FileWatcher::watch_path.Gabriela Moldovan2024-08-281-0/+73
* tor-config: Make a test helper take a reference to TempTestDir.Gabriela Moldovan2024-08-281-2/+2
* tor-config: Rename watch_file to watch_path.Gabriela Moldovan2024-08-271-3/+3
* tor-config: Write tests for FileWatcher.Gabriela Moldovan2024-08-211-3/+142
* tor-config: Add a TODO about relocating file_watcher.Gabriela Moldovan2024-08-211-0/+3
* tor-config: Add getters for FileWatcher.Gabriela Moldovan2024-08-211-1/+9
* tor-config: Support watching dirs for files with a given extension (fmt).Gabriela Moldovan2024-08-211-2/+9
* tor-config: Support watching dirs for files with a given extension.Gabriela Moldovan2024-08-211-19/+72
* tor-config: Move event handling to a separate function.Gabriela Moldovan2024-08-211-20/+30
* tor-config: Remove unused Event::SigHup variant.Gabriela Moldovan2024-08-211-3/+0
* tor-config: Make FileWatcher use an opaque channel type.Gabriela Moldovan2024-08-211-5/+68
* tor-config: Give FileWatcherBuilder a handle to the runtime.Gabriela Moldovan2024-08-211-11/+10
* tor-config: Move FileWatcher to tor-config.Gabriela Moldovan2024-08-212-0/+196
* arti-client: Move BuilderExt to tor-config.Gabriela Moldovan2024-08-052-0/+32
* tor-config: Deprecate ConfigError::Permissions, use FileAccessIan Jackson2024-07-102-1/+6
* tor-config: Correct message and description for mistrust errorIan Jackson2024-07-101-2/+4
* Change deftly syntax to post 0.12.1 versionIan Jackson2024-06-172-2/+2
* Update to derive-deftly 0.12.1Ian Jackson2024-06-171-1/+1
* tor-config: Move macro above ExplicitOrAuto definition.Gabriela Moldovan2024-06-031-58/+58
* tor-config: Apply deferred cargo fmt.Gabriela Moldovan2024-06-031-27/+26
* tor-config: Cross-reference NotAutoValue in the ExplicitOrAuto docs.Gabriela Moldovan2024-06-031-0/+5
* tor-config: Fix a test misusing NotAutoValue.Gabriela Moldovan2024-06-031-15/+11
* tor-config: Add macro for implementing NotAutoValue.Gabriela Moldovan2024-06-031-0/+79
* tor-config: Re-export serde_value.Gabriela Moldovan2024-06-031-0/+1