summaryrefslogtreecommitdiff
path: root/crates/tor-config-path/src/addr.rs
Commit message (Expand)AuthorAgeFilesLines
* 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