summaryrefslogtreecommitdiff
path: root/crates/tor-chanmgr/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* opentelemetry: Instrument a bunch of functions.Wesley Aptekar-Cassels2025-11-241-0/+6
* Merge branch 'relay-bin-4' into 'main'opara2025-11-111-1/+3
|\
| * tor-chanmgr: wrap the peer address in `Sensitive`Steven Engler2025-11-051-1/+3
* | Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
|/
* all: run cargo fmtSteven Engler2025-11-041-1/+1
* all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`Steven Engler2025-11-041-1/+1
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* chanmgr: Add KeyMgr to channel builderDavid Goulet2025-08-201-2/+7
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-2/+2
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* tor-chanmgr: add `util::defer` moduleSteven Engler2024-11-271-0/+1
* tor-chanmgr: fix reconfigure bug when given `CheckAllOrNothing`Steven Engler2024-11-121-2/+9
* tor-chanmgr: fix `unused_imports` warning on `ChannelAccount`Steven Engler2024-10-091-1/+3
* tor-proto: Make circuit->channel queues participate in memquotaIan Jackson2024-10-031-1/+12
* tor-proto: Plumb the ChannelAccount through to queue creation siteIan Jackson2024-10-031-2/+3
* memquota: Add a toplevel account in tor-chanmgrIan Jackson2024-10-031-1/+6
* memquota: Add a toplevel account in tor-chanmgr (pre-fmt)Ian Jackson2024-10-031-1/+2
* tor-proto: Reformat a doc commentIan Jackson2024-09-261-3/+6
* rtcompat: Rename TcpProvider to NetStreamProvider.Nick Mathewson2024-09-241-1/+1
* tor-chanmgr: add experimental `ChanMgr::handle_incoming`Steven Engler2024-09-111-0/+13
* tor-chanmgr: make `CompoundFactory` generic over `ChannelFactory`Steven Engler2024-09-111-2/+6
* proto: Make Channel explicitly Arc<.>Nick Mathewson2024-05-161-2/+2
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* educe: Use std's default for enums where default variant is unitIan Jackson2024-02-121-4/+2
* continually_expire_channels: don't round off expiration delayJim Newsome2023-12-131-1/+1
* continually_expire_channels: refactor using let-elseJim Newsome2023-12-131-3/+2
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Fix a pair of rustdoc links in chanmgr.Nick Mathewson2023-07-191-2/+2
* Move an import to resolve a warning.Nick Mathewson2023-07-131-1/+2
* Explain better why you would use build_unmanaged_channelNick Mathewson2023-07-131-2/+7
* Resolve numerous typos in `ChanMgr::build_unmanaged_channel` codegabi-2502023-07-131-4/+4
* chanmgr: Remove now-unused (and never usable) builder() method.Nick Mathewson2023-07-131-12/+0
* chanmgr: Document makeup and timeout behavior of our factoriesNick Mathewson2023-07-131-0/+22
* chanmgr: Add an experimental build_unmanaged_channel() method.Nick Mathewson2023-07-131-0/+26
* Gate builder() behind experimental-api featureSaksham Mittal2023-07-121-1/+1
* Merge branch 'channelfactory' into 'main'Nick Mathewson2023-07-121-1/+7
|\
| * Mark builder() as experimentalSaksham Mittal2023-07-061-0/+1
| * Import ChannelFactory instead of CompoundFactorySaksham Mittal2023-07-061-3/+3
| * Rename get_channelbuilder() to builder()Saksham Mittal2023-07-061-1/+1
| * Remove now unnecessary lines for importSaksham Mittal2023-07-051-2/+0
| * Import CompoundFactory regardless of feature levelSaksham Mittal2023-07-051-3/+1
| * Create new method to expose CompoundFactorySaksham Mittal2023-07-051-0/+9
* | Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* | Throughout: Use *_report!() macros for reporting Errors.Nick Mathewson2023-07-071-4/+3
* | Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
|/
* ChanMgr: Tweak documentation a bit.Nick Mathewson2023-06-281-9/+13
* Add Channel expiry info in ChanMgr docsSaksham Mittal2023-06-271-0/+7