summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | Netdoc: use a different desc in tests.Nick Mathewson2022-11-172-34/+37
* | | Merge branch 'ptmgr-draft' into 'main'Nick Mathewson2022-11-2814-125/+434
|\ \ \ | |_|/ |/| |
| * | tor-chanmgr: Introduce the BootstrapReporter API, publicize ChanBuildereta2022-11-286-41/+111
| * | Draft: Pluggable transport managereta2022-11-289-84/+323
|/ /
* | Merge branch 'chanmethod-non-exhaustive' into 'main'Nick Mathewson2022-11-275-2/+35
|\ \
| * | Make ChannelMethod non-exhaustiveIan Jackson2022-11-245-2/+35
* | | Merge branch 'reconfig-bridges-bad' into 'main'Nick Mathewson2022-11-275-13/+78
|\ \ \
| * | | tor-guardmgr: rustfmt for recent changesIan Jackson2022-11-242-5/+6
| * | | tor-guardmgr: NoLock error: add TODO for trying to get lockIan Jackson2022-11-241-0/+2
| * | | tor-config: Rename to ReconfigureError::UnsupportedSituationIan Jackson2022-11-243-2/+3
| * | | tor-config: Rename to ConfigBuildError::NoCompileTimeSupportIan Jackson2022-11-243-3/+4
| * | | tor-guardmgr: Refuse to configure bridges if we don't have the lockIan Jackson2022-11-233-1/+29
| * | | tor-guardmgr: make replace_bridge_config fallibleIan Jackson2022-11-232-7/+38
| * | | tor-guardmgr: Replace a let _ignore with a typed versionIan Jackson2022-11-231-1/+2
* | | | Merge branch 'rustls-0.20' into 'main'Nick Mathewson2022-11-273-66/+47
|\ \ \ \
| * | | | fix deprecation warnings from rustlstrinity-1686a2022-11-261-9/+7
| * | | | upgrade rustls to 0.20, ignoring all deprecation warningstrinity-1686a2022-11-263-60/+43
|/ / / /
* | | | Merge branch 'restore_nightly' into 'main'Ian Jackson2022-11-241-3/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | Switch CI back to nightly.Nick Mathewson2022-11-241-3/+7
|/ / /
* | | Merge branch 'sensitive-error' into 'main'Ian Jackson2022-11-2311-31/+115
|\ \ \