summaryrefslogtreecommitdiff
path: root/crates/tor-chanmgr
Commit message (Expand)AuthorAgeFilesLines
* 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
* Version bumps for 1.4.6Ian Jackson2025-08-051-19/+19
* Add a missing backtick.Nick Mathewson2025-07-091-1/+1
* Typo fixes (automatic and hand-verified)Nick Mathewson2025-07-091-1/+1
* Bump all the unstable tor- and arti- crates to 0.32.0.Gabriela Moldovan2025-07-071-19/+19
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2025-07-071-3/+3
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* release: Bump all tor-/arti- crates to 0.31.0.Alexander Hansen Færøy2025-06-051-19/+19
* All crates: bump rust-version to 1.83.Nick Mathewson2025-05-131-1/+1
* release: Bump all unstable tor/arti crates to 0.30.0Wesley Aptekar-Cassels2025-05-011-19/+19
* Update rand requirement to 0.9.1Nick Mathewson2025-04-291-1/+1
* Run cargo update.Wesley Aptekar-Cassels2025-04-291-1/+1
* Bump all the unstable tor- and arti- crates to 0.29.0.Gabriela Moldovan2025-03-311-19/+19
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2025-03-311-1/+1
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* tor-rtmock: allow-Decorate every use of MockSleepProviderIan Jackson2025-03-061-1/+5
* tor-rtmock: task: Remove Default impl for ThreadDescriptorIan Jackson2025-03-041-1/+1
* Bump minor versions in tor-*, arti-*.Nick Mathewson2025-03-031-19/+19
* Upgrade to derive_more 2Nick Mathewson2025-02-261-1/+1
* Remove semver.md files post releaseIan Jackson2025-02-071-1/+0
* Merge branch 'versions' into 'main'Ian Jackson2025-02-061-19/+19
|\
| * Version bumps to 0.27.0Ian Jackson2025-02-061-19/+19
* | Fix Cargo.toml features formattingIan Jackson2025-02-061-1/+2
* | Add some missing "full" featuresIan Jackson2025-02-061-1/+1
|/
* tor-chanmgr: Update NetParamsExtract docs (fmt).Gabriela Moldovan2025-01-151-1/+2
* tor-chanmgr: Update NetParamsExtract docs.Gabriela Moldovan2025-01-151-4/+1
* tor-chanmgr: Move KIST and padding params to ChannelParams.Gabriela Moldovan2025-01-151-11/+22
* tor-proto: Remove dependency on tor-netdir.Gabriela Moldovan2025-01-152-5/+42
* tor-chanmgr: Add a TODO about a possible renaming.Gabriela Moldovan2025-01-151-0/+3
* tor-changmgr: Update the KIST params whenever the consensus/config changes.Gabriela Moldovan2025-01-151-8/+34
* tor-chanmgr: Add reparameterize_kist to AbstractChannel trait.Gabriela Moldovan2025-01-155-0/+22