aboutsummaryrefslogtreecommitdiff
path: root/crates/arti/src/cfg.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix tests.Wesley Aptekar-Cassels9 days1-1/+0
* Fix many review comments.Wesley Aptekar-Cassels9 days1-1/+1
* Fix config tests.Wesley Aptekar-Cassels13 days1-0/+1
* Add new tor-conig-shared crate.Wesley Aptekar-Cassels2026-08-101-1/+2
* multiple crates: Fix clippy warningshjrgrn2026-07-101-4/+4
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* Option to defer bootstrapping at startup.Nick Mathewson2026-06-081-0/+10
* Give resolve_return_results options to control output_tree.Nick Mathewson2026-05-271-2/+2
* Move metrics config types to tor-config.Wesley Aptekar-Cassels2026-05-261-30/+1
* Merge branch 'no-version-override' into 'main'wesleyac2026-05-211-1/+0
|\
| * Remove `use_obsolete_software`.Nick Mathewson2026-05-141-5/+4
* | Merge branch 'socket-buf-size' into 'main'opara2026-05-211-0/+28
|\ \
| * | arti: add 'proxy.socket_{send,recv}_buf_size' config optionsSteven Engler2026-05-071-0/+28
* | | arti: Reformat reload_cfg.rs and cfg.rsNick Mathewson2026-05-181-4/+4
| |/ |/|
* | circmgr: Add config option for the HsDir requery periodGabriela Moldovan2026-05-071-0/+1
|/
* implement syslog supportAndrew Kloet2026-04-281-4/+5
* Feature-gate the proxy.enable_http_connect optionNick Mathewson2026-03-261-1/+14
* arti: Add an option to disable http_connect.Nick Mathewson2026-03-251-0/+22
* arti: Fix some visibility-based compilation errors.Nick Mathewson2026-02-241-1/+6
* arti: Migrate top-level configuration to dd(TorConfig).Nick Mathewson2026-02-241-98/+66
* arti: remove `resolve_listen_port!` macroSteven Engler2026-01-291-35/+0
* arti: remove deprecated `proxy.dns_port` config optionSteven Engler2026-01-291-17/+1
* arti: remove deprecated `proxy.socks_port` config optionSteven Engler2026-01-291-17/+5
* arti: small changes to socks/dns listen config testsSteven Engler2026-01-291-16/+13
* arti: relax '_listen'/'_port' config compat testsSteven Engler2026-01-291-40/+2
* arti: Resolve unreachable-pub warnings.Nick Mathewson2026-01-131-15/+38
* arti: Move "port_info_file" configuration into "storage"Nick Mathewson2025-12-161-2/+24
* arti: Export the chosen ports in a ports_info.json file.Nick Mathewson2025-12-161-0/+11
* Remove unnecessary `doc(cfg(...))` attributesNeel Chauhan2025-12-041-1/+0
* circmgr: Add a timeout setting for long-lived circuits.Nick Mathewson2025-11-121-0/+1
* arti: Experimental support for tokio-consoleNick Mathewson2025-11-061-0/+11
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* arti: Implement a "bilingual" HTTP CONNECT proxy.Nick Mathewson2025-10-281-0/+2
* arti: Add experimental support for OpenTelemetry.Wesley Aptekar-Cassels2025-09-241-0/+10
* tor-dircommon: Implement proposal 330Clara Engler2025-09-161-5/+4
* clippy: fix `clippy::implicit_clone` errorsSteven Engler2025-08-111-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-6/+6
* arti: make "memquota" feature a no-opSteven Engler2025-07-311-31/+17
* arti: cfg::test Rework refactorplaybahn2025-05-191-9/+8
* arti: cfg::test: Fix TODO + Minor refactorplaybahn2025-04-261-76/+56
* arti,arti-client: Add an option to override required protocolsNick Mathewson2025-04-161-0/+1
* metrics: config tests: Correct a commentIan Jackson2025-04-081-1/+1
* metrics: config: Correct the docs on the MetricsConfig typeIan Jackson2025-04-081-1/+1
* metrics: config: Correct the docs on the listen config fieldIan Jackson2025-04-081-9/+4
* arti: cfg tests: Improve formatting of an assertIan Jackson2025-04-081-3/+6
* arti: Optionally set up a Prometheus metrics exporterIan Jackson2025-04-081-0/+106
* arti: cfg tests: On mismatch, report which config fileIan Jackson2025-04-081-2/+2
* Add examples and tests for RPC options.Nick Mathewson2025-03-251-1/+60
* arti: warn when rpc options are set without rpc feature.Nick Mathewson2025-03-251-0/+21
* arti: Disable RPC reconfiguration for nowNick Mathewson2024-12-191-1/+1