summaryrefslogtreecommitdiff
path: root/crates/arti/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* 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