summaryrefslogtreecommitdiff
path: root/crates/arti
Commit message (Expand)AuthorAgeFilesLines
* Bump "arti" crate to 1.2.8Nick Mathewson2024-09-301-1/+1
* Bump arti- and tor- crates to 0.23.0Nick Mathewson2024-09-301-15/+15
* Minor bumps on non-tor/arti cratesNick Mathewson2024-09-301-3/+3
* 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 'msrv-1.77-and-rusqlite-update' into 'main'David Goulet2024-09-261-1/+1
|\ \ \ | |_|/ |/| |
| * | Upgrade MSRV to 1.77Nick Mathewson2024-09-251-1/+1
* | | Merge branch 'upgrades-20240925' into 'main'Nick Mathewson2024-09-262-6/+4
|\ \ \ | |/ / |/| |
| * | Upgrade to derive_more version 1.0.0Nick Mathewson2024-09-252-6/+4
| |/
* | 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-195-17/+9
* | arti: Add a test for the "hsc key" subcommand help output.Gabriela Moldovan2024-09-193-0/+19
* | 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-192-0/+69
* | 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-183-5/+34
* | 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
* | | Merge branch 'msrv-1.75' into 'main'Nick Mathewson2024-09-171-1/+1
|\ \ \