summaryrefslogtreecommitdiff
path: root/crates/tor-config
Commit message (Expand)AuthorAgeFilesLines
* Bump version of tor-basic-utilsIan Jackson2025-08-051-2/+2
* Version bumps for 1.4.6Ian Jackson2025-08-051-4/+4
* Bump derive-deftly to 1.2.0Ian Jackson2025-08-041-1/+1
* tor-config: impl `NotAutoValue` for `ByteQty`Steven Engler2025-07-312-0/+4
* tor-config: add `ExplicitOrAuto::map` and `From<T> for ExplicitOrAuto<T>`Steven Engler2025-07-311-0/+18
* Bump all the unstable tor- and arti- crates to 0.32.0.Gabriela Moldovan2025-07-071-5/+5
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2025-07-071-2/+2
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* Upgrade to derive-deftly 1.1.0.Gabriela Moldovan2025-07-071-1/+1
* tor-config: Removed dependency on `once_cell`hashcatHitman2025-06-142-3/+2
* release: Bump all tor-/arti- crates to 0.31.0.Alexander Hansen Færøy2025-06-051-5/+5
* release: Bump crates non-arti/non-tor crates with functional changes.Alexander Hansen Færøy2025-06-051-1/+1
* ./maint/cargo_sort: Run cargo-sort on the entire workspace.Gabriela Moldovan2025-05-271-1/+6
* All crates: bump rust-version to 1.83.Nick Mathewson2025-05-131-1/+1
* release: Bump all unstable tor/arti crates to 0.30.0Wesley Aptekar-Cassels2025-05-012-6/+5
* tor-config: listen: Replace use of std::net (fmt)Ian Jackson2025-04-081-8/+4
* tor-config: listen: Replace use of std::netIan Jackson2025-04-081-9/+8
* tor-config: Listen: Provide single_address_legacyIan Jackson2025-04-082-1/+24
* tor-config: fix `clippy::double_ended_iterator_last`Steven Engler2025-04-031-1/+1
* Bump all the unstable tor- and arti- crates to 0.29.0.Gabriela Moldovan2025-03-311-5/+5
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2025-03-311-2/+2
* Upgrade strum dependency to 0.27.1.Gabriela Moldovan2025-03-271-1/+1
* tor-rtmock: task: Remove Default impl for ThreadDescriptorIan Jackson2025-03-041-1/+1
* Bump minor versions in tor-*, arti-*.Nick Mathewson2025-03-031-5/+5
* Upgrade to notify 8.Nick Mathewson2025-02-261-1/+1
* Enable derive-deftly beta featuresIan Jackson2025-02-121-1/+1
* Update to derive-deftly 1.0Ian Jackson2025-02-121-1/+1
* Bump minor version of fs-mistrustIan Jackson2025-02-071-1/+1
* Merge branch 'versions' into 'main'Ian Jackson2025-02-061-6/+6
|\
| * Version bumps to 0.27.0Ian Jackson2025-02-061-5/+5
| * fs-mistrust: bump minor version, and in-tree depsIan Jackson2025-02-061-1/+1
* | file_watcher: Remove some now-unused thingsIan Jackson2025-02-061-8/+10
* | file_watcher: Use .borrow_mut and sync MutexIan Jackson2025-02-061-10/+4
* | file_watcher: Add some commentary about Event semanticsIan Jackson2025-02-061-0/+10
|/
* tor-config: Improve mistrust documentationClara Engler2025-01-231-0/+12
* tor-config: Test that uninteresting events get ignored.Gabriela Moldovan2025-01-091-3/+21
* tor-config: Rewrite match for readability.Gabriela Moldovan2025-01-091-3/+5
* tor-config: Avoid using EventKind::Any in the tests.Gabriela Moldovan2025-01-091-3/+4
* tor-config: Handle rescan events before filtering.Gabriela Moldovan2025-01-091-3/+2
* tor-config: Make the `FileWatcher` ignore non-mutating file events.Gabriela Moldovan2025-01-091-1/+13
* Bump versions of internal arti crates for Arti 1.3.2Nick Mathewson2025-01-071-5/+5
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* Upgrade to itertools 0.14.0Nick Mathewson2025-01-061-1/+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