summaryrefslogtreecommitdiff
path: root/crates/tor-rpc-connect/src
Commit message (Expand)AuthorAgeFilesLines
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
* rpc: Move responsibility for wrapping streams to rpc-client-coreNick Mathewson2026-02-041-26/+29
* Merge branch 'unused-async-lint' into 'main'gabi-2502026-01-281-0/+1
|\
| * maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* | rpc: Clarify comments on resolve() methods.Nick Mathewson2026-01-271-3/+3
* | rpc: Generate a specific error for inet-auto:nonlocalNick Mathewson2026-01-271-1/+9
* | rpc-connect: Implement json address-file format.Nick Mathewson2026-01-274-11/+40
* | rpc: Add rpc-client-side support for inet-auto addressesNick Mathewson2026-01-273-5/+53
* | rpc: Add rpc-server-side support for inet-auto addresses.Nick Mathewson2026-01-273-16/+97
* | rpc: Begin implementing inet-auto address scheme.Nick Mathewson2026-01-273-30/+178
|/
* rpc-connect-point: Decline (not abort) on more invalid address formats.Nick Mathewson2025-12-172-4/+26
* rpc-connect: Remove extra slash in doc commentGabriela Moldovan2025-12-011-1/+1
* rpc-connect: Allow missing_docs_in_private_itemsGabriela Moldovan2025-12-011-0/+1
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-064-5/+5
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-074-8/+8
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* tor-rpc-connect: standardized MSRV TODOhashcatHitman2025-04-161-1/+1
* Add some allow(unused)Ian Jackson2025-03-271-0/+3
* AF_UNIX terminology: Rename two error structsIan Jackson2025-03-241-1/+1
* AF_UNIX terminology: Rename two error variantsIan Jackson2025-03-241-5/+5
* RPC: Abolish an unused and misnamed error variantIan Jackson2025-03-241-4/+0
* Fix AF_UNIX terminology in docs, comments, and error messagesIan Jackson2025-03-242-3/+3
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-182-4/+4
* rpc: Fix test builds on Windows.Alexander Hansen Færøy2025-01-301-1/+4
* rpc-connect: Remove remaining TODO RPCsNick Mathewson2025-01-271-4/+1
* rpc-connect: Make Connect::validate more straightforwardNick Mathewson2025-01-271-11/+12
* rpc-connect: check that all paths inside a connpt are absolute.Nick Mathewson2025-01-271-13/+49
* rpc-connect: remove todo; confirm that we do want to mkdir.Nick Mathewson2025-01-271-1/+1
* rpc-connect: Detect and decline connpts with invalid "auth" feieldsNick Mathewson2025-01-273-20/+18
* rpc-connect: Abort on misformed cookie file, and explain why.Nick Mathewson2025-01-271-6/+3
* rpc-connect: Use file_access() API, and permit symlinks.Nick Mathewson2025-01-272-17/+20
* Merge branch 'rpc-connect-clarify' into 'main'Nick Mathewson2025-01-161-0/+9
|\
| * rpc: Reject relative unix paths.Nick Mathewson2025-01-151-0/+9
* | rpc: Document windows USER_DEFAULT connect point.Nick Mathewson2025-01-151-1/+0
* | rpc: Expose Cookie::load unconditionally.Nick Mathewson2025-01-151-2/+0
* | rpc: Use symbolic constants for nonce/mac lengths.Nick Mathewson2025-01-151-7/+14
* | rpc: Tests for cookie nonce/mac encoding/decoding.Nick Mathewson2025-01-151-2/+46
* | rpc: Refactor Cookie and UnloadedCookie into a single type.Nick Mathewson2025-01-153-18/+33
* | rpc: consolodate naming of "inherent" auth.Nick Mathewson2025-01-153-4/+5
* | rpc: Tweak cookie protocol to bind both nonces.Nick Mathewson2025-01-151-2/+8
* | rpc: Keep Cookie in an Arc.Nick Mathewson2025-01-152-3/+9
* | arti-rpcserver: Server side of cookie auth.Nick Mathewson2025-01-151-2/+25
* | tor-rpc-connect: Cryptographic support for cookie auth.Nick Mathewson2025-01-151-2/+208
* | tor-rpc-connect: defer loading auth cookies on the client side.Nick Mathewson2025-01-153-6/+37
* | tor-rpc-connect: move cookie auth support to its own module.Nick Mathewson2025-01-155-171/+172
|/
* Merge branch 'mod-module-files' into 'main'Nick Mathewson2025-01-071-0/+1
|\
| * clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* | fix: fix typosDimitris Apostolou2025-01-061-1/+1
* | Merge branch 'bug1776' into 'main'Nick Mathewson2025-01-061-1/+0
|\ \ | |/ |/|