summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of "needless borrow" warnings on nightlyNick Mathewson2022-11-181-2/+2
* Run add_warnings.Nick Mathewson2022-11-031-0/+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
|/
* proto: Make Channel::reparameterize take &self.Nick Mathewson2022-10-181-1/+1
* proto: Implement HasRelayIds for Channel.Nick Mathewson2022-10-181-0/+9
* cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0
* Replace all README copies in src/lib.rs with includesIan Jackson2022-10-121-99/+1
* Allow "clippy::single_char_pattern" in tests.Ian Jackson2022-10-121-0/+1
* Change multiplicity of ChannelMethod and addressesNick Mathewson2022-10-112-6/+6
* Clarify limits on socket address from ChannelMethodNick Mathewson2022-10-061-2/+2
* tor-linkspec: Remove the old OwnedFoo::new() functionsNick Mathewson2022-10-065-16/+58
* tor-proto: Preserve the ChannelMethod, not the SocketAddrNick Mathewson2022-10-062-32/+62
* fix clippy::needless_borrowtrinity-1686a2022-09-101-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-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
* 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-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