summaryrefslogtreecommitdiff
path: root/crates/arti-client
Commit message (Expand)AuthorAgeFilesLines
* Update versions of 0.x tor-* and arti-* cratesIan Jackson2024-06-271-25/+25
* Require strum 0.26.3Ian Jackson2024-06-251-1/+1
* Update to derive-deftly 0.13.0Ian Jackson2024-06-251-1/+1
* Resolve a rustdoc warning.Nick Mathewson2024-06-241-2/+2
* Add a maximum to local_resource_timeout.Nick Mathewson2024-06-242-8/+33
* local_resource_timeout: Change wait interval to 50 ms.Nick Mathewson2024-06-241-1/+1
* Rename fslock_timeout to local_resource_timeoutNick Mathewson2024-06-241-11/+16
* Clarify documentation about blocking.Nick Mathewson2024-06-241-2/+4
* TorClientBuilder: Wait for a little while if the lockfiles are held.Nick Mathewson2024-06-242-4/+110
* TorClientBuilder: take self by reference when buildingNick Mathewson2024-06-242-4/+5
* Update to derive-deftly 0.12.1Ian Jackson2024-06-171-1/+1
* Merge branch 'rpc-stream-methods' into 'main'Nick Mathewson2024-06-112-73/+110
|\
| * Several typo fixes from GabiNick Mathewson2024-06-111-3/+3
| * RPC: Use RPC methods instead of the "ClientConnectionTarget" trait.Nick Mathewson2024-06-112-73/+110
* | StorageConfig: complete a missing piece of documentation.Nick Mathewson2024-06-111-1/+1
* | StorageConfig: Light reformatting.Nick Mathewson2024-06-111-0/+3
|/
* rpc: Pass around our rpc::Context in an Arc.Nick Mathewson2024-06-101-3/+3
* Bump all the unstable tor- and arti- crates to 0.19.Gabriela Moldovan2024-06-051-25/+25
* arti-client: Unconditionally retire all HS circuits if circmgr says so.Gabi Moldovan2024-06-031-12/+1
* arti-client: Add TODO about always clearing the HS circ pool.Gabriela Moldovan2024-06-031-0/+8
* tor-circmgr: Remove VanguardMode from Pool (fmt).Gabriela Moldovan2024-06-031-4/+3
* tor-circmgr: Remove VanguardMode from Pool.Gabriela Moldovan2024-06-031-5/+7
* tor-guardmgr: Unconditionally define VanguardConfig.Gabriela Moldovan2024-06-031-11/+3
* arti-client: Remove unnecessary VanguardConfig pub use.Gabriela Moldovan2024-06-031-6/+0
* RPC: Require an Error type in methods.Nick Mathewson2024-05-161-0/+3
* Merge branch 'enforce_method_names' into 'main'Nick Mathewson2024-05-161-3/+3
|\
| * RPC: Use RPC method names in a consistent format.Nick Mathewson2024-05-141-3/+3
* | arti-client: Add one-hop circuit examplejuga2024-05-152-0/+67
|/
* 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