summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | isolation: Refactor to introduce a bespoke enumIan Jackson2022-01-201-4/+23
* | | | | Merge branch 'docs-build' into 'main'Nick Mathewson2022-01-201-0/+2
|\ \ \ \ \
| * | | | | CONTRIBUTING: Document how to build the docsIan Jackson2022-01-201-0/+2
|/ / / / /
* | | | | Merge branch 'pathconfig_fixing' into 'main'Nick Mathewson2022-01-202-3/+34
|\ \ \ \ \
| * | | | | Test for PathConfig::at_least_as_permissive_as().Nick Mathewson2022-01-201-0/+29
| * | | | | Rename PathConfig::more_permissive_than()Nick Mathewson2022-01-202-2/+4
| * | | | | Remove "self" arg from PathConfig::builder()Nick Mathewson2022-01-201-1/+1
|/ / / / /
* | | | | Merge branch 'stuff-prefs' into 'main'Nick Mathewson2022-01-202-21/+62
|\ \ \ \ \
| * | | | | connection preferences: Make `set_default_prefs` private for nowIan Jackson2022-01-201-1/+4
| * | | | | connection preferences: Make `clone_with_prefs` must_useIan Jackson2022-01-201-0/+1
| |/ / / /
| * | | | connection preferences: Provide `clone_with_prefs` methodIan Jackson2022-01-191-0/+10
| * | | | connection preferences: Provide `set_connect_prefs` methodIan Jackson2022-01-191-6/+22
| * | | | connection preferences: Take ConnectPrefs by referenceIan Jackson2022-01-192-12/+12
| * | | | connection preferences: Rename variable and docs to not say "flags"Ian Jackson2022-01-191-12/+12
| * | | | isolation: Document orthogonality of isolated_client and isolation_groupIan Jackson2022-01-191-0/+11
* | | | | Merge branch 'coverage_toolchain' into 'main'eta2022-01-201-6/+7
|\ \ \ \ \
| * | | | | with_coverage: Allow toolchain selection.Nick Mathewson2022-01-201-6/+7
| | |/ / / | |/| | |
* | | | | Merge branch 'msrv' into 'main'eta2022-01-201-5/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Adopt an initial MSRV policy.Nick Mathewson2022-01-191-5/+10
| | |/ / | |/| |
* | | | clippy: Rename a `decode_chanmsg` from `handle_`Ian Jackson2022-01-192-4/+4
* | | | handshake: Use read_exact, not read and checking lenIan Jackson2022-01-191-3/+7
| |/ / |/| |
* | | clippy: Rename a `from_foo` method that doesn't do conversionIan Jackson2022-01-193-5/+7
* | | Fix two bugs related to incomplete read/writeIan Jackson2022-01-191-3/+3
* | | clippy: Suppress a warningIan Jackson2022-01-191-0/+3
|/ /
* | Merge branch 'bootstrap_reporting'Nick Mathewson2022-01-1912-54/+1218
|\ \
| * | bootstrap reporting: Documentation fixups from review.Nick Mathewson2022-01-192-2/+14
| * | Integrate status information at arti-clientNick Mathewson2022-01-182-40/+82
| * | tor-chanmgr: Add bootstrap/status reporting.Nick Mathewson2022-01-185-5/+526
| * | tor-dirmgr: Create a bootstrap-status exporting mechanism.Nick Mathewson2022-01-186-9/+598
* | | Merge branch 'eta/292-2' into 'main'eta2022-01-191-20/+95
|\ \ \
| * | | arti-bench: add concurrency, write benchmark results out to JSONeta2022-01-181-20/+95
* | | | maint/changed_crates.sh: Add a missing space.Nick Mathewson2022-01-191-1/+1
* | | | Merge branch 'coverage_script'Nick Mathewson2022-01-191-2/+99
|\ \ \ \
| * | | | coverage.sh: Treat no-tests-selected as an error.Nick Mathewson2022-01-191-3/+2
| * | | | Rewrite coverage.sh to use with_coverage.Nick Mathewson2022-01-131-2/+100
* | | | | Merge branch 'correct-cache' into 'main'eta2022-01-191-1/+1
|\ \ \ \ \
| * | | | | Put our cache files in the right place.Nick Mathewson2022-01-181-1/+1
| | |_|/ / | |/| | |
* | | | | Add a needs-more-testers note to Android and iOS guides.Nick Mathewson2022-01-182-0/+8
* | | | | Merge branch 'ios-doc' into 'main'Nick Mathewson2022-01-182-6/+165
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | add iOS documentationTrinity Pointard2022-01-172-6/+165
|/ / / /
* | | | Merge branch 'eta/292-1' into 'main'eta2022-01-143-30/+180
|\ \ \ \ | |/ / / |/| | |
| * | | arti-bench: add support for multiple samples & averagingeta2022-01-143-30/+180
* | | | Merge branch 'bootstrap_reporting_api' into 'main'Nick Mathewson2022-01-135-1/+224
|\ \ \ \ | |/ / / |/| | |
| * | | Implement the basics of a bootstrap-status API.Nick Mathewson2022-01-135-1/+224
* | | | Merge branch 'refactor/arti-bench' into 'main'eta2022-01-131-117/+159
|\ \ \ \
| * | | | refactor `arti-bench`daniel.eades2022-01-131-117/+159
|/ / / /
* | | | Merge branch 'channel-arc-rework-5' into 'main'eta2022-01-136-96/+119
|\ \ \ \
| * | | | chanmgr: get rid of Arc around ChannelIan Jackson2022-01-136-96/+119
| |/ / /
* | | | Merge branch 'sendme_versions' into 'main'eta2022-01-132-31/+80
|\ \ \ \ | |_|/ / |/| | |
| * | | Describe when we will need SendmeAcceptMinVersionNick Mathewson2022-01-121-0/+8