summaryrefslogtreecommitdiff
path: root/crates/tor-proto
Commit message (Expand)AuthorAgeFilesLines
* Bump crate versions in preparation for Arti 1.0.0 release.Nick Mathewson2022-09-011-10/+10
* Update README.md files with "readmes" tool.Nick Mathewson2022-08-311-4/+20
* Upgrade statrs in preparation for release.Nick Mathewson2022-08-301-1/+1
* add feature annotation not added by doc_auto_cfgtrinity-1686a2022-08-242-0/+2
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-242-0/+4
* channel padding: Only do anything with link protocol 5Ian Jackson2022-08-171-0/+7
* channel padding: Properly advertise link protocol 5Ian Jackson2022-08-171-3/+2
* channel padding: Move initial config of ChannelPaddingInstructionsIan Jackson2022-08-171-6/+5
* channel padding: Parameters: default_padding replaces Default implIan Jackson2022-08-172-1/+7
* Add semver notesIan Jackson2022-08-171-0/+7
* channel reactor: Add some commented-out debug for paddingIan Jackson2022-08-171-1/+5
* channel padding: Correctly always send the timer parametersIan Jackson2022-08-171-1/+8
* channel padding: Abolish ARTI_EXPERIMENTAL_CHANNEL_PADDING env varIan Jackson2022-08-171-8/+0
* channel engage_padding_activities: swap docs to tor0protoIan Jackson2022-08-171-1/+11
* channel fake_channel_details: Use precise cfgIan Jackson2022-08-171-1/+1
* 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-171-1/+4
* Rename ChannelsParams types to ChannelPaddingInstructionsIan Jackson2022-08-174-43/+43
* Rename PaddingParameters::all_zeroes constructor to disabledIan Jackson2022-08-171-4/+2
* Channel: Make mutable() and engage_padding_activities infallibleIan Jackson2022-08-171-6/+5
* Move ChannelUsage from tor_proto to tor_chanmgrIan Jackson2022-08-171-55/+26
* tor-cell: PaddingNegotiate::default_reducedIan Jackson2022-08-171-10/+0
* tor-cell: PaddingNegotiate::start: take IntegerMillisecondsIan Jackson2022-08-171-2/+1
* 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 ChannelUsage: Fix and clarify docsIan Jackson2022-08-171-2/+3
* channel padding: Rename low_ms and high_msIan Jackson2022-08-171-13/+13
* 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
* channel padding: Send negotiation cellsIan Jackson2022-08-163-4/+17
* tor-proto channel: Make arrangements to send PADDING_NEGOTIATEIan Jackson2022-08-162-2/+35
* chanmgr configuration: Avoid sending needless initial update(s)Ian Jackson2022-08-161-5/+6
* channel: Use channel usage to control channel paddingIan Jackson2022-08-161-8/+111
* channel: Provide somewhere for the frontend's mutable stateIan Jackson2022-08-161-0/+24
* Provide ChannelUsage and plumb it all the way downIan Jackson2022-08-161-0/+27
* channel reparameterize: Change error typeIan Jackson2022-08-161-5/+3
* channel params: ChannelsParamssUpdates: provide combine()Ian Jackson2022-08-161-0/+13
* channel params: Add a missing comma.Ian Jackson2022-08-161-1/+1
* channel params: Rename initial_update (from total_update)Ian Jackson2022-08-161-3/+3
* tor-proto: padding::Parameters: Provide all_zeroesIan Jackson2022-08-161-0/+10
* tor-proto: padding::Parameters::padding_negotiate_cellIan Jackson2022-08-161-1/+17
* tor-proto: padding::Parameters: Provide default_reduced constructorIan Jackson2022-08-161-0/+12
* channel padding: Add doc commentary with the channel padding planIan Jackson2022-08-162-0/+27
* channel: Centralise Channel::send_controlIan Jackson2022-08-161-14/+16
* tor-proto: padding::Parameters: use impl_standard_builderIan Jackson2022-08-162-7/+4
* tor-proto: Add a comment about the tor-proto layer.Nick Mathewson2022-08-101-0/+18
* Clarify that tor-proto _does_ create timers.Nick Mathewson2022-08-101-4/+2