summaryrefslogtreecommitdiff
path: root/crates/arti
Commit message (Expand)AuthorAgeFilesLines
* Bump the arti crate to 1.2.4.Gabriela Moldovan2024-06-051-1/+1
* Bump all the unstable tor- and arti- crates to 0.19.Gabriela Moldovan2024-06-051-9/+9
* arti: Note that auto is the same as disabled if vanguards are disabled.Gabriela Moldovan2024-06-031-0/+3
* arti: Add vanguards settings to example config.Gabriela Moldovan2024-06-032-1/+14
* Merge branch 'enforce_method_names' into 'main'Nick Mathewson2024-05-161-1/+30
|\
| * RPC: Give error from RpcMgr::new if method name is sufficiently bad.Nick Mathewson2024-05-141-1/+1
| * RPC: Enforce method name format.Nick Mathewson2024-05-141-0/+29
* | Merge branch 'use-locked-build' into 'main'Ian Jackson2024-05-161-1/+1
|\ \
| * | doc: Use locked buildpinkforest2024-05-161-1/+1
| |/
* | Merge remote-tracking branch 'upstream/main' into HEADGabriela Moldovan2024-05-154-66/+99
|\|
| * RPC: Use a slightly less awful workaround in socks.rsNick Mathewson2024-05-141-20/+34
| * Remove excess indentation from last commit.Nick Mathewson2024-05-141-14/+11
| * RPC: Refactor socks interpretation to remove stream id, add isolation.Nick Mathewson2024-05-141-41/+41
| * RPC: RpcDataStream type to act as a "stream-shaped hole"Nick Mathewson2024-05-141-0/+1
| * RPC: Add a trait that can be the target of SOCKS requestsNick Mathewson2024-05-121-18/+34
| * Merge branch 'new_ci_cfg_strategy' into 'main'Nick Mathewson2024-05-072-4/+4
| |\
| | * Re-run maint/add_warning.Nick Mathewson2024-05-062-4/+4
| * | TorClient: Slightly cleaner (?) interface for registering RPC methods.Nick Mathewson2024-05-061-1/+1
| * | RPC: Implement methods to get and watch client bootstrap status.Nick Mathewson2024-05-061-0/+5
| |/
* / arti: Bump patchlevel.Gabriela Moldovan2024-05-151-1/+1
|/
* Bump versions of 0.x tor-* and arti-* cratesIan Jackson2024-04-301-9/+9
* Bump version of artiIan Jackson2024-04-301-1/+1
* arti: Make vanguards a default feature.Gabriela Moldovan2024-04-291-0/+1
* arti-client: Make vanguards non-experimental.Gabriela Moldovan2024-04-291-0/+1
* rustls: Avoid aws-lc-rs for now.Nick Mathewson2024-04-221-1/+1
* Upgrade to futures-rustls 0.26.0, rustls 0.23.5.Nick Mathewson2024-04-222-8/+10
* arti: Enable arti-client/vanguards if vanguards are enabled.Gabriela Moldovan2024-04-051-0/+1
* Merge branch 'unmanaged-proxy-config-test' into 'main'Nick Mathewson2024-04-022-9/+55
|\
| * Add a test for transport configurationNick Mathewson2024-04-021-0/+46
| * example-config: Indent transport argumentsNick Mathewson2024-04-021-9/+9
* | remove unused dependenciestrinity-1686a2024-04-021-3/+0
|/
* Bump arti crate to 1.2.1Nick Mathewson2024-04-021-1/+1
* Update unstable `tor/arti-*` crates to 0.17.0.Nick Mathewson2024-04-021-9/+9
* Bump patchlevel versions on non-{tor/arti} crates.Nick Mathewson2024-04-021-2/+2
* Fix note in config that claimed onion services weren't implementedNick Mathewson2024-03-271-1/+4
* hss: Make the limit for streams configurable.Nick Mathewson2024-03-261-3/+1
* Add example unmanaged pluggable transport to config.Nick Mathewson2024-03-141-0/+10
* Merge branch 'encapsulate_config_rs' into 'main'Nick Mathewson2024-03-133-9/+19
|\
| * Remove now-needless dependencies on the "config" crateNick Mathewson2024-03-131-1/+0
| * tor-config: Put config::Config inside a wrapper type.Nick Mathewson2024-03-131-1/+1
| * Use ConfigurationSource::Verbatim in our tests.Nick Mathewson2024-03-131-7/+17
| * tor-config: Allow ConfigurationSource to be verbatim text.Nick Mathewson2024-03-131-0/+1
* | Run maint/add_warning.Nick Mathewson2024-03-132-0/+2
|/
* arti-client: Add VanguardsConfig to TorClientConfig.Gabriela Moldovan2024-03-111-0/+11
* Fix typos in doc commentsTobias Stoeckmann2024-03-061-1/+1
* arti, CI: Add a test case for command line helpIan Jackson2024-03-051-0/+3
* arti: Print help on `arti hss` without subcommandIan Jackson2024-03-051-0/+1
* arti: Fix misplaced clap hunkIan Jackson2024-03-051-4/+4
* Merge branch 'deny-unchecked-duration-substraction' into 'main'Ian Jackson2024-03-052-0/+2
|\
| * deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-292-0/+2