summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/channel
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'test-lints' into 'main'eta2023-01-062-0/+17
|\
| * test lint blocks: Add many many automaticallyIan Jackson2022-12-122-0/+17
* | Use parse_rfc3339() in the tor-proto crateNeel Chauhan2022-12-161-1/+2
* | Merge branch 'err-dyn-report' into 'main'Ian Jackson2022-12-151-1/+1
|\ \
| * | tor-proto: reactor tests: Use debug fmt on an errorIan Jackson2022-12-121-1/+1
| |/
* / Tackling issue #663 (Use humantime in tests)coral2022-12-121-1/+1
|/
* Merge branch 'rename_for_to_from' into 'main'Nick Mathewson2022-10-251-2/+2
|\
| * tor-cell: Rename for_client and for_relayEmil Engler2022-10-211-2/+2
* | linkspec: Remove now-useless declared_peer_addrNick Mathewson2022-10-241-3/+4
|/
* Allow "clippy::single_char_pattern" in tests.Ian Jackson2022-10-121-0/+1
* Change multiplicity of ChannelMethod and addressesNick Mathewson2022-10-111-2/+2
* Clarify limits on socket address from ChannelMethodNick Mathewson2022-10-061-2/+2
* tor-linkspec: Remove the old OwnedFoo::new() functionsNick Mathewson2022-10-062-5/+15
* tor-proto: Preserve the ChannelMethod, not the SocketAddrNick Mathewson2022-10-061-21/+42
* add feature annotation not added by doc_auto_cfgtrinity-1686a2022-08-241-0/+1
* 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
* 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
* 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-172-38/+38
* Rename PaddingParameters::all_zeroes constructor to disabledIan Jackson2022-08-171-4/+2
* 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-172-3/+5
* tor-proto channel padding: Document PADDING_NEGOTIATE overwritingIan Jackson2022-08-171-0/+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: Make "testing" feature that exports some thingsIan Jackson2022-08-161-1/+3
* channel padding: Send negotiation cellsIan Jackson2022-08-162-0/+9
* tor-proto channel: Make arrangements to send PADDING_NEGOTIATEIan Jackson2022-08-161-2/+34
* chanmgr configuration: Avoid sending needless initial update(s)Ian Jackson2022-08-161-5/+6
* 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
* tor-proto: padding::Parameters: use impl_standard_builderIan Jackson2022-08-161-7/+3
* tor-proto: Unify the check_match code in channel and handshakeNick Mathewson2022-08-101-27/+15
* Final (?) API revisions for tor-linkspecNick Mathewson2022-08-101-10/+26
* Remove some testing-only reimplementations of OwnedChanTarget.Nick Mathewson2022-08-021-17/+1
* 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