aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge branch 'ptmgr-optional-dep' into 'main'Ian Jackson2022-11-297-7/+90
|\| | |
| * | | CI: test that we can compile, and test cfg, with/without bridges/PTsIan Jackson2022-11-292-0/+24
| * | | arti-client: Make ptmgr actually optionalIan Jackson2022-11-291-2/+3
| * | | guardmgr: Conditionalise DisplayRule::RedactedIan Jackson2022-11-291-0/+5
| * | | arti, arti-client: Conditionalise various things on pt-clientIan Jackson2022-11-292-3/+5
| * | | arti cfg tests: Add some more debug outputIan Jackson2022-11-291-0/+1
| * | | MultilineListBuilder: Use a manual implementation of DeserializeIan Jackson2022-11-291-2/+52
| | |/ | |/|
* | | Merge branch 'll-todo-fixes' into 'main'Ian Jackson2022-11-296-22/+9
|\ \ \
| * | | guardmgr: remove todo about bridge::config::Inner membersNick Mathewson2022-11-291-4/+0
| * | | guardmgr: Remove now-unneeded #[allow(unnecessary_wraps)]Nick Mathewson2022-11-291-1/+0
| * | | Remove deprecated aliases in tor-linkspec.Nick Mathewson2022-11-294-17/+9
| |/ /
* | | Merge branch 'ptmgr-cleanup-redux' into 'main'Nick Mathewson2022-11-293-22/+33
|\ \ \ | |/ / |/| |
| * | Clarify internal error.Ian Jackson2022-11-291-2/+2
| * | ptmgr: Refine RetryTime for ChildSpawnFailed.Nick Mathewson2022-11-291-1/+7
| * | ptmgr: Rename ClientTransportFailed, document, and correct its RetryTime.Nick Mathewson2022-11-292-6/+7
| * | ptmgr: Replace StdioUnavailable with a PtError.Nick Mathewson2022-11-292-11/+12
| * | Rename LocalLoginFailed to ExternalToolFailed.Nick Mathewson2022-11-292-3/+3
| * | Document better what LocalProtocolViolation does not cover.Nick Mathewson2022-11-291-1/+4
|/ /
* | Merge branch 'ptmgr-cleanup' into 'main'Nick Mathewson2022-11-2912-53/+182
|\ \
| * | Spelling fix in arti_client::erreta2022-11-291-1/+1
| * | Temporarily make ptmgr required for arti-client :/Nick Mathewson2022-11-282-2/+5
| * | PtMgr: Use a persistent state directory for PT state.Nick Mathewson2022-11-285-11/+18
| * | Integrate PtMgr into arti-client.Nick Mathewson2022-11-284-3/+35
| * | Fix ChanMgr APIs for setting PtMgr etc to match what TorClient wants.Nick Mathewson2022-11-281-7/+4
| * | Revise the API of "PtMgr::reconfigure"Nick Mathewson2022-11-281-2/+7
| * | ptmgr: Note a TODO issue around TempDir.Nick Mathewson2022-11-281-0/+2
| * | ptmgr: Fill in some error-related code; resolve TODOs.Nick Mathewson2022-11-283-8/+55
| * | ptmgr: clear up unused_import exceptions.Nick Mathewson2022-11-282-16/+21
| * | PtMgr: New features section in README.mdNick Mathewson2022-11-282-6/+13
| * | ptmgr: Mark PtMessage and next_message as experimental-api.Nick Mathewson2022-11-284-3/+27
* | | Merge branch 'update_packages_20221128' into 'main'Ian Jackson2022-11-292-151/+161
|\ \ \
| * | | Switch from sha-1 back to sha1.Nick Mathewson2022-11-292-6/+6
| * | | Run cargo update in preparation for next releaseNick Mathewson2022-11-291-147/+157
|/ / /
* | | Merge branch 'repro-less-shm' into 'main'Nick Mathewson2022-11-292-10/+4
|\ \ \
| * | | use newer version of zstd and lzmatrinity-1686a2022-11-292-10/+4
| | |/ | |/|
* | | Merge branch 'redacted' into 'main'Ian Jackson2022-11-2917-13/+326
|\ \ \
| * | | Rustdoc fix: escape []s.Nick Mathewson2022-11-281-1/+1
| * | | safelog: Make MaybeRedacted<T> opaque.Nick Mathewson2022-11-283-22/+12
| * | | GuardMgr: Treat Guards as sensitive and Bridges as redacted.Nick Mathewson2022-11-283-5/+46
| * | | Add a default debug_redacted impl to save space.Nick Mathewson2022-11-283-33/+3
| * | | Display guards in redacted form in guard status messages.Nick Mathewson2022-11-281-3/+3
| * | | linkspec: Give a Redacted form for chantarget.Nick Mathewson2022-11-286-7/+85
| * | | llcrypto: Make key id types Redactable.Nick Mathewson2022-11-284-0/+30
| * | | safelog: Add a MaybeRedacted wrapper too.Nick Mathewson2022-11-281-0/+38
| * | | safelog: implement Redactable for network addr types.Nick Mathewson2022-11-282-0/+73
| * | | safelog: Define a "Redactable" traitNick Mathewson2022-11-282-0/+93
| |/ /
* | | Merge branch 'more_netdoc_tests' into 'main'Ian Jackson2022-11-296-36/+323
|\ \ \ | |_|/ |/| |
| * | netdoc: Add a test for routerdesc family parsing.Nick Mathewson2022-11-171-0/+9
| * | netdoc: Correct and test some tricky routerdesc errorsNick Mathewson2022-11-175-2/+247
| * | netdoc: Add tests for routerdesc accessors.Nick Mathewson2022-11-171-1/+31