| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Test for Listen Display | Jani Monoses | 2023-09-26 | 1 | -0/+24 |
| | | |||||
| * | Do not writelns in Display, undo localhost_port_legacy changes. | Jani Monoses | 2023-09-25 | 1 | -4/+3 |
| | | |||||
| * | arti, tor-config: Allow listening on generic addresses for SOCKS and DNS. | Jani Monoses | 2023-09-22 | 1 | -3/+29 |
| | | |||||
| * | tor-config: Listen: Clarify localhost_port_legacy | Ian Jackson | 2023-09-12 | 1 | -1/+1 |
| | | | | | | The previous phrasing was ambiguous and set us up for bugs, see https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1582#note_2942240 | ||||
| * | tor-config: Listen: Fix a typo | Ian Jackson | 2023-09-12 | 1 | -2/+2 |
| | | |||||
| * | Run maint/add_warning to add lint block everywhere | Ian Jackson | 2023-08-23 | 1 | -0/+1 |
| | | |||||
| * | tor-config: Remove unused ItemOrBool helper. | Gabriela Moldovan | 2023-07-13 | 1 | -63/+0 |
| | | | | | | `ItemOrBool` is currently not used anywhere (it was previously used by the keymgr config). | ||||
| * | Run maint/add_warning to actually apply new lint allows | Ian Jackson | 2023-07-10 | 1 | -0/+1 |
| | | |||||
| * | tor-config: Make ItemOrBool an experimental feature. | Gabriela Moldovan | 2023-06-29 | 1 | -0/+4 |
| | | |||||
| * | config: Add ItemOrBool helper for deserializing a bool or a value. | Gabriela Moldovan | 2023-06-29 | 1 | -0/+59 |
| | | | | | | | | | | | | | | | | | | | | | This will enable us to support the new `keystore_dir` field, which can be either a boolean indicating whether the keystore is disabled or enabled and initialized with the default keystore dir, or a string which points to a custom keystore directory (and implies the keystore is enabled): ``` # use this path, fail if compiled out # keystore = "/path/to/arti/keystore" # # use default path, fail if compiled out # keystore = true # # disable # keystore = false ``` Part of #891 | ||||
| * | Allow clippy::unchecked_duration_subtraction in tests | Nick Mathewson | 2023-01-27 | 1 | -0/+1 |
| | | | | | | This panics on error, and we're fine with a panic on misbehavior in tests. | ||||
| * | Fix various typos (using typos tool and hand-inspection) | Nick Mathewson | 2022-10-18 | 1 | -1/+1 |
| | | |||||
| * | Fix error message | Nick Mathewson | 2022-10-12 | 1 | -1/+1 |
| | | |||||
| * | tor-config: Provide BoolOrAuto | Ian Jackson | 2022-10-12 | 1 | -0/+107 |
| | | | | | | We're going to use this for the config item `bridges.enabled`, but it seems general enough that it ought to go here. | ||||
| * | Allow "clippy::single_char_pattern" in tests. | Ian Jackson | 2022-10-12 | 1 | -0/+1 |
| | | | | | | | | This lint exists for perf reasons, and this is rarely relevant in tests. Using double quoted str is generally cognitively less burdensome. | ||||
| * | tor-config Listen: Rename localhost_port_legacy (from _deprecated) | Ian Jackson | 2022-08-25 | 1 | -2/+2 |
| | | | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/602#note_2830847 | ||||
| * | tor-config Listen: Add a note about EADDRINUSE | Ian Jackson | 2022-08-25 | 1 | -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 behaviour | Ian Jackson | 2022-08-25 | 1 | -8/+20 |
| | | | | | | Prompted by https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/602#note_2830766 | ||||
| * | tor-config: Introduce ResolutionResults | Ian Jackson | 2022-08-25 | 1 | -1/+7 |
| | | | | | This will allow us to handle new kinds of warnigns etc. | ||||
| * | tor-config: Provide misc::Listen | Ian Jackson | 2022-08-25 | 1 | -0/+310 |
| | | |||||
| * | tor-config misc tests: Add standard lint suppression block | Ian Jackson | 2022-08-25 | 1 | -0/+8 |
| | | |||||
| * | Fix typos in comments. | eta | 2022-08-17 | 1 | -1/+1 |
| | | |||||
| * | tor-config: Introduce PaddingLevel | Ian Jackson | 2022-08-16 | 1 | -0/+112 |
| This will be used for controlling channel padding, for now. | |||||
