summaryrefslogtreecommitdiff
path: root/crates/tor-chanmgr
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-0610-10/+10
|/
* 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-2/+2
* maint: bump minor versions of all published cratesSteven Engler2025-10-291-23/+23
* Bump MSRV from 1.85.1 to 1.86Clara Engler2025-10-211-1/+1
* Use random_hostname() to pick an (E)SNINeel Chauhan2025-10-201-2/+4
* Merge branch 'chan_padder' into 'main'Nick Mathewson2025-10-061-7/+37
|\
| * proto: Propagate PaddingCtrl into ChannelSender.Nick Mathewson2025-10-011-7/+37
* | release: Bump versions.Wesley Aptekar-Cassels2025-10-021-23/+23
|/
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* opentelemetry: Add some instrument macros.Wesley Aptekar-Cassels2025-09-244-2/+15
* Bump MSRV from 1.85 to 1.85.1Nick Mathewson2025-09-091-1/+1
* Bump the minor version of every published crate except for `arti`.Nick Mathewson2025-08-281-23/+23
* proto: Add ChannelType enumDavid Goulet2025-08-201-1/+1
* chan: Rename channel launch to launch_clientDavid Goulet2025-08-201-1/+1
* chanmgr: Add KeyMgr to channel builderDavid Goulet2025-08-203-4/+16
* clippy: fix `clippy::duplicated_attributes` warningsSteven Engler2025-08-111-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-0712-39/+40
* Update code for Edition 2024Nick Mathewson2025-08-071-1/+1
* Bump to hex-literal 1.0Nick Mathewson2025-08-051-1/+1
* Set MSRV to 1.85.Nick Mathewson2025-08-051-1/+1
* Bump version of tor-basic-utilsIan Jackson2025-08-051-1/+1