summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | fix test failing due to missing allow_running_as_roottrinity-1686a2022-08-241-1/+1
| | | |
| * | | switch from awk to pythontrinity-1686a2022-08-243-86/+136
| | | |
| * | | add check_doc_features to CItrinity-1686a2022-08-241-1/+2
| | | |
| * | | add feature annotation to fields made visible through visible::StructFieldstrinity-1686a2022-08-245-0/+69
| | | |
| * | | add feature annotation not added by doc_auto_cfgtrinity-1686a2022-08-2418-1/+113
| | | |
| * | | enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-2471-1/+143
|/ / /
* | | Merge branch 'no_root' into 'main'Nick Mathewson2022-08-246-1/+52
|\ \ \ | |/ / |/| | | | | | | | arti: Do not allow running as root. See merge request tpo/core/arti!688
| * | test/chutney/setup: Set allow_running_as_root as needed.Nick Mathewson2022-08-241-1/+9
| | |
| * | arti: Do not allow running as root.Nick Mathewson2022-08-245-0/+43
| |/ | | | | | | | | | | This can be overridden with `application.allow_running_as_root`. Part of #523.
* | Merge branch 'test-old-config' into 'main'Nick Mathewson2022-08-232-9/+327
|\ \ | | | | | | | | | | | | Test oldest example configuration file See merge request tpo/core/arti!684
| * | arti cfg: Write down future plansIan Jackson2022-08-231-0/+13
| | | | | | | | | | | | | | | Mostly cribbed from https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/684#note_2829937
| * | arti cfg: Test parsing of the oldest config file we still supportIan Jackson2022-08-222-8/+310
| | |
| * | arti cfg: Fix docs about ARTI_EXAMPLE_CONFIGIan Jackson2022-08-221-1/+4
| |/ | | | | | | The defaults are now
* | Merge branch 'resolve-option-general' into 'main'Nick Mathewson2022-08-232-4/+49
|\ \ | |/ |/| | | | | tor-config: Provide resolve_option_general, for T: !Default etc. See merge request tpo/core/arti!685
| * tor-config: resolve_option_general: Add semver noteIan Jackson2022-08-231-0/+1
| |
| * tor-config: resolve_option_general: Add TODO about exampleIan Jackson2022-08-231-0/+5
| |
| * Fix syntax in doc comment.Nick Mathewson2022-08-231-1/+1
| |
| * tor-config: Provide resolve_option_general, for T: !Default etc.Ian Jackson2022-08-221-4/+43
|/ | | | | | | | | At one point in this MR I thought I was going to want this for arti::cfg::ListenConfig (which we don't want to be Default). In fact ListenConfig is being handled specially, but having written this function it seemed sensible to keep it. Since resolve_option becomes a wrapper for it, the existing tests exercise it.
* Merge branch 'ansi-term' into 'main'eta2022-08-221-1/+6
|\ | | | | | | | | Tolerate RUSTSEC-2021-0139 (ansi_term unmaintained) See merge request tpo/core/arti!683
| * maint/cargo_audit: Tolerate RUSTSEC-2021-0139 (ansi_term unmaintained)Ian Jackson2022-08-221-0/+5
| |
| * maint/cargo_audit: Honour $CARGOIan Jackson2022-08-221-1/+1
|/ | | | | This makes it easier to for me to test this script. (I would like to do this to all of them but it's easier on a case-by-case basis.)
* Merge branch 'format-python-script' into 'main'Nick Mathewson2022-08-174-23/+55
|\ | | | | | | | | Format python script in maint See merge request tpo/core/arti!678
| * format python script in maintFAMASoon2022-08-174-23/+55
| |
* | Merge branch 'channel' into 'main'Ian Jackson2022-08-1740-278/+1802
|\ \ | | | | | | | | | | | | Channel padding See merge request tpo/core/arti!657
| * | doc/Compatibility.md: tick the box for link protocol 5Ian Jackson2022-08-171-1/+1
| | | | | | | | | | | | | | | We do this now. As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/657#note_2828364
| * | channel padding: Only do anything with link protocol 5Ian Jackson2022-08-171-0/+7
| | | | | | | | | | | | | | | | | | | | | Or rather, if we *didn't* negotiate 4, which is too old. As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/657#note_2828354
| * | channel padding: Properly advertise link protocol 5Ian Jackson2022-08-171-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | We already actually send and negotiate the padding, since !657, but we ought to negotiate a protocol version where that's not a violation! As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/657#note_2828354
| * | tor-netdoc: if_ito: Add expansion of acronymIan Jackson2022-08-171-0/+2
| | |
| * | channel padding: Move initial config of ChannelPaddingInstructionsIan Jackson2022-08-172-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Making ChannelPaddingInstructions::default() accurately reflect the initial state of the reactor's padding timer simplifies the code somewhat. (When padding is wanted, parameters are computed and inserted explicitly, so the only change is that if we start out dormant, we defer setting the timer parameters until necessary.) As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/657#note_2827249
| * | channel padding: Parameters: default_padding replaces Default implIan Jackson2022-08-172-1/+7
| | | | | | | | | | | | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/657#note_2827249
| * | channel usage: Rename CU::UserTraffic from CU::ExitIan Jackson2022-08-176-25/+37
| | | | | | | | | | | | | | | As suggested in https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/657#note_2827246
| * | chanmgr padding: Correct docs for padding_parameters*Ian Jackson2022-08-171-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | Prompted by https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/657#note_2827242 These texts were out of date; one of them still mentioned `all_zeroes`.
| * | Improve comment for ChannelUsage::ExitNick Mathewson2022-08-171-1/+1
| | |
| * | Fix typo in commentNick Mathewson2022-08-171-1/+1
| | |
| * | tor-chanmgr tests: Fix a minimal-versions failure (actually)Ian Jackson2022-08-171-1/+1
| | |
| * | tor-chanmgr tests: Fix a minimal-versions failureIan Jackson2022-08-171-2/+2
| | |
| * | arti: Fix a minimal-versions failureIan Jackson2022-08-171-1/+1
| | |
| * | Add semver notesIan Jackson2022-08-176-0/+17
| | |
| * | channel reactor: Add some commented-out debug for paddingIan Jackson2022-08-171-1/+5
| | |
| * | channel padding: Correctly always send the timer parametersIan Jackson2022-08-172-6/+13
| | | | | | | | | | | | Fixes "chanmgr configuration: Avoid sending needless initial update(s)"
| * | channel padding: Abolish ARTI_EXPERIMENTAL_CHANNEL_PADDING env varIan Jackson2022-08-171-8/+0
| | | | | | | | | | | | This was for testing and is no longer needed.
| * | channel engage_padding_activities: swap docs to tor0protoIan Jackson2022-08-172-11/+13
| | | | | | | | | | | | This allow us to make a working cross-reference.
| * | channel fake_channel_details: Use precise cfgIan Jackson2022-08-171-1/+1
| | | | | | | | | | | | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/657#note_2826169
| * | tor-netdir: testnet: construct_custom_netdir_with_params: Fix docIan Jackson2022-08-171-1/+2
| | | | | | | | | | | | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/657#note_2826168
| * | 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-174-7/+22
| | | | | | | | | | | | Run rustfmt; no other changes.
| * | Rename ChannelsParams types to ChannelPaddingInstructionsIan Jackson2022-08-178-63/+63
| | | | | | | | | | | | | | | | | | | | | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/657#note_2826167 This makes some lines too long; I will run rustfmt in a separate commit for clarity.
| * | chanmgr: Fix typoIan Jackson2022-08-171-1/+1
| | | | | | | | | | | | | | | Reported here https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/657#note_2826166
| * | chanmgr parameterize: Correct doc commentIan Jackson2022-08-171-1/+4
| | | | | | | | | | | | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/657#note_2826164