summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * channel usage: Rename CU::UserTraffic from CU::ExitIan Jackson2022-08-176-25/+37
| * chanmgr padding: Correct docs for padding_parameters*Ian Jackson2022-08-171-2/+5
| * Improve comment for ChannelUsage::ExitNick Mathewson2022-08-171-1/+1
| * Fix typo in commentNick Mathewson2022-08-171-1/+1
| * tor-chanmgr tests: Fix a minimal-versions failure (actually)Ian Jackson2022-08-171-1/+1
| * tor-chanmgr tests: Fix a minimal-versions failureIan Jackson2022-08-171-2/+2
| * arti: Fix a minimal-versions failureIan Jackson2022-08-171-1/+1
| * Add semver notesIan Jackson2022-08-176-0/+17
| * channel reactor: Add some commented-out debug for paddingIan Jackson2022-08-171-1/+5
| * channel padding: Correctly always send the timer parametersIan Jackson2022-08-172-6/+13
| * channel padding: Abolish ARTI_EXPERIMENTAL_CHANNEL_PADDING env varIan Jackson2022-08-171-8/+0
| * channel engage_padding_activities: swap docs to tor0protoIan Jackson2022-08-172-11/+13
| * channel fake_channel_details: Use precise cfgIan Jackson2022-08-171-1/+1
| * tor-netdir: testnet: construct_custom_netdir_with_params: Fix docIan Jackson2022-08-171-1/+2
| * ChannelPaddingInstructions: Update and expand docsIan Jackson2022-08-172-11/+41
| * ChannelPaddingInstructions: Rename `params` field to `insns`Ian Jackson2022-08-171-6/+6
| * Rename ChannelsParams types to ChannelPaddingInstructions (fmt)Ian Jackson2022-08-174-7/+22
| * Rename ChannelsParams types to ChannelPaddingInstructionsIan Jackson2022-08-178-63/+63
| * chanmgr: Fix typoIan Jackson2022-08-171-1/+1
| * chanmgr parameterize: Correct doc commentIan Jackson2022-08-171-1/+4
| * Rename PaddingParameters::all_zeroes constructor to disabledIan Jackson2022-08-171-4/+2
| * chamgr NetParamsExtract: Replace direct nf_ito accessIan Jackson2022-08-171-4/+23
| * Channel: Make mutable() and engage_padding_activities infallibleIan Jackson2022-08-175-18/+12
| * Move ChannelUsage from tor_proto to tor_chanmgrIan Jackson2022-08-179-76/+85
| * tor-chanmgr: Expand docs for map::Inner dormancy fieldIan Jackson2022-08-171-0/+4
| * tor-cell: PaddingNegotiate::default_reducedIan Jackson2022-08-171-10/+0
| * tor-cell: PaddingNegotiate::start: take IntegerMillisecondsIan Jackson2022-08-174-6/+9
| * chanmgr padding_parameters: Use OptionIan Jackson2022-08-172-40/+41
| * tor-cell: PaddingNegotiate: give better spec xrefsIan Jackson2022-08-171-0/+6
| * channel: Clarify (and in some places replace) "frontend" terminologyIan Jackson2022-08-173-7/+10
| * tor-proto channel padding: Document PADDING_NEGOTIATE overwritingIan Jackson2022-08-171-0/+3
| * chanmgr: padding: Split IEFI into named functionIan Jackson2022-08-171-19/+27
| * chanmgr: NetParamsExtract: extend docs for nf_itoIan Jackson2022-08-171-2/+2
| * chanmgr: Get rid of final Result relating to netdir/netparamsIan Jackson2022-08-172-32/+29
| * chanmgr: Use NetDirProvider::params and Arc<dyn..Netparameters>Ian Jackson2022-08-177-91/+100
| * chanmgr: Add a TODO for renaming NetDirExtractIan Jackson2022-08-171-0/+3
| * chanmgr ChannelUsage: Fix and clarify docsIan Jackson2022-08-171-2/+3
| * chanmgr set_dormancy: Remove obsolete commentIan Jackson2022-08-171-4/+0
| * chanmgr: Extend doc comments for DormancyIan Jackson2022-08-171-0/+6
| * Fix typos in comments.eta2022-08-172-2/+2
| * channel padding: Rename low_ms and high_msIan Jackson2022-08-174-23/+27
| * channel padding: Test through most of the layersIan Jackson2022-08-173-0/+366
| * chanmgr testing: FakeChannel: retain the ChannelsParamsUpdatesIan Jackson2022-08-161-1/+4
| * tor-proto, testing: Provide accessors for ChannelsParamsUpdatesIan Jackson2022-08-161-0/+11
| * tor-proto, testing: Provide new_fake_channelIan Jackson2022-08-161-0/+22
| * tor-proto, testing: Make fake_channel_details availableIan Jackson2022-08-161-16/+18
| * tor-proto: Make "testing" feature that exports some thingsIan Jackson2022-08-164-5/+26
| * tor-cell, testing: Provide PaddingNegotiate::from_rawIan Jackson2022-08-161-0/+8
| * tor-netdir, testnet: Provide construct_custom_netdir_with_paramsIan Jackson2022-08-161-2/+16
| * tor-netdoc: NetParams: impl FromIteratorIan Jackson2022-08-161-0/+8