summaryrefslogtreecommitdiff
path: root/crates/tor-chanmgr/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* Use ErrorReport for errors in error! in tor-chanmgrIan Jackson2023-01-301-2/+3
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* Abolish ChanMgr::set_default_transportIan Jackson2022-11-301-13/+0
* Fix ChanMgr APIs for setting PtMgr etc to match what TorClient wants.Nick Mathewson2022-11-281-7/+4
* tor-chanmgr: Introduce the BootstrapReporter API, publicize ChanBuildereta2022-11-281-3/+5
* ChanMgr: Rename Factory -> CompoundFactoryNick Mathewson2022-11-231-2/+2
* Mark set-default-factory API as experimental.Nick Mathewson2022-11-231-4/+2
* Make ChannelFactory and AbstractPtMgr require Send+SyncNick Mathewson2022-11-231-1/+1
* ChanMgr: Implement functions that replace channel factories.Nick Mathewson2022-11-231-15/+20
* ChanMgr: move the AbstractChanFactory into MgrState.Nick Mathewson2022-11-221-3/+3
* Replace TransportRegistry with AbstractPtMgreta2022-11-221-3/+3
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* chanmgr: Remove "Ident" from AbstractChannelNick Mathewson2022-10-181-10/+1
* ChanMgr: Reorganize factory, builder, transport code.Nick Mathewson2022-10-131-1/+2
* Merge branch 'factory_redux' into 'main'Nick Mathewson2022-10-131-5/+20
|\
| * Flatten TimeoutChannelFactory into ChannelBuilder.Nick Mathewson2022-10-131-2/+1
| * chanmgr: clean up some TODO pt-client items and documentation.Nick Mathewson2022-10-131-2/+5
| * Allow multiple ChannelBuilders to share a ChanMgrEventSender.Nick Mathewson2022-10-131-0/+1
| * chanmgr: Use ChannelFactory via a Box<dyn<ChannelFactory>>.Nick Mathewson2022-10-131-4/+12
| * chanmgr: Move Timeout functionality into a decorator object.Nick Mathewson2022-10-131-2/+5
| * Have ChannelBuilder use TransportHelper.Nick Mathewson2022-10-131-2/+3
* | cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0
* | Replace all README copies in src/lib.rs with includesIan Jackson2022-10-121-33/+1
|/
* Mark all bridge and pt features as experimental for now.Nick Mathewson2022-09-291-0/+17