summaryrefslogtreecommitdiff
path: root/crates/tor-config/src/misc.rs
Commit message (Collapse)AuthorAgeFilesLines
* tor-config Listen: Rename localhost_port_legacy (from _deprecated)Ian Jackson2022-08-251-2/+2
| | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/602#note_2830847
* tor-config Listen: Add a note about EADDRINUSEIan Jackson2022-08-251-0/+1
| | | | | Prompted by https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/602#note_2830848
* tor-config; Listen: Return addresses in groups for error behaviourIan Jackson2022-08-251-8/+20
| | | | | Prompted by https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/602#note_2830766
* tor-config: Introduce ResolutionResultsIan Jackson2022-08-251-1/+7
| | | | This will allow us to handle new kinds of warnigns etc.
* tor-config: Provide misc::ListenIan Jackson2022-08-251-0/+310
|
* tor-config misc tests: Add standard lint suppression blockIan Jackson2022-08-251-0/+8
|
* Fix typos in comments.eta2022-08-171-1/+1
|
* tor-config: Introduce PaddingLevelIan Jackson2022-08-161-0/+112
This will be used for controlling channel padding, for now.