summaryrefslogtreecommitdiff
path: root/crates/arti
Commit message (Expand)AuthorAgeFilesLines
...
* rpc: Make names reflect configuration keys better.Nick Mathewson2024-12-191-17/+11
* rpc: Document that default-index is 1-basedNick Mathewson2024-12-192-1/+5
* Rename Guard=>ListenerGuard.Nick Mathewson2024-12-192-4/+4
* rpc: Add a comment to explain what load_options is doing.Nick Mathewson2024-12-191-0/+2
* rpc: More logging when binding addressesNick Mathewson2024-12-192-1/+25
* arti::rpc: Refactor listener options to support defaults properlyNick Mathewson2024-12-191-31/+75
* arti::rpc: Rename "overrides" field and type.Nick Mathewson2024-12-191-18/+17
* arti: Use connect points to listen for RPC connections.Nick Mathewson2024-12-194-88/+331
* arti: Disable RPC reconfiguration for nowNick Mathewson2024-12-192-1/+5
* rpc: Configuration options for artiNick Mathewson2024-12-193-2/+159
* arti: Move RpcConfig to rpc.rsNick Mathewson2024-12-192-29/+33
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-032-0/+2
* Bump arti crate to 1.3.1Gabriela Moldovan2024-12-021-1/+1
* Bump all the unstable tor- and arti- crates to 0.25.0.Gabriela Moldovan2024-12-021-16/+16
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2024-12-021-2/+2
* Run fixup-features in preparation for release (fmt).Gabriela Moldovan2024-12-021-1/+2
* Run fixup-features in preparation for release.Gabriela Moldovan2024-12-021-1/+1
* PoW: Consolidate feature flags into a single flag.Wesley Aptekar-Cassels2024-11-251-2/+2
* arti: Add onion_service.enable_pow option.Wesley Aptekar-Cassels2024-11-251-0/+4
* arti-client: add path resolver to `TorClient` and `TorClientConfig`Steven Engler2024-11-182-2/+2
* update `CfgPath::path` to use a `CfgPathResolver`Steven Engler2024-11-183-6/+16
* cargo: Update `thiserror` to `2`Clara Engler2024-11-121-1/+1
* tor-config: removed re-export of `CfgPath`Steven Engler2024-11-043-5/+7
* Merge branch 'versions' into 'main'Ian Jackson2024-10-301-17/+17
|\
| * Bump arti crate version to 1.3.0Ian Jackson2024-10-301-1/+1
| * Bump minor versions of crates with new APIs/implsIan Jackson2024-10-301-1/+1
| * Bump unstable tor-* and arti-* crates to 0.24.0Ian Jackson2024-10-301-15/+15
* | cargo: Run fixup-features (formatting)Ian Jackson2024-10-301-1/+2
* | cargo: Run fixup-featuresIan Jackson2024-10-301-2/+2
* | cargo: Make default-runtime feature part of fullIan Jackson2024-10-301-0/+1
|/
* Update notify to 7.xIan Jackson2024-10-301-1/+1
* Make memquota feature part of full in artiIan Jackson2024-10-222-2/+3
* tor-memquota: Declare memquota feature stable, and defaultIan Jackson2024-10-221-1/+0
* arti cfg tests: Clarify here and thereIan Jackson2024-10-221-1/+2
* arti cfg tests: Fix typoIan Jackson2024-10-221-1/+1
* minimal features test: Introduce new --cfg arti_features_preciseIan Jackson2024-10-222-1/+21
* test-all-crates: conditional options, to test more cratesIan Jackson2024-10-221-1/+1
* rpcserver: Wrap InvokeError as internal errorNick Mathewson2024-10-171-3/+10
* Merge branch 'dead' into 'main'Alexander Hansen Færøy2024-10-173-2/+7
|\
| * arti: Introduce a new default-runtime Cargo featureIan Jackson2024-10-172-2/+5
| * Disable a lot of dead code warningsIan Jackson2024-10-171-0/+2
* | Merge branch 'fs-watcher-poll' into 'main'gabi-2502024-10-173-0/+10
|\ \
| * | arti: Add a warning about watch_configuration's performance issues.Gabriela Moldovan2024-10-171-0/+7
| * | tor-config: Document the limitations of the FileWatcher.Gabriela Moldovan2024-10-161-0/+2
| * | arti: Enable tor-config/testing when testing.Gabriela Moldovan2024-10-161-0/+1
| |/
* | Merge branch 'fix-arti-relay-deps' into 'main'opara2024-10-164-50/+1
|\ \ | |/ |/|
| * arti: remove 'relay' subcommand and 'arti-relay' depSteven Engler2024-10-154-50/+1
* | Apply `default-features = false` to all tor-memquota depsIan Jackson2024-10-161-1/+1
|/
* arti: Bump secmem-proc to fix the build errors on FreeBSD.Gabriela Moldovan2024-10-151-1/+1
* arti: Make hs-pow a experimental feature.Wesley Aptekar-Cassels2024-10-091-2/+1