summaryrefslogtreecommitdiff
path: root/crates/arti/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | tor-socksproto: Handle 0-byte reads (EOF) correctlyIan Jackson2024-10-011-1/+1
| * | arti SOCKS proxy: Defer splitting the socks streamIan Jackson2024-10-011-13/+13
| * | arti SOCKS proxy: Reject pipelined client dataIan Jackson2024-10-011-1/+1
| * | arti SOCKS proxy: Use new tor-socksproto APIIan Jackson2024-10-011-40/+17
| * | tor-socksproto: Move `handshake` to be a trait methodIan Jackson2024-10-011-1/+1
| * | Revert "socks users: detect closed sockets."Ian Jackson2024-10-011-6/+1
| * | Revert "socks users: copy the correct amount in our drain logic."Ian Jackson2024-10-011-1/+1
| * | Revert "arti SOCKS proxy: Tear down connections when client sends optimistic ...Ian Jackson2024-10-011-5/+0
| |/
* | Merge branch 'warn_on_nonlocal' into 'main'Nick Mathewson2024-10-013-2/+21
|\ \ | |/ |/|
| * Mark resolve_listen_port as deprecated.Nick Mathewson2024-09-301-2/+9
| * arti: Warn when listening on non-loopback addresses.Nick Mathewson2024-09-252-0/+8
| * arti::cfg: Add a note to avoid new uses of a macro.Nick Mathewson2024-09-251-0/+4
* | Merge branch 'silence-warning' into 'main'gabi-2502024-09-301-0/+1
|\ \
| * | arti: Silence unused_mut warning.Gabriela Moldovan2024-09-181-0/+1
* | | 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