summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | | 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-1911-54/+1208
|\ \
| * | 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-184-5/+523
| * | tor-dirmgr: Create a bootstrap-status exporting mechanism.Nick Mathewson2022-01-185-9/+591
* | | 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
* | | | 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
| |/ /
* | | Merge branch 'eta/292-1' into 'main'eta2022-01-142-30/+172
|\ \ \ | |/ / |/| |
| * | arti-bench: add support for multiple samples & averagingeta2022-01-142-30/+172
* | | Merge branch 'bootstrap_reporting_api' into 'main'Nick Mathewson2022-01-134-1/+222
|\ \ \ | |/ / |/| |
| * | Implement the basics of a bootstrap-status API.Nick Mathewson2022-01-134-1/+222
* | | 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
| |/ /
* | | Describe when we will need SendmeAcceptMinVersionNick Mathewson2022-01-121-0/+8
* | | Change RequireSendmeAuth to an enum.Nick Mathewson2022-01-122-33/+69
* | | Fix a boolean inversion in auth_sendme_optional.Nick Mathewson2022-01-121-1/+2
* | | Document SendmeEmitMinVersion statusNick Mathewson2022-01-121-0/+4
* | | Explain that CfgPath can look at the environment.Nick Mathewson2022-01-121-1/+2
|/ /
* | Merge branch 'eta/182' into 'main'Nick Mathewson2022-01-117-19/+94
|\ \
| * | Add a blank line between doc and comment.Ian Jackson2022-01-111-0/+1
| * | Improve the layout of crate exports; add runtime convenience functionseta2022-01-117-19/+93
* | | Merge branch 'ticket_176_v2' into 'main'Nick Mathewson2022-01-112-63/+144
|\ \ \
| * | | Remove now-unused GuardSet::new().Nick Mathewson2022-01-111-14/+8
| * | | guardmgr: Use a better persistent data formatNick Mathewson2022-01-112-50/+137
* | | | guardmgr::..::sample_test: Fix intermittent failure.Nick Mathewson2022-01-112-3/+38
|/ / /
* | | Bump all crate versions to 0.0.3.Nick Mathewson2022-01-1129-140/+140
* | | Update README.md files (automated)Nick Mathewson2022-01-112-2/+5
|/ /
* | Apply suggestions to better describe the purpose of LogGuards.Ian Jackson2022-01-101-4/+5
* | Tracing configuration for logfiles, per-target filtersNick Mathewson2022-01-106-59/+260
* | Move tracing setup into a separate module.Nick Mathewson2022-01-102-43/+49
* | Fixup broken doc comment from arti!220eta2022-01-101-1/+1
* | Merge branch 'ticket_281' into 'main'eta2022-01-103-24/+32
|\ \
| * | Expose and rename stream timeout config.Nick Mathewson2022-01-103-24/+32
* | | Make the arti_client::Result type public.Nick Mathewson2022-01-101-2/+2
|/ /
* | Merge branch 'ticket_178' into 'main'eta2022-01-105-15/+232
|\ \
| * | Only replace netdir once we have enough guard MDs.Nick Mathewson2022-01-061-9/+73
| * | Tests for new guardmgr functionality.Nick Mathewson2022-01-062-0/+83
| * | Add API to check if primary MDs are missing.Nick Mathewson2022-01-064-2/+46
| * | guardmgr: Don't use no-md guards for data circs.Nick Mathewson2022-01-061-5/+31
* | | Merge branch 'bug274' into 'main'eta2022-01-101-1/+14
|\ \ \