summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | fs-mistrust: users: tests: Introduce mock_users etc.Ian Jackson2023-07-141-25/+36
| * | fs-mistrust: users: Make several functions fallibleIan Jackson2023-07-142-26/+41
* | | Merge branch 'keymgr-config-tweaks' into 'main'gabi-2502023-07-1711-176/+135
|\ \ \ | |/ / |/| |
| * | arti-client: Add TODO about expanding the keystore_dir in build().Gabriela Moldovan2023-07-171-0/+2
| * | arti-client: Log whether a keystore is in use.Gabriela Moldovan2023-07-131-1/+4
| * | tor-config: Remove unused ItemOrBool helper.Gabriela Moldovan2023-07-132-63/+1
| * | arti cfg tests: Add keystore to example config.Gabriela Moldovan2023-07-132-14/+22
| * | arti config: Remove extraneous whitespace.Gabriela Moldovan2023-07-131-5/+5
| * | arti-client: Use the config struct from tor-keymgr.Gabriela Moldovan2023-07-133-93/+24
| * | tor-keymgr: Add ArtiNativeKeystoreConfig.Gabriela Moldovan2023-07-135-1/+78
* | | Merge branch 'unused_import' into 'main'Alexander Færøy2023-07-141-1/+2
|\ \ \
| * | | Move an import to resolve a warning.Nick Mathewson2023-07-131-1/+2
* | | | Merge branch 'bug638' into 'main'Alexander Færøy2023-07-142-4/+14
|\ \ \ \
| * | | | Better report for any recurrence of bug #638.Nick Mathewson2023-07-131-0/+14
| * | | | Stop unconditionally marking bridges as having dir info.Nick Mathewson2023-07-131-4/+0
* | | | | Bridges: deduplicate addresses.Nick Mathewson2023-07-131-0/+2
|/ / / /
* / / / Add country codes to relays inside a NetDireta2023-07-134-4/+218
|/ / /
* | | Explain better why you would use build_unmanaged_channelNick Mathewson2023-07-131-2/+7
* | | Resolve numerous typos in `ChanMgr::build_unmanaged_channel` codegabi-2502023-07-131-4/+4
* | | chanmgr: Remove now-unused (and never usable) builder() method.Nick Mathewson2023-07-131-12/+0
* | | chanmgr: Document makeup and timeout behavior of our factoriesNick Mathewson2023-07-131-0/+22
* | | chanmgr: Add an experimental build_unmanaged_channel() method.Nick Mathewson2023-07-131-0/+26
|/ /
* | Merge branch 'keymgr-integration-test' into 'main'gabi-2502023-07-121-0/+2
|\ \
| * | arti-client: Log whether the client auth keys were retrieved.Gabriela Moldovan2023-07-121-0/+2
* | | Merge branch 'feat' into 'main'Alexander Færøy2023-07-122-2/+2
|\ \ \ | |/ / |/| |
| * | tor-circmgr: Add two possibly-needed docsrs annotationsIan Jackson2023-07-122-0/+2
| * | tor-proto: Conversation: drop two otiose cfg(feature)Ian Jackson2023-07-122-2/+0
* | | Gate builder() behind experimental-api featureSaksham Mittal2023-07-121-1/+1
|/ /
* | Merge branch 'channelfactory' into 'main'Nick Mathewson2023-07-121-1/+7
|\ \
| * | Make CompoundFactory private for external codeSaksham Mittal2023-07-071-1/+0
| * | Mark builder() as experimentalSaksham Mittal2023-07-061-0/+1
| * | Import ChannelFactory instead of CompoundFactorySaksham Mittal2023-07-061-3/+3
| * | Rename get_channelbuilder() to builder()Saksham Mittal2023-07-061-1/+1
| * | Conditionally make CompoundFactory publicSaksham Mittal2023-07-061-1/+2
| * | Remove now unnecessary lines for importSaksham Mittal2023-07-051-2/+0
| * | Import CompoundFactory regardless of feature levelSaksham Mittal2023-07-051-3/+1
| * | Create new method to expose CompoundFactorySaksham Mittal2023-07-051-0/+9
| * | Expose CompoundFactory for later exposure in APISaksham Mittal2023-07-051-1/+1
* | | arti-client: Remove outdated TODO.Gabriela Moldovan2023-07-111-3/+0
* | | Merge branch 'explain_952_fix' into 'main'Nick Mathewson2023-07-111-0/+3
|\ \ \
| * | | Explain the code for the #952 fix.Nick Mathewson2023-07-101-0/+3
* | | | Merge branch 'clippy-allow' into 'main'Ian Jackson2023-07-11232-0/+263
|\ \ \ \
| * | | | clippy: tor-error: Use convert::identity for into_internal!Ian Jackson2023-07-101-0/+4
| * | | | tor-llcrypto: Add a missing instance of the standard lint blockIan Jackson2023-07-101-0/+10
| * | | | Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-10231-0/+249
* | | | | rng docs: Fix two linksIan Jackson2023-07-101-2/+2
* | | | | rng ranges: Provide examples (doctests)Ian Jackson2023-07-101-0/+42
* | | | | rng ranges: Forbid use of panicky Rng::gen_rangeIan Jackson2023-07-101-0/+1
* | | | | rng ranges: Use gen_range_infallible() for Duration::ZERO..=TIan Jackson2023-07-105-7/+9
* | | | | rng ranges: Introduce gen_range_infallibleIan Jackson2023-07-101-0/+47