summaryrefslogtreecommitdiff
path: root/crates/tor-chanmgr/src
Commit message (Expand)AuthorAgeFilesLines
...
* chanmgr: Get rid of the builder outbound_chan_typeDavid Goulet2026-01-133-37/+33
* 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-133-4/+26
* chanmgr: Introduce a ChanMgrConfig structDavid Goulet2026-01-133-8/+39
* chanmgr: Remove KeyMgr from constructorDavid Goulet2026-01-132-10/+3
* Remove unnecessary `doc(cfg(...))` attributesNeel Chauhan2025-12-041-2/+0
* opentelemetry: Instrument a bunch of functions.Wesley Aptekar-Cassels2025-11-244-1/+11
* Merge branch 'relay-bin-4' into 'main'opara2025-11-116-11/+23
|\
| * tor-chanmgr: wrap the peer address in `Sensitive`Steven Engler2025-11-056-11/+23
* | 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
* Use random_hostname() to pick an (E)SNINeel Chauhan2025-10-201-2/+4
* proto: Propagate PaddingCtrl into ChannelSender.Nick Mathewson2025-10-011-7/+37
* 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
* 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-202-4/+14
* clippy: fix `clippy::duplicated_attributes` warningsSteven Engler2025-08-111-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-0711-38/+39
* Update code for Edition 2024Nick Mathewson2025-08-071-1/+1
* Add a missing backtick.Nick Mathewson2025-07-091-1/+1
* Typo fixes (automatic and hand-verified)Nick Mathewson2025-07-091-1/+1
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* squash! 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-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-151-5/+41
* 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-154-0/+21
* tor-rtcompat: Big invasive change adding StreamOps bound everywhere.Gabriela Moldovan2025-01-151-1/+2
* Merge branch 'mod-module-files' into 'main'Nick Mathewson2025-01-071-0/+1
|\
| * clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* | fix: fix typosDimitris Apostolou2025-01-061-1/+1
|/
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* tor-chanmgr: remove immediately awaited async block expressionSteven Engler2024-11-271-23/+15
* tor-chanmgr: use `Defer` in `AbstractChanMgr` to handle cancellationsSteven Engler2024-11-271-18/+23
* tor-chanmgr: add `util::defer` moduleSteven Engler2024-11-273-0/+79
* tor-chanmgr: change `RequestCancelled` retry from `Never` to `Immediate`Steven Engler2024-11-211-1/+1
* tor-chanmgr: fix reconfigure bug when given `CheckAllOrNothing`Steven Engler2024-11-121-2/+9