summaryrefslogtreecommitdiff
path: root/crates/tor-config-path/src/addr.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-config-path: Fix another Windows warningTobias Stoeckmann2025-08-251-0/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* Fix Windows compile warningsTobias Stoeckmann2025-08-051-0/+2
* config-path, dirmgr, general-addr: Remove unnecessary parentheses.Gabriela Moldovan2025-07-151-1/+1
* AF_UNIX terminology: Rename two error structsIan Jackson2025-03-241-4/+4
* AF_UNIX terminology: Rename two error variantsIan Jackson2025-03-241-3/+3
* Fix AF_UNIX terminology in docs, comments, and error messagesIan Jackson2025-03-241-8/+8
* Fix not(unix) build error introduced in cb090c7b4c.Alexander Hansen Færøy2025-01-261-2/+2
* CfgAddr: Function to check whether substitutions applyNick Mathewson2024-11-191-0/+10
* update `CfgPath::path` to use a `CfgPathResolver`Steven Engler2024-11-181-14/+26
* Merge branch 'remove-deadcode' into 'main'Nick Mathewson2024-11-121-41/+0
|\
| * tor-config-path: remove exploratory code in commentNick Mathewson2024-11-041-41/+0
* | tor-config-path: update `unix_literal` test to use `USER_HOME`Steven Engler2024-11-041-2/+2
|/
* New CfgAddr type to represent SocketAddrs in configuration.Nick Mathewson2024-10-311-0/+379