aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-rpc-connect/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* add_warning: add reference to arti#2556Jim Newsome2026-07-151-1/+1
* Removed unnecessary lintpryty262026-07-151-1/+1
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+2
* rpc-connect: classify newer io errorkinds.Nick Mathewson2026-05-071-2/+4
* rpc: add a "superuser" element to connect points.Nick Mathewson2026-03-161-0/+11
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
* 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-connect: Implement json address-file format.Nick Mathewson2026-01-271-2/+6
* | rpc: Add rpc-client-side support for inet-auto addressesNick Mathewson2026-01-271-0/+9
* | rpc: Add rpc-server-side support for inet-auto addresses.Nick Mathewson2026-01-271-0/+10
|/
* rpc-connect-point: Decline (not abort) on more invalid address formats.Nick Mathewson2025-12-171-0/+17
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-2/+2
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-4/+4
* 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
* rpc-connect: Remove remaining TODO RPCsNick Mathewson2025-01-271-4/+1
* rpc: Document windows USER_DEFAULT connect point.Nick Mathewson2025-01-151-1/+0
* tor-rpc-connect: move cookie auth support to its own module.Nick Mathewson2025-01-151-1/+1
* Merge branch 'mod-module-files' into 'main'Nick Mathewson2025-01-071-0/+1
|\
| * clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* | Merge branch 'bug1776' into 'main'Nick Mathewson2025-01-061-1/+0
|\ \ | |/ |/|
| * rpc-connect: Remove cfg(unix) of SYSTEM_DEFAULT_CONNECT_POINTNick Mathewson2024-12-111-1/+0
* | rpc-connect: Use try_lock when acquiring fslockNick Mathewson2024-12-191-0/+5
* | connpt: Make unix socket handling more robust.Nick Mathewson2024-12-191-17/+2
|/
* connpt: use cfg-if to declare connect point defaults.Nick Mathewson2024-12-091-20/+27
* connpts: Add default connect points as constants.Nick Mathewson2024-12-091-0/+60
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* connect point: Add server support.Nick Mathewson2024-11-191-0/+2
* connect point: Add client support.Nick Mathewson2024-11-191-0/+90
* rpc-connect: Types for cookie authentication.Nick Mathewson2024-11-191-0/+1
* rpc-connect: Move tempdir() helper to a new moduleNick Mathewson2024-11-191-0/+2
* RPC connect points: Facility to load from files.Nick Mathewson2024-11-191-0/+35
* tor-connect-point: new crate to manage RPC connect pointsNick Mathewson2024-11-191-0/+97