aboutsummaryrefslogtreecommitdiff
path: root/crates/arti/src
Commit message (Expand)AuthorAgeFilesLines
...
| * arti: Adjust severity on per-socks-request log.Nick Mathewson2022-08-252-5/+9
* | tor-config Listen: Rename localhost_port_legacy (from _deprecated)Ian Jackson2022-08-251-2/+2
* | arti cfg: Provide comprehensive tests for port listeningIan Jackson2022-08-251-1/+116
* | arti: cfg: Rename `*_port` to `*_listen` and change the typeIan Jackson2022-08-253-13/+76
* | tor-config: Support tracking deprecated config keysIan Jackson2022-08-251-5/+11
* | tor-config: Introduce ResolutionResultsIan Jackson2022-08-251-6/+7
* | Merge branch 'default_log_severity' into 'main'Nick Mathewson2022-08-253-3/+3
|\ \
| * | arti: Raise the default console log severity to "info"Nick Mathewson2022-08-253-3/+3
| |/
* | tor-config source: just ConfigurationSource, not FoundConfigFileIan Jackson2022-08-251-8/+7
* | config watch: Fix and reduce debounce intervalIan Jackson2022-08-251-3/+3
* | config sources: Read arti.d as well as arti.tomlIan Jackson2022-08-251-3/+3
* | config sources: Supporting reading directoriesIan Jackson2022-08-251-3/+5
* | config sources: Introduce scan() and FoundConfigFilesIan Jackson2022-08-251-11/+25
* | config watch: Provide watch_dirIan Jackson2022-08-251-8/+37
* | config watch: Re-establish watcher on each iterationIan Jackson2022-08-251-2/+14
* | config watch: Rescan once on startupIan Jackson2022-08-251-3/+8
* | config watch: Break out prepare_watcherIan Jackson2022-08-251-5/+10
* | config watch: Make the mpsc channel part of FileWatcherIan Jackson2022-08-251-8/+15
* | config: Do process hardening on reconfigure even if not watchingIan Jackson2022-08-251-4/+4
|/
* fix nightly lintstrinity-1686a2022-08-241-0/+1
* fix test failing due to missing allow_running_as_roottrinity-1686a2022-08-241-1/+1
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+1
* Merge branch 'no_root' into 'main'Nick Mathewson2022-08-244-0/+42
|\
| * arti: Do not allow running as root.Nick Mathewson2022-08-244-0/+42
* | arti cfg: Write down future plansIan Jackson2022-08-231-0/+13
* | arti cfg: Test parsing of the oldest config file we still supportIan Jackson2022-08-222-8/+310
* | arti cfg: Fix docs about ARTI_EXAMPLE_CONFIGIan Jackson2022-08-221-1/+4
|/
* channel: Introduce padding configIan Jackson2022-08-161-1/+13
* Introduce ChannelConfigIan Jackson2022-08-161-0/+4
* arti: Add support for process hardeningNick Mathewson2022-08-155-1/+71
* Add a few dire warnings about main; make main_main experimental.Nick Mathewson2022-08-111-2/+31
* Document more explicitly what "voiding a semver warranty" entailsNick Mathewson2022-08-111-1/+5
* arti: `main_main` takes command-line arguments does not call exit()Nick Mathewson2022-08-111-3/+18
* arti: Move most public APIs behind `experimental-api`.Nick Mathewson2022-08-117-11/+37
* arti: Add a feature flag for dns-proxy.Nick Mathewson2022-08-111-0/+10
* Rename download_tolerance to directory_toleranceNick Mathewson2022-07-221-2/+5
* disable-fs-permission-checks: remove variable from help messageJim Newsome2022-07-191-1/+0
* Merge branch 'mistrust-envvar' into 'main'Nick Mathewson2022-07-191-26/+17
|\
| * Arti: Use synthetic argument to implement --disable-fs-permission-checksNick Mathewson2022-07-191-22/+11
| * Move responsibility for disable-fs-mistrust envvar.Nick Mathewson2022-07-191-4/+6
* | socksproto: Use fallible writers.Nick Mathewson2022-07-111-10/+20
|/
* Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-232-0/+6
* Updated the warning message providing additional information about the type o...0x4ndy2022-06-211-2/+1
* Merge branch 'reachable_addrs_v2' into 'main'Nick Mathewson2022-06-171-0/+10
|\
| * Add a configuration option for reachable_addrsNick Mathewson2022-06-171-0/+10
* | Merge branch 'config-fix2' into 'main'Nick Mathewson2022-06-161-14/+6
|\ \
| * | impl_standard_builder: Use for arti::logging::LogfileConfigIan Jackson2022-06-161-7/+2
| * | arti: logging config: Replace a manual Debug implIan Jackson2022-06-161-7/+4
* | | Merge branch 'config-fix' into 'main'Ian Jackson2022-06-162-46/+89
|\ \ \
| * | | arti: cfg: Remove another needless borrowIan Jackson2022-06-161-1/+1