summaryrefslogtreecommitdiff
path: root/crates/arti/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'reject_example' into 'main'Jim Newsome2024-09-262-0/+6
|\
| * arti: add an example for onion service "reject" optionNick Mathewson2024-09-262-0/+6
* | Merge branch 'arti-relay-bin' into 'main'David Goulet2024-09-263-9/+34
|\ \ | |/ |/|
| * arti: move 'relay' subcommand to 'subcommands::relay' moduleSteven Engler2024-09-253-9/+34
* | Merge branch 'upgrades-20240925' into 'main'Nick Mathewson2024-09-261-5/+3
|\ \
| * | Upgrade to derive_more version 1.0.0Nick Mathewson2024-09-251-5/+3
| |/
* | socks users: copy the correct amount in our drain logic.Nick Mathewson2024-09-241-1/+1
* | socks users: detect closed sockets.Nick Mathewson2024-09-241-1/+6
|/
* Merge branch 'impl-prop-351' into 'main'Nick Mathewson2024-09-241-124/+106
|\
| * socks: Add a comment about interpreting legacy usernames.Nick Mathewson2024-09-241-0/+5
| * socks: cleanups in interpret_socks_authNick Mathewson2024-09-181-12/+22
| * prop351: comment Suggestions from @diziet.Nick Mathewson2024-09-181-1/+4
| * Socks: isolate streams from different extended-socks formatsNick Mathewson2024-09-181-3/+16
| * socks: Optimistically revise format to match torspec!280Nick Mathewson2024-09-101-43/+53
| * socks: update protocol documentationNick Mathewson2024-09-091-78/+9
| * socks: Implement proposal 351.Nick Mathewson2024-09-091-40/+50
* | Merge branch 'pessimistic' into 'main'Nick Mathewson2024-09-241-0/+5
|\ \
| * | arti SOCKS proxy: Tear down connections when client sends optimistic dataIan Jackson2024-09-241-0/+5
* | | rpc: add mandatory delegate-type attribute to Object templateNick Mathewson2024-09-241-1/+4
* | | Merge branch 'abstract-socket-v2' into 'main'Nick Mathewson2024-09-241-2/+2
|\ \ \
| * | | rtcompat: Rename TcpProvider to NetStreamProvider.Nick Mathewson2024-09-241-2/+2
* | | | arti: Update example config with new keystore configuration.Gabriela Moldovan2024-09-231-10/+8
* | | | tor-keymgr: Move keystore config under keystore.primary.Gabriela Moldovan2024-09-231-1/+2
|/ / /
* | | tor-keymgr: Rename the primary keystore for clarity.Gabriela Moldovan2024-09-231-1/+1
* | | tor-keymgr: added support for specifying keystore kind to ArtiKeystoreConfigMorgan2024-09-201-1/+19
|/ /
* | arti: Tolerate lowercase "no" in confirmation prompt.Gabriela Moldovan2024-09-191-3/+7
* | arti: Fix typo in display_service_discovery_key function name.Gabriela Moldovan2024-09-191-3/+3
* | arti: Gate the arti hsc subcommand behind a new "hsc" feature (fmt).Gabriela Moldovan2024-09-191-4/+1
* | arti: Gate the arti hsc subcommand behind a new "hsc" feature.Gabriela Moldovan2024-09-192-12/+4
* | arti: Add a subcommand for removing a client discovery key.Gabriela Moldovan2024-09-191-0/+35
* | arti: Add an hsc subcommand for rotating client keys.Gabriela Moldovan2024-09-191-0/+65
* | arti: Move public key output logic to a separate function.Gabriela Moldovan2024-09-191-4/+13
* | arti: Satisfy clippy.Gabriela Moldovan2024-09-181-4/+4
* | arti: Add hsc key subcommand, deprecate hsc get-key.Gabriela Moldovan2024-09-181-3/+31
* | arti: Move the keygen-related args to a separate struct.Gabriela Moldovan2024-09-181-9/+17
* | arti: Make sure we check the KeyType before running the command.Gabriela Moldovan2024-09-181-1/+5
* | arti: Move the shared arti hsc args to CommonArgs (fmt).Gabriela Moldovan2024-09-181-2/+4
* | arti: Move the shared arti hsc args to CommonArgs.Gabriela Moldovan2024-09-181-16/+22
* | arti: Move TorClient creation to the top-level (fmt).Gabriela Moldovan2024-09-181-4/+1
* | arti: Move TorClient creation to the top-level.Gabriela Moldovan2024-09-181-8/+7
* | Merge branch 'svc-no-proxy-port' into 'main'David Goulet2024-09-172-14/+36
|\ \
| * | arti: Don't log that we are in SOCKS mode unless socks_listen is set.Gabriela Moldovan2024-09-171-6/+13
| * | arti: Allow running hidden services with SOCKS/DNS ports disabled.Gabriela Moldovan2024-09-172-8/+23
* | | arti: Remove get-key subcommand in favor of onion-name.Gabriela Moldovan2024-09-171-28/+7
* | | arti: Add CLI for generating an onion service hsid.Gabriela Moldovan2024-09-171-2/+83
* | | arti: Add an enum for the hss subcommand.Gabriela Moldovan2024-09-172-39/+47
* | | arti: Refactor hss::onion_name() implementation.Gabriela Moldovan2024-09-171-11/+29
* | | arti: Move hss onion-name implementation to a separate function.Gabriela Moldovan2024-09-171-29/+41
* | | arti: Remove a completed TODO.Gabriela Moldovan2024-09-171-1/+0
|/ /
* | arti: Move proxy subcommand to a separate module.Gabriela Moldovan2024-09-122-41/+42