aboutsummaryrefslogtreecommitdiff
path: root/crates/arti/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix grammar erroreta2022-06-161-1/+1
| * arti: Enable some pre-config loggingIan Jackson2022-06-161-2/+16
| * arti: Introduce closure which will be used for pre-config loggingIan Jackson2022-06-161-31/+52
* | Merge branch 'main' into 'accel-features'Nick Mathewson2022-06-161-1/+5
|\ \
| * | Remove "rustls" from "full", for license reasons.Nick Mathewson2022-06-151-1/+5
* | | Add "accel-*" features to arti-client and arti.Nick Mathewson2022-06-131-0/+9
|/ /
* / Document "full", "experimental" in toplevel crate documentation.Nick Mathewson2022-06-131-41/+56
|/
* lints: Make lint blocks consistentIan Jackson2022-05-311-1/+0
* lints: Add let_unit_value allow to all cratesIan Jackson2022-05-311-0/+1
* lints: arti: Move some allows outside the auto blockIan Jackson2022-05-311-2/+4
* lints: Add lint block delimiters to every crateIan Jackson2022-05-311-0/+2
* Split TorClientConfig out of ArtiConfig, and Resolvable traitIan Jackson2022-05-241-7/+5
* Apply fs-mistrust to logfile directories.Nick Mathewson2022-05-241-1/+10
* Make fs-mistrust configurable from the top level.Nick Mathewson2022-05-241-19/+7
* fs-mistrust: make Mistrust have a corresponding Builder type.Nick Mathewson2022-05-241-9/+7
* arti-config abolition: Change references to use tor_configIan Jackson2022-05-131-2/+3
* config load: Move mistrust checking to load()Ian Jackson2022-05-131-6/+9
* ARTI_EXAMPLE_CONFIG: Rename from ARTI_DEFAULTSIan Jackson2022-05-121-1/+1
* ARTI_DEFAULTS: Move to arti crateIan Jackson2022-05-121-1/+1
* clippy: Use write! rather than push_str, formatIan Jackson2022-05-111-1/+3
* Move default_config_file() into arti-clientIan Jackson2022-05-111-2/+2
* ConfigurationSource: Move "usual" logic for constructionIan Jackson2022-05-111-26/+6
* default_config_file(): Have it return Result, not OptionIan Jackson2022-05-111-8/+10
* ConfigurationSource: Rename new to new_emptyIan Jackson2022-05-111-1/+1
* Improve documentation around Cargo features; make Runtime require Debugeta2022-05-111-14/+49
* Merge branch 'use-fs-mistrust'Nick Mathewson2022-05-091-4/+50
|\
| * Add a CLI option to disable FS permission checks.Nick Mathewson2022-05-091-1/+10
| * Remove "Mistrust" from the public API of arti-client.Nick Mathewson2022-05-091-7/+31
| * arti: use fs-mistrust to validate configuration file locations.Nick Mathewson2022-05-091-1/+14
* | arti: add support for safe-logging configurationNick Mathewson2022-05-061-1/+2
|/
* squash! Bump every crate's edition to 2021.Nick Mathewson2022-04-251-2/+0
* Move SystemConfig to arti::cfgIan Jackson2022-03-211-2/+2
* Run rustfmt to tidy up importsIan Jackson2022-03-211-1/+4
* ApplicationConfig: abolish accessorIan Jackson2022-03-211-1/+1
* Move ApplicationConfig to arti crateIan Jackson2022-03-211-1/+1
* socks: abolish config accessorsIan Jackson2022-03-211-5/+2
* Move ProxyConfig to arti crateIan Jackson2022-03-211-1/+1
* Move logging configuration from arti_config::options to arti::loggingIan Jackson2022-03-211-0/+1
* Rename arti::trace module to arti::loggingIan Jackson2022-03-211-2/+2
* Move ArtiConfig to new arti::cfg moduleIan Jackson2022-03-211-2/+5
* add tests on Isolation and fix conditional compilation issuestrinity-1686a2022-03-161-2/+2
* fix typos and minor issuestrinity-1686a2022-03-141-13/+18
* actually add DNS supporttrinity-1686a2022-03-141-0/+7
* add udp to runtimetrinity-1686a2022-03-141-10/+48
* arti library crate: Add another note about panickingIan Jackson2022-03-111-0/+4
* arti library crate: re-add clippy lintsIan Jackson2022-03-111-0/+33
* arti library crate: Add note about panickingIan Jackson2022-03-111-0/+4
* arti: Make main module entrypoints pubIan Jackson2022-03-111-7/+7
* arti: Provide some rubric docs.Ian Jackson2022-03-111-0/+8
* arti: Move all code from binary crate to library crateIan Jackson2022-03-111-0/+267