summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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-163-5/+23
* 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-161-7/+3
* 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-108-79/+91
|\
| * Merge branch 'zeroize' into 'main'Nick Mathewson2022-08-048-78/+90
| |\
| | * 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
| * | Rename `.inc` and other included files to end in `.rs`eta2022-07-261-1/+1
| |/
* | tor-proto: Unify the check_match code in channel and handshakeNick Mathewson2022-08-102-46/+47
* | Final (?) API revisions for tor-linkspecNick Mathewson2022-08-105-60/+66
* | tor-linkspec: Refactor out traits to represent a relay's ID set.Nick Mathewson2022-08-022-2/+2
* | Remove some testing-only reimplementations of OwnedChanTarget.Nick Mathewson2022-08-023-82/+12
|/
* change usage of PublicKey to Ed25519 in tor-certtrinity-1686a2022-07-231-5/+3
* change check_key to take a Option<&_> instead of &Option<_>trinity-1686a2022-07-231-2/+2
* tor-proto: Stop using write_infallible in handshake code.Nick Mathewson2022-07-114-138/+195
* tor-cell: Make encoding method signatures fallible.Nick Mathewson2022-07-111-1/+5
* Remove "write_and_consume_infallible".Nick Mathewson2022-07-111-7/+12
* Rename "write" methods on tor-bytes to "write_infallible".Nick Mathewson2022-07-113-112/+112