aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | arti config: Remove extraneous whitespace.Gabriela Moldovan2023-07-131-5/+5
| * | arti-client: Use the config struct from tor-keymgr.Gabriela Moldovan2023-07-134-95/+27
| * | tor-keymgr: Add ArtiNativeKeystoreConfig.Gabriela Moldovan2023-07-136-1/+81
* | | 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
* | | | | Merge branch 'uniq_bridge_addr' into 'main'Alexander Færøy2023-07-141-0/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Bridges: deduplicate addresses.Nick Mathewson2023-07-131-0/+2
|/ / / /
* | | | Merge branch 'geoip-netdir' into 'main'eta2023-07-135-4/+219
|\ \ \ \ | |/ / / |/| | |
| * | | Add country codes to relays inside a NetDireta2023-07-135-4/+219
|/ / /
* | | Merge branch 'make_factory_usable_v2' into 'main'gabi-2502023-07-131-4/+45
|\ \ \ | |/ / |/| |
| * | 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-1215-2/+99
|\ \
| * | CI: Reduce the success threshold for the HS client integration tests.Gabriela Moldovan2023-07-121-1/+17
| * | CI: Add client auth integration test.Gabriela Moldovan2023-07-1213-1/+80
| * | CI: Remove extraneous whitespace.Gabriela Moldovan2023-07-121-1/+1
| * | 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-123-2/+4
|\ \ \ | |/ / |/| |
| * | tor-proto: Add a suppression to "fix" the CIIan Jackson2023-07-121-0/+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
* | | Merge branch 'channel-experimental-api' into 'main'Nick Mathewson2023-07-121-1/+1
|\ \ \ | |/ / |/| |
| * | 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
* | | Merge branch 'ci-full-build' into 'main'gabi-2502023-07-121-1/+29
|\ \ \
| * | | CI: Remove unnecessary --feature flag.Gabriela Moldovan2023-07-121-1/+1
| * | | CI: Add a job for building arti with additional features.Gabriela Moldovan2023-07-111-0/+28
* | | | Merge branch 'remove-outdated-todo' into 'main'Nick Mathewson2023-07-121-3/+0
|\ \ \ \ | |/ / / |/| | |
| * | | 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-11233-0/+265
|\ \ \ \
| * | | | 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