summaryrefslogtreecommitdiff
path: root/crates/tor-chanmgr
Commit message (Expand)AuthorAgeFilesLines
...
| * tor-chanmgr: add doc comment to `ChanMgr::get_or_launch()`Steven Engler2026-02-121-0/+6
| * tor-chanmgr: add `get_or_launch()` tests using different addrsSteven Engler2026-02-121-2/+27
* | Merge branch 'channel-canonical' into 'main'David Goulet2026-02-124-19/+71
|\ \ | |/ |/|
| * chan: Use Canonicity when choosing a channelDavid Goulet2026-02-124-3/+49
| * chanmgr: Use the actual channel target used on connect()David Goulet2026-02-121-16/+21
| * proto: Channel finish() now handles canonicityDavid Goulet2026-02-121-0/+1
* | tor-chanmgr: update comment in `open_channel_is_allowed()`Steven Engler2026-02-111-2/+10
* | tor-chanmgr: channel selection functions take a `HasAddrs`Steven Engler2026-02-111-18/+28
* | tor-chanmgr: add `HasAddrs` bound to `AbstractChannelFactory::BuildSpec`Steven Engler2026-02-112-19/+31
|/
* relay: Fix tor-chanmgr and tor-proto cargo featuresDavid Goulet2026-02-091-1/+1
* proto: Relay responder channel allow to be non_exhaustiveDavid Goulet2026-02-091-1/+0
* chanmgr: Fix the outbound_chan_type() to not be based on relay featureDavid Goulet2026-02-091-10/+4
* chanmgr: Gate relay only functionDavid Goulet2026-02-092-0/+2
* chanmgr: Add inbound open channel to our listDavid Goulet2026-02-092-9/+26
* chanmgr: Build channel/reactor on incoming connectionsDavid Goulet2026-02-091-6/+74
* relay: Add a TLS acceptor in the ChanBuilderDavid Goulet2026-02-093-24/+54
* Merge branch 'unnecessary-async' into 'main'David Goulet2026-02-091-1/+1
|\
| * proto: Make ChannelProvider::get_or_launch() synchronousGabriela Moldovan2026-02-041-1/+1
* | chanmgr: Always use connect target for error reportingDavid Goulet2026-02-041-14/+6
* | chanmgr: Use the new tor-proto relay channel APIDavid Goulet2026-02-041-43/+112
|/
* release: Remove semver.md files from 2.0.0 release.Wesley Aptekar-Cassels2026-02-021-2/+0
* rtcompat: Return certificates as Cow.Nick Mathewson2026-02-021-1/+5
* release: Bump `arti-*` and `tor-*` crates to 0.39.0Wesley Aptekar-Cassels2026-02-021-20/+20
* chanmgr: Make a padding test function non-asyncGabriela Moldovan2026-01-271-3/+2
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* proto: Improve comment for handle_incoming()David Goulet2026-01-221-5/+6
* proto: Remove async for VerifiableChannel::check()David Goulet2026-01-221-16/+15
* proto: Send relay channel NETINFO in check()David Goulet2026-01-221-15/+19
* proto: Make VerifiableChannel::check() asyncDavid Goulet2026-01-221-1/+1
* relay: Pass advertised addresses to the channel handlerDavid Goulet2026-01-226-12/+23
* chanmgr: Spawn task for ChannelProvider impl of get_or_launch()David Goulet2026-01-131-17/+23
* chanmgr: Get rid of the builder outbound_chan_typeDavid Goulet2026-01-133-37/+33
* chanmgr: Add semver.md for breaking changesDavid Goulet2026-01-131-0/+2
* build: Fixes for non relay featureDavid Goulet2026-01-131-2/+6
* chanmgr: Implement tor_proto::ChannelProvider for ChanMgrDavid Goulet2026-01-131-0/+25
* chanmgr: Use the new tor-proto channel traits in builderDavid Goulet2026-01-131-170/+55
* proto: Add traits for public channel viewsDavid Goulet2026-01-131-1/+1
* chanmgr: Add a relay channel connect to ChanBuilderDavid Goulet2026-01-131-9/+156
* chanmgr: Rename the connect_no_timeout() to be client specificDavid Goulet2026-01-131-6/+8
* chanmgr: Add RelayIdentities to ChanBuilderDavid Goulet2026-01-132-5/+29
* chanmgr: Add ChannelType to channel manager configDavid Goulet2026-01-134-4/+27
* chanmgr: Introduce a ChanMgrConfig structDavid Goulet2026-01-134-9/+40
* chanmgr: Remove KeyMgr from constructorDavid Goulet2026-01-132-10/+3
* cargo: Update `arti-*` and `tor-*` to `0.38.0`Clara Engler2026-01-121-20/+20
* Remove unnecessary `doc(cfg(...))` attributesNeel Chauhan2025-12-041-2/+0
* Remove semver.md files post-releaseGabriela Moldovan2025-12-021-1/+0
* Bump all the unstable tor- and arti- crates to 0.37.0.Gabriela Moldovan2025-12-021-20/+20
* opentelemetry: Instrument a bunch of functions.Wesley Aptekar-Cassels2025-11-244-1/+11
* Merge branch 'relay-bin-4' into 'main'opara2025-11-117-11/+24
|\
| * tor-chanmgr: wrap the peer address in `Sensitive`Steven Engler2025-11-057-11/+24