summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* | | Add the python script I use to generate changelog links.Nick Mathewson2022-01-111-0/+136
* | | 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
* | | | Merge branch 'ticket_276' into 'main'Nick Mathewson2022-01-113-3/+39
|\ \ \ \ | |/ / / |/| | |
| * | | guardmgr::..::sample_test: Fix intermittent failure.Nick Mathewson2022-01-113-3/+39
|/ / /
* | | CHANGELOG.md: spelling fix. (Thanks eta!)arti-v0.0.3Nick Mathewson2022-01-111-1/+1
* | | Release.md: Small fixesNick Mathewson2022-01-111-2/+4
* | | Bump all crate versions to 0.0.3.Nick Mathewson2022-01-1130-169/+169
* | | Update README.md files (automated)Nick Mathewson2022-01-112-2/+5
* | | Run "cargo update".Nick Mathewson2022-01-111-147/+153
* | | Clear semver_status.md entries for 0.0.2Nick Mathewson2022-01-111-32/+1
* | | Draft changelog for 0.0.3.Nick Mathewson2022-01-111-1/+108
* | | Check off some large items in README.mdNick Mathewson2022-01-111-4/+4
* | | Add more names to exclude_contributors.txtNick Mathewson2022-01-111-0/+2
|/ /
* | Merge branch 'logfiles'Nick Mathewson2022-01-107-66/+296
|\ \
| * | Apply suggestions to better describe the purpose of LogGuards.Ian Jackson2022-01-101-4/+5
| * | Tracing configuration for logfiles, per-target filtersNick Mathewson2022-01-107-59/+282
| * | Move tracing setup into a separate module.Nick Mathewson2022-01-102-43/+49
|/ /
* | Merge branch 'eta/fix-doc-comment' into 'main'eta2022-01-101-1/+1
|\ \
| * | 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
* | | Merge branch 'ticket_280' into 'main'eta2022-01-101-2/+2
|\ \ \ | |/ / |/| |
| * | 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
|\ \ \
| * | | Fix busy-loop when consensus is near expiring.Nick Mathewson2022-01-071-1/+14
| | |/ | |/|
* | | Merge branch 'minimize_deps' into 'main'eta2022-01-1030-190/+202
|\ \ \
| * | | Move our "minimal versions" code to a script.Nick Mathewson2022-01-072-2/+14
| * | | Minimize the required version for each dependency.Nick Mathewson2022-01-0728-188/+188
* | | | Merge branch 'with_prefs' into 'main'Ian Jackson2022-01-106-16/+39
|\ \ \ \ | |/ / / |/| | |
| * | | Use *_with_prefs() for Option<ConnectPrefs> callers in TorClient::connectNeel Chauhan2022-01-086-16/+39
|/ / /
* | | Merge branch 'circ_self_by_ref'Nick Mathewson2022-01-075-48/+66
|\ \ \
| * | | ClientCirc: change some methods to take &selfNick Mathewson2022-01-071-11/+6
| * | | circmgr: Fix a pair of clippy warnings.Nick Mathewson2022-01-071-2/+2
| * | | tor-circmgr: Remove Arc around ClientCircIan Jackson2022-01-075-24/+41
| * | | tor-circmgr: tests: Do fake circuit equality by idIan Jackson2022-01-071-2/+2
| * | | tor-circmgr: tests: Introduce and use FakeCirc::eq()Ian Jackson2022-01-071-13/+19