summaryrefslogtreecommitdiff
path: root/crates/arti-client
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'rpc_pseudomethods_v6' into 'main'Nick Mathewson2023-06-121-5/+7
|\
| * RPC: Functionality to downcast dyn Object to a dyn Trait.Nick Mathewson2023-06-121-5/+7
| * rpc: make decl_object! responsible for writing impl Object {} blocks.Nick Mathewson2023-06-071-1/+1
* | Merge branch 'pt-snowflake' into 'main'Nick Mathewson2023-06-113-2/+116
|\ \
| * | add a few more comments on PTstrinity-1686a2023-06-092-2/+5
| * | change path to snowflake clienttrinity-1686a2023-06-081-1/+2
| * | change link for more information on ptstrinity-1686a2023-06-081-1/+1
| * | remove forgoten debug linetrinity-1686a2023-06-081-1/+0
| * | add anchor to amp-cache linktrinity-1686a2023-06-081-1/+1
| * | complement general documentation on bridges and pttrinity-1686a2023-06-073-0/+12
| * | move snowflake example to dedicated file and comment it moretrinity-1686a2023-06-072-27/+103
| * | add documentation for configuring snowflake pttrinity-1686a2023-06-071-4/+27
| |/
* | Merge branch 'report-trait-doc-fix' into 'main'Alexander Færøy2023-06-092-0/+107
|\ \
| * | Rephrase error handling to reportingSaksham Mittal2023-06-081-2/+2
| * | Add error handling section in READMESaksham Mittal2023-06-081-0/+40
| * | Add separate example with ReportSaksham Mittal2023-06-081-0/+67
| |/
* / hs: Fix a feature name in arti-clientNick Mathewson2023-06-071-1/+1
|/
* Bump crate versions in preparation for v1.1.5 release.Nick Mathewson2023-06-011-24/+24
* Refactor ClientCirc APIs to use Arc<ClientCirc>.Nick Mathewson2023-05-161-1/+1
* Revise all XXXXs from fixup-featuresNick Mathewson2023-05-151-3/+7
* Run fixup-features _with_ annotations.Nick Mathewson2023-05-151-0/+2
* Reformat Cargo.toml files.Nick Mathewson2023-05-151-1/+19
* Run fixup-features --no-annotate for initial Cargo.toml fixes.Nick Mathewson2023-05-151-6/+7
* Mark an initial set of non-additive features.Nick Mathewson2023-05-151-5/+7
* RPC: Start on plumbing TorClient into our RPC codeNick Mathewson2023-05-043-0/+22
* Upgrade tracing to 0.1.36.Nick Mathewson2023-05-031-1/+1
* Increment crate versions.Nick Mathewson2023-05-031-23/+23
* arti-client: Only run BridgesConfig doc test if pt-client feature is enabled.Gabriela Moldovan2023-05-021-1/+2
* Increment MSRV to 1.65 in every crate.Nick Mathewson2023-04-111-1/+1
* Patchlevel bumps for crates whose dependencies just changed.Nick Mathewson2023-03-311-1/+1
* Bump crate versions that have breaking changesNick Mathewson2023-03-311-2/+2
* Bump patchlevel on crates with non-breaking changesNick Mathewson2023-03-311-10/+10
* Merge branch 'plumb' into 'main'Alexander Færøy2023-03-302-7/+17
|\
| * Run rustfmtIan Jackson2023-03-301-8/+4
| * arti-client: Call HsCircPool::launch_background_tasksIan Jackson2023-03-301-4/+13
| * tor-hsconn: Rename ConnError (from HsClientConnError)Ian Jackson2023-03-301-2/+2
| * arti-client: When making hs conn, wait for bootstrapIan Jackson2023-03-301-0/+3
| * tor-client: Pass a netdir for each requestIan Jackson2023-03-301-1/+3
* | Move functionality from tor_basic_utils to tor_async_utilsNick Mathewson2023-03-292-4/+3
|/
* Merge branch 'hspre' into 'main'Ian Jackson2023-03-292-4/+9
|\
| * Tidy up an unused import warningIan Jackson2023-03-281-1/+3
| * Pass HsCircPool to hsclient connect function, not CircMgr (fmt)Ian Jackson2023-03-281-5/+5
| * Pass HsCircPool to hsclient connect function, not CircMgrIan Jackson2023-03-281-2/+5
* | arti-client: add accessors for `Blockage`eta2023-03-281-1/+13
|/
* tor_client: Add some example code for BridgeConfig.Nick Mathewson2023-03-241-0/+49
* arti-client: Make TransportConfigListBuilder public.Nick Mathewson2023-03-241-1/+8
* Merge branch 'upgrade_dirs' into 'main'Alexander Færøy2023-03-231-1/+1
|\
| * Bump to the lastest versions of dirs and directories.Nick Mathewson2023-03-221-1/+1
* | Apply deferred rustfmt churnIan Jackson2023-03-231-1/+4
* | arti-client: Include redacted HsId in ObtainHsCircuit errorIan Jackson2023-03-232-4/+4