| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | maint: Run maint/add_warning to deny string slices | Clara Engler | 2026-06-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | This commit executes maint/add_warning with the just added change to deny string slices except in tests. I recommend auditing this by checking out the previous commit followed by running the script yourself and then verifying that the diff is identical to this commit. This commit makes cargo clippy fail. We will add exceptions in the next commit. | ||||
| * | ptmgr: pass outbound_proxy to managed PT processes | Nihal | 2026-05-26 | 1 | -0/+7 |
| | | | | | | | | Previously the [channel] outbound_proxy setting was applied to Arti's own direct connections but was not forwarded to managed PT processes. https://spec.torproject.org/pt-spec/configuration-environment.html | ||||
| * | cargo fmt | Nihal | 2026-03-18 | 1 | -6/+9 |
| | | |||||
| * | tor-chanmgr: add loopback validation, startup warning and httparse | Nihal | 2026-03-18 | 1 | -73/+199 |
| | | |||||
| * | tor-chanmgr: add ProxyProtocol::HttpConnect variant and URI parsing | Nihal | 2026-03-18 | 1 | -36/+205 |
| | | |||||
| * | chanmgr: migrate to derive_deftly(TorConfig) | Nick Mathewson | 2026-02-17 | 1 | -13/+13 |
| | | |||||
| * | tor-chanmgr: minor chore adjustments for CI | Nihal | 2026-02-16 | 1 | -4/+5 |
| | | |||||
| * | tor-chanmgr: Use url crate userinfo encoding | Nihal | 2026-02-16 | 1 | -36/+51 |
| | | |||||
| * | tor-chanmgr: use url crate for proxy URIs and error for socks4 passwords | Nihal | 2026-02-16 | 1 | -44/+62 |
| | | |||||
| * | tor-chanmgr: allow option_option for outbound proxy deserializer | Nihal | 2026-02-16 | 1 | -0/+1 |
| | | |||||
| * | tor-chanmgr: fix outbound_proxy deserialization for builder | Nihal | 2026-02-16 | 1 | -3/+6 |
| | | |||||
| * | tor-chanmgr: fix builder serde attr | Nihal | 2026-02-16 | 1 | -1/+1 |
| | | |||||
| * | tor-chanmgr: fix proxy config parsing and clippy lint | Nihal | 2026-02-16 | 1 | -0/+22 |
| | | |||||
| * | tor-chanmgr: improve ProxyProtocol documentation | Nihal | 2026-02-16 | 1 | -42/+159 |
| | | |||||
| * | tor-chanmgr: add URI-style parsing for ProxyProtocol outbound_proxy config | Nihal | 2026-02-16 | 1 | -1/+240 |
| | | |||||
| * | tor-chanmgr: add ProxyProtocol config type for outbound proxy | Nihal | 2026-02-16 | 1 | -0/+30 |
| | | |||||
| * | Fix name of clippy lint to unchecked_time_subtraction (2) | Ian Jackson | 2025-11-06 | 1 | -1/+1 |
| | | | | | Run maint/add_warning | ||||
| * | Run maint/add_warning. | Nick Mathewson | 2024-03-13 | 1 | -0/+1 |
| | | |||||
| * | Run maint/add_warning to add lint block everywhere | Ian Jackson | 2023-08-23 | 1 | -0/+1 |
| | | |||||
| * | Run maint/add_warning to actually apply new lint allows | Ian Jackson | 2023-07-10 | 1 | -0/+1 |
| | | |||||
| * | 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. | ||||
| * | 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. | ||||
| * | chanmgr, testing: Provide config accessor for testing | Ian Jackson | 2022-08-16 | 1 | -0/+8 |
| | | | | | | The top-level global config is going to want to see whether its machinations have the right effect. | ||||
| * | channel: Introduce padding config | Ian Jackson | 2022-08-16 | 1 | -6/+6 |
| | | | | | | Nothing actually reads this yet, and we also want a client-global default for padding. | ||||
| * | Introduce ChannelConfig | Ian Jackson | 2022-08-16 | 1 | -0/+45 |
| This commit is just the necessary plumbing. The config is currently empty. We'll add something to it, for padding control, later. | |||||
