aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | tor-config sources: Remove some unneeded .to_string() from testsIan Jackson2022-08-251-4/+4
|/
* Fix setuid testing for MacOSIan Jackson2022-08-251-16/+42
* Merge branch 'no_setuid' into 'main'Nick Mathewson2022-08-243-0/+44
|\
| * arti_client: Refuse to build a client if we are setuid.Nick Mathewson2022-08-243-0/+44
* | fix nightly lintstrinity-1686a2022-08-242-1/+2
* | fix test failing due to missing allow_running_as_roottrinity-1686a2022-08-241-1/+1
* | 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-2417-1/+19
* | enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-2470-0/+142
* | Merge branch 'no_root' into 'main'Nick Mathewson2022-08-245-0/+43
|\ \ | |/ |/|
| * arti: Do not allow running as root.Nick Mathewson2022-08-245-0/+43
* | Merge branch 'test-old-config' into 'main'Nick Mathewson2022-08-232-9/+327
|\ \
| * | arti cfg: Write down future plansIan Jackson2022-08-231-0/+13
| * | 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
| |/
* | 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
|/
* Merge branch 'channel' into 'main'Ian Jackson2022-08-1738-277/+1793
|\
| * 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
| * 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
| * channel padding: Parameters: default_padding replaces Default implIan Jackson2022-08-172-1/+7
| * channel usage: Rename CU::UserTraffic from CU::ExitIan Jackson2022-08-176-25/+37
| * chanmgr padding: Correct docs for padding_parameters*Ian Jackson2022-08-171-2/+5
| * 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
| * channel padding: Abolish ARTI_EXPERIMENTAL_CHANNEL_PADDING env varIan Jackson2022-08-171-8/+0
| * channel engage_padding_activities: swap docs to tor0protoIan Jackson2022-08-172-11/+13
| * channel fake_channel_details: Use precise cfgIan Jackson2022-08-171-1/+1
| * tor-netdir: testnet: construct_custom_netdir_with_params: Fix docIan Jackson2022-08-171-1/+2
| * 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
| * Rename ChannelsParams types to ChannelPaddingInstructionsIan Jackson2022-08-178-63/+63
| * chanmgr: Fix typoIan Jackson2022-08-171-1/+1
| * chanmgr parameterize: Correct doc commentIan Jackson2022-08-171-1/+4
| * Rename PaddingParameters::all_zeroes constructor to disabledIan Jackson2022-08-171-4/+2
| * chamgr NetParamsExtract: Replace direct nf_ito accessIan Jackson2022-08-171-4/+23
| * Channel: Make mutable() and engage_padding_activities infallibleIan Jackson2022-08-175-18/+12
| * Move ChannelUsage from tor_proto to tor_chanmgrIan Jackson2022-08-179-76/+85
| * tor-chanmgr: Expand docs for map::Inner dormancy fieldIan Jackson2022-08-171-0/+4