summaryrefslogtreecommitdiff
path: root/crates/arti-client/src
Commit message (Expand)AuthorAgeFilesLines
* Update release dateIan Jackson2026-03-301-1/+1
* arti-client: Port to web-time-compat.Nick Mathewson2026-03-262-11/+9
* arti-client: Stub out usage of FsStateMgr on wasm32-unknown.Nick Mathewson2026-03-251-4/+34
* Fix word duplicate typosTobias Stoeckmann2026-03-151-1/+1
* Update the release date for today's releaseGabriela Moldovan2026-03-031-1/+1
* Update release date in preparation for today's releaseGabriela Moldovan2026-03-021-1/+1
* arti-client: Convert config to derive_deftly(TorConfig).Nick Mathewson2026-02-241-115/+94
* Merge branch 'ticket_2338' into 'main'Nick Mathewson2026-02-191-9/+5
|\
| * arti-client: Use ErrorSources to find best hint for an error.Nick Mathewson2026-02-161-9/+5
* | Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
|/
* relay: Add a TLS acceptor in the ChanBuilderDavid Goulet2026-02-091-7/+10
* release: Update release date.Wesley Aptekar-Cassels2026-02-021-1/+1
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* chanmgr: Introduce a ChanMgrConfig structDavid Goulet2026-01-131-1/+2
* chanmgr: Remove KeyMgr from constructorDavid Goulet2026-01-131-1/+0
* arti-client: Update release dateClara Engler2026-01-131-1/+1
* arti,arti-relay: change info keystore path msg to debugSteven Engler2025-12-111-1/+3
* Remove unnecessary `doc(cfg(...))` attributesNeel Chauhan2025-12-043-23/+0
* Merge branch 'torclient-keymgr-accessor' into 'main'wesleyac2025-12-031-0/+6
|\
| * arti-client: Add `TorClient:keymgr` getter functionhjrgrn2025-11-051-0/+6
* | Run maint/update-release-date.Gabriela Moldovan2025-12-021-1/+1
* | Merge branch 'fix-typo' into 'main'Ian Jackson2025-11-271-1/+1
|\ \
| * | arti-client: Fix typoMynacol2025-11-271-1/+1
* | | tor-circmgr: simplify `CircMgrConfig`Steven Engler2025-11-261-2/+7
* | | tor-circmgr,arti-client: `CircMgrConfig::vanguard_config` is always builtSteven Engler2025-11-261-5/+48
* | | opentelemetry: Instrument a bunch of functions.Wesley Aptekar-Cassels2025-11-242-0/+7
|/ /
* | Merge branch 'disable-hidden-service' into 'main'wesleyac2025-11-121-12/+28
|\ \
| * | arti(-client)/tor-hsservice: return None for disabled servicehashcatHitman2025-10-161-12/+28
| * | arti(-client): graceful service disable in arti onlyhashcatHitman2025-10-161-27/+9
| * | arti/arti-client: add graceful service disablehashcatHitman2025-10-161-9/+27
* | | Merge branch 'bug2118a' into 'main'wesleyac2025-11-101-14/+29
|\ \ \
| * | | Make create_onion_service() correctionsNeel Chauhan2025-11-101-17/+2
| * | | Mention InertTorClient in client.rsNeel Chauhan2025-11-101-1/+1
| * | | Don't assume we have inert_client in TorClientNeel Chauhan2025-11-041-2/+2
| * | | `arti-client`: Move `create_onion_service()` to `InertTorClient`Neel Chauhan2025-11-041-15/+45
| | |/ | |/|
* | | arti-client: Add TODO for #2249.Wesley Aptekar-Cassels2025-11-101-0/+1
* | | Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-067-8/+8
* | | all: run cargo fmtSteven Engler2025-11-041-1/+1
* | | all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`Steven Engler2025-11-042-3/+3
|/ /
* | arti-client: update `ARTI_CLIENT_RELEASE_DATE`Steven Engler2025-10-291-1/+1
* | TorAddr: Add function to inspect the host as an IpAddr, if it is one.Nick Mathewson2025-10-281-0/+8
* | arti-relay: copy `state_mgr.try_lock()` from arti-clientSteven Engler2025-10-211-0/+1
|/
* release: Update release date.wesleyac2025-10-021-1/+1
* release: Update release date.Wesley Aptekar-Cassels2025-10-021-1/+1
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* opentelemetry: Add some instrument macros.Wesley Aptekar-Cassels2025-09-241-1/+14
* arti-client: add doc comments to `TorClient::create_onion_service()`Steven Engler2025-09-231-0/+14
* tor-dircommon: Implement proposal 330Clara Engler2025-09-161-18/+10
* Move `FallbackDir` into `tor-dircommon`Clara Engler2025-09-111-2/+2
* Move `DirTolerance` into `tor-dircommon`Clara Engler2025-09-091-4/+3