summaryrefslogtreecommitdiff
path: root/crates/tor-chanmgr/src/mgr
Commit message (Expand)AuthorAgeFilesLines
...
* chanmgr: Add a TODO for renaming NetDirExtractIan Jackson2022-08-171-0/+3
* channel padding: Rename low_ms and high_msIan Jackson2022-08-172-9/+9
* channel padding: Test through most of the layersIan Jackson2022-08-172-0/+363
* channel padding: Send negotiation cellsIan Jackson2022-08-161-5/+50
* channel padding: Send padding iff requiredIan Jackson2022-08-161-11/+13
* chanmgr configuration: Initialise correctlyIan Jackson2022-08-161-2/+7
* chanmgr configuration: Break out parameterizeIan Jackson2022-08-161-8/+40
* chanmgr configuration: Hadle lack of a NetDirIan Jackson2022-08-161-8/+10
* chanmgr padding: Support reduced and disabled padding (prep)Ian Jackson2022-08-161-3/+9
* chanmgr padding: Fix low vs high comparisonIan Jackson2022-08-161-3/+2
* chanmgr: Break out padding_parameters fnIan Jackson2022-08-161-33/+48
* chanmgr: Postpone padding parameters computationIan Jackson2022-08-161-12/+12
* chanmgr: Introduce NetDirExtractIan Jackson2022-08-161-16/+52
* Introduce ChannelConfigIan Jackson2022-08-161-5/+12
* Provide ChannelUsage and plumb it all the way downIan Jackson2022-08-161-0/+4
* channel reparameterize: Change error typeIan Jackson2022-08-161-2/+1
* dormancy: Plumb through to chanmgr reconfigure_generalIan Jackson2022-08-161-5/+14
* chanmgr: reconfigure_general: Rename fn and change typesIan Jackson2022-08-161-5/+23
* chanmgr: tests: Introduce new_test_channel_mapIan Jackson2022-08-161-6/+11
* clippy: Consolidate many lints in maint/add_warningIan Jackson2022-06-241-0/+3
* maint/add_warning: Add two lints via add_warning as a test caseIan Jackson2022-06-241-0/+2
* maint/add_warning: Add ability maintain test lint blocksIan Jackson2022-06-241-0/+3
* channel padding: Rename ChannelsParams from ChannelsConfigIan Jackson2022-06-211-27/+27
* channel padding: Use IntegerMilliseconds in netdirIan Jackson2022-06-211-12/+10
* channel padding: Use IntegerMilliseconds in padding::ParametersIan Jackson2022-06-211-10/+15
* channel padding parameters update: Drop a redundant cloneIan Jackson2022-06-211-1/+1
* Fix typoseta2022-06-211-2/+2
* channel padding: Test timeout updatesIan Jackson2022-06-211-0/+49
* tor-chanmgr tests: Add config_update tracking to FakeChannelIan Jackson2022-06-211-1/+7
* channel padding: Honour NetDir for timeoutsIan Jackson2022-06-211-3/+47
* channel padding: Plumb settings from chanmgrIan Jackson2022-06-211-0/+79
* chanmgr: inner (map): Reorganise to prepare for having more stateIan Jackson2022-06-211-14/+27
* tor-chanmgr: tests: Have unwrap_open return a (mut) referenceIan Jackson2022-06-211-2/+2
* tor-chanmgr: use Bug types.Nick Mathewson2022-02-161-3/+6
* Fix typosDimitris Apostolou2022-02-101-1/+1
* Clean up ChannelState ready_to_expireYuan Lyu2022-02-061-10/+9
* Expire channels that have been unused for too longYuan Lyu2022-02-041-11/+137
* chanmgr: get rid of Arc around ChannelIan Jackson2022-01-131-11/+10
* Remove #![allow_unused] in tor_chanmgr::mgrNick Mathewson2021-10-211-0/+3
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-0/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+309