summaryrefslogtreecommitdiff
path: root/crates/tor-config
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'versions' into 'main'Ian Jackson2024-10-301-7/+7
|\
| * Bump unstable tor-* and arti-* crates to 0.24.0Ian Jackson2024-10-301-7/+7
* | cargo: Run fixup-featuresIan Jackson2024-10-301-1/+1
|/
* Update notify to 7.xIan Jackson2024-10-301-1/+1
* tor-config-path: moved `tor_config::path` to hereSteven Engler2024-10-292-506/+1
* tor-config-path: added empty packageSteven Engler2024-10-291-0/+1
* tor-config: remove `CfgPathError::BadUtf8`Steven Engler2024-10-281-20/+1
* tor-config: use 'path' feature of shellexpandSteven Engler2024-10-282-41/+16
* 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-162-2/+10
* 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-083-1/+24
* Merge branch 'warn_on_nonlocal' into 'main'Nick Mathewson2024-10-013-377/+435
|\
| * 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
* | Bump arti- and tor- crates to 0.23.0Nick Mathewson2024-09-301-6/+6
* | Minor bumps on non-tor/arti cratesNick Mathewson2024-09-301-2/+2
* | Upgrade MSRV to 1.77Nick Mathewson2024-09-251-1/+1
|/
* Bump MSRV from 1.70 to 1.75.Wesley Aptekar-Cassels2024-09-161-1/+1
* Bump all the unstable tor- and arti- crates to 0.22.0.Gabriela Moldovan2024-09-031-6/+6
* Run fixup-features in preparation for release.Gabriela Moldovan2024-09-031-1/+1
* 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-212-3/+145
* tor-config: Add a TODO about relocating file_watcher.Gabriela Moldovan2024-08-211-0/+3
* tor-config: Add getters for FileWatcher.Gabriela Moldovan2024-08-212-1/+10
* 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-212-5/+70
* tor-config: Give FileWatcherBuilder a handle to the runtime.Gabriela Moldovan2024-08-212-11/+11
* tor-config: Move FileWatcher to tor-config.Gabriela Moldovan2024-08-213-0/+197
* Merge branch 'docsrs' into 'main'Jim Newsome2024-08-071-1/+0
|\
| * Don't need to tell docs.rs to enable `docsrs` cfgKunal Mehta2024-08-021-1/+0
* | arti-client: Move BuilderExt to tor-config.Gabriela Moldovan2024-08-052-0/+32
|/
* Remove semver.md files post-release.Nick Mathewson2024-08-011-1/+0
* Bump versions for tor- and arti- crates to 0.21.0Nick Mathewson2024-08-011-3/+3
* 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
* Update to derive-deftly 0.14Ian Jackson2024-07-081-1/+1
* Update versions of 0.x tor-* and arti-* cratesIan Jackson2024-06-271-3/+3
* Update to itertools 0.13.0Ian Jackson2024-06-251-1/+1
* Require strum 0.26.3Ian Jackson2024-06-251-1/+1