aboutsummaryrefslogtreecommitdiff
path: root/crates/arti
Commit message (Expand)AuthorAgeFilesLines
...
* | tor-hsservice: Pass watch_configuration down to restricted discovery config.Gabriela Moldovan2024-08-211-7/+23
* | tor-config: Support watching dirs for files with a given extension.Gabriela Moldovan2024-08-211-1/+1
* | tor-config: Make FileWatcher use an opaque channel type.Gabriela Moldovan2024-08-211-89/+106
* | tor-config: Give FileWatcherBuilder a handle to the runtime.Gabriela Moldovan2024-08-211-5/+6
* | tor-config: Move FileWatcher to tor-config.Gabriela Moldovan2024-08-211-185/+22
* | arti: Update outdated FileWatcher docs.Gabriela Moldovan2024-08-211-5/+1
|/
* Merge branch '1144-std-backtrace' into 'main'David Goulet2024-08-122-6/+3
|\
| * Match previous backtrace formattingRobin Leander Schröder2024-08-081-2/+2
| * Use std::backtrace instead of backtrace crateRobin Leander Schröder2024-08-012-4/+1
* | 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: Add the restricted_discovery configuration to the example config.Gabriela Moldovan2024-08-052-9/+94
* | | tor-hsservice: Add restricted discovery configuration.Gabriela Moldovan2024-08-051-1/+1
* | | arti: Avoid using the now-deprecated arti_client constant.Gabriela Moldovan2024-08-051-2/+2
* | | tor-hsservice: Add a restricted-discovery feature.Gabriela Moldovan2024-08-051-1/+2
* | | doc: Add arti hsc subcommand docs to doc/hsc.md.Gabriela Moldovan2024-08-051-28/+1
* | | arti: Update the hsc markdown test.Gabriela Moldovan2024-08-051-3/+19
* | | arti: Elide the -c help in the expected output of the CLI tests.Gabriela Moldovan2024-08-051-2/+1
|/ /
* | Have `arti hss onion-name` error if it doesn't print the onion nameKunal Mehta2024-08-012-4/+7
* | Bump "arti" crate to 1.2.6Nick Mathewson2024-08-011-1/+1
* | Bump versions for tor- and arti- crates to 0.21.0Nick Mathewson2024-08-011-10/+10
* | Run "fixup-features".Nick Mathewson2024-08-011-1/+1
|/
* Merge branch 'cli-tests' into 'main'gabi-2502024-07-3131-0/+305
|\
| * arti: Add tests for the arti hsc subcommand.Gabriela Moldovan2024-07-3020-0/+146
| * arti: Add tests for the arti hss subcommand.Gabriela Moldovan2024-07-3012-0/+159
* | arti: Use Path::try_exists() instead of Path::exists().Gabriela Moldovan2024-07-301-1/+1
|/
* arti: Gate the hsc subcommand behind the keymgr feature (fmt).Gabriela Moldovan2024-07-102-2/+10
* arti: Gate the hsc subcommand behind the keymgr feature.Gabriela Moldovan2024-07-102-4/+4
* arti: Add a keymgr feature.Gabriela Moldovan2024-07-101-1/+2
* tor-hscrypto: Remove unnecessary Display wrapper.Gabriela Moldovan2024-07-081-1/+1
* Merge branch 'warnings' into 'main'Ian Jackson2024-07-081-1/+1
|\
| * Work around clippy::doc_lazy_continuation false positivesIan Jackson2024-07-081-1/+1
* | Fix markdown quoting.Ian Jackson2024-07-081-1/+1
|/
* arti: Rewrite the hsc prepare-service-discovery-key command (fmt).Gabriela Moldovan2024-06-271-11/+6
* arti: Rewrite the hsc prepare-service-discovery-key command.Gabriela Moldovan2024-06-271-10/+30
* arti: Add an arti hsc subcommand.Gabriela Moldovan2024-06-274-1/+169
* Update arti to 1.2.5Ian Jackson2024-06-271-1/+1
* Update versions of 0.x tor-* and arti-* cratesIan Jackson2024-06-271-10/+10
* Merge branch 'feat' into 'main'gabi-2502024-06-251-0/+1
|\
| * Fix formatting anomaly introduced by fixup-featuresIan Jackson2024-06-251-1/+2
| * Run maint/fixup-featuresIan Jackson2024-06-251-1/+1
* | Update to itertools 0.13.0Ian Jackson2024-06-251-2/+2
|/
* arti: wait a short while on startup if lockfiles are unavailable.Nick Mathewson2024-06-241-1/+1
* arti: Add a TODO about a possible refactoring.Gabriela Moldovan2024-06-171-0/+2
* arti: Move arti hss subcommand implementation to separate module.Gabriela Moldovan2024-06-173-38/+58
* Merge branch 'arti-relay-flag' into 'main'Nick Mathewson2024-06-122-40/+66
|\
| * relay: Add relay cargo feature flag and subcommandDavid Goulet2024-06-112-40/+66
* | RPC: Use RPC methods instead of the "ClientConnectionTarget" trait.Nick Mathewson2024-06-113-30/+116
|/
* rpc: Make RpcMgr::lookup_object return context along with object.Nick Mathewson2024-06-101-0/+1
* Bump the arti crate to 1.2.4.Gabriela Moldovan2024-06-051-1/+1