aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merge branch 'main' into 'linkspec_refactor_v3'Nick Mathewson2022-08-1010-80/+92
|\
| * Merge branch 'zeroize' into 'main'Nick Mathewson2022-08-049-79/+91
| |\
| | * tor-proto: Use correct SecretBuf in handshakes.Nick Mathewson2022-08-014-17/+27
| | * tor-proto: Replace SecretBytes with SecretBuf.Nick Mathewson2022-08-018-63/+65
| | * Use the `zeroize` feature in several cratesNick Mathewson2022-08-011-1/+1
| * | Merge branch 'inc-rename' into 'main'Ian Jackson2022-08-022-1/+1
| |\ \ | | |/ | |/|
| | * Rename `.inc` and other included files to end in `.rs`eta2022-07-262-1/+1
* | | tor-proto: Unify the check_match code in channel and handshakeNick Mathewson2022-08-103-46/+48