summaryrefslogtreecommitdiff
path: root/crates/arti-client
Commit message (Expand)AuthorAgeFilesLines
...
* RPC: Add notes about ClientConnectionTargetNick Mathewson2024-05-141-0/+7
* RPC: Require DynClone for ClientConnectionError.Nick Mathewson2024-05-142-4/+7
* RPC: Seal ClientConnectionError.Nick Mathewson2024-05-141-2/+19
* RPC: RpcDataStream type to act as a "stream-shaped hole"Nick Mathewson2024-05-142-0/+12
* RPC: Add a trait that can be the target of SOCKS requestsNick Mathewson2024-05-123-4/+84
* rpc: Mark TorClient as exposed outside of sessionNick Mathewson2024-05-091-1/+6
* rpc: Add an isolated-client method on TorClient.Nick Mathewson2024-05-092-3/+27
* Adjust examples lints using add_warningNick Mathewson2024-05-076-18/+18
* Merge branch 'new_ci_cfg_strategy' into 'main'Nick Mathewson2024-05-071-2/+2
|\
| * Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* | Add requisite RPC method name prefixesNick Mathewson2024-05-061-2/+2
* | TorClient: Slightly cleaner (?) interface for registering RPC methods.Nick Mathewson2024-05-061-4/+4
* | Add a note about declaring get and watch functions.Nick Mathewson2024-05-061-0/+6
* | Add a note about why the RPC functions aren't declared as methods.Nick Mathewson2024-05-061-0/+5
* | RPC: Send "null" for blockage rather than omitting it.Nick Mathewson2024-05-061-2/+1
* | Lightly simplify the syntax for installing multiple InvokerEntsNick Mathewson2024-05-061-2/+4
* | RPC: Implement methods to get and watch client bootstrap status.Nick Mathewson2024-05-062-0/+105
|/
* Bump versions of 0.x tor-* and arti-* cratesIan Jackson2024-04-301-24/+24
* arti-client: vanguards cargo feature: remove from experimentalIan Jackson2024-04-301-1/+0
* arti-client: Make vanguards non-experimental.Gabriela Moldovan2024-04-291-1/+2
* Fix recursive impl for arti_client::Error.Nick Mathewson2024-04-221-1/+1
* arti-client: add hs_circ_pool() method on TorClientRichard Pospesel2024-04-151-0/+14
* Upgrade derive-deftly requirement to 0.10.3Nick Mathewson2024-04-111-1/+1
* Port many of the macros in tor-rpcbase to use derive-deftly.Nick Mathewson2024-04-043-18/+3
* Merge branch 'unmanaged-proxy-config-test' into 'main'Nick Mathewson2024-04-021-0/+5
|\
| * Make TorClientConfig implement AsRef<BridgesConfig>Nick Mathewson2024-04-021-0/+5
* | remove unused dependenciestrinity-1686a2024-04-021-10/+0
|/
* Remove semver.md files from arti-1.2.1 releaseNick Mathewson2024-04-021-4/+0
* Update unstable `tor/arti-*` crates to 0.17.0.Nick Mathewson2024-04-021-26/+26
* Bump patchlevel versions on non-{tor/arti} crates.Nick Mathewson2024-04-021-2/+2
* tor-rtcompat: CompoundRuntime: Add a CoarseTimeProvider, and implIan Jackson2024-03-251-1/+1
* Add tests for configuring unmanaged transportsNick Mathewson2024-03-141-11/+49
* Rename ManagedTransportConfig to TransportConfig.Nick Mathewson2024-03-142-9/+9
* Merge branch 'encapsulate_config_rs' into 'main'Nick Mathewson2024-03-131-2/+2
|\
| * tor-config: Allow ConfigurationSource to be verbatim text.Nick Mathewson2024-03-131-2/+2
* | Add unknown-lints exception to examplesNick Mathewson2024-03-136-1/+6
* | Run maint/add_warning.Nick Mathewson2024-03-1311-0/+11
|/
* Merge branch 'arti_client_test' into 'main'gabi-2502024-03-111-1/+12
|\
| * arti-client: increase coverage in src/address.rsBrady Fomegne2024-03-051-1/+12
* | tor-circmgr: Add HsCircPoolConfig, make HsCircPool::reconfigure general-purpose.Gabriela Moldovan2024-03-113-7/+13
* | tor-circmgr: Create the VanguardMgr in CircMgr::new.Gabriela Moldovan2024-03-111-19/+0
* | arti-client: Reconfigure the HS circuit pool if needed.Gabriela Moldovan2024-03-111-0/+14
* | arti-client: Keep a handle to the HsCircPool if onion-service-client is enabled.Gabriela Moldovan2024-03-111-2/+2
* | arti-client: Add vanguard_config() to CircMgrConfig.Gabriela Moldovan2024-03-111-1/+15
* | arti-client: Add VanguardsConfig to TorClientConfig.Gabriela Moldovan2024-03-113-3/+12
* | arti-client: Re-export VanguardsConfig from vanguards module.Gabriela Moldovan2024-03-112-0/+10
* | tor-circmgr: Give CircMgr a VanguardMgr.Gabriela Moldovan2024-03-114-0/+38
* | Fix typos in doc commentsTobias Stoeckmann2024-03-061-1/+1
* | Fix typos in commentsTobias Stoeckmann2024-03-061-1/+1
* | arti-client: Fix typo in error message.Gabriela Moldovan2024-03-051-1/+1