aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-client/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Move `DownloadSchedule` into `tor-dircommon`Clara Engler2025-09-081-3/+5
* Move `NetworkStatus` to `tor-dircommon`Clara Engler2025-09-081-2/+2
* tor-dircommon: Add dirports field to authorityClara Engler2025-09-021-2/+16
* tor-dircommon: Initial commitClara Engler2025-09-021-3/+4
* fix documentation for StreamPrefs::connect_to_onion_services to match changes...Aiden McClelland2025-08-281-8/+1
* Run "update-release-date"Nick Mathewson2025-08-281-1/+1
* Merge branch 'smol-add-impl-in-tor-rtcompat' into 'main'opara2025-08-211-1/+1
|\
| * smol: Implement smol in tor-rtcompatNiel Duysters2025-08-211-1/+1
* | chanmgr: Add KeyMgr to channel builderDavid Goulet2025-08-201-0/+1
* | Add a few unit tests for create_unbootstrapped_async.Nick Mathewson2025-08-191-0/+49
* | proto: Move the `stream` module under `client` (breaking).Gabriela Moldovan2025-08-183-3/+3
|/
* Resolve a rustdoc warningNick Mathewson2025-08-071-1/+1