summaryrefslogtreecommitdiff
path: root/crates/arti
Commit message (Expand)AuthorAgeFilesLines
* Bump all arti*, tor* crates to 0.2.0Nick Mathewson2022-04-011-7/+7
* Upgrade rlimit -> 0.8.0Nick Mathewson2022-04-011-1/+1
* Update README.md files using readmes scriptNick Mathewson2022-03-291-1/+9
* rename *_isolation_group to *_isolationtrinity-1686a2022-03-242-2/+2
* Move SystemConfig to arti::cfgIan Jackson2022-03-213-6/+39
* Run rustfmt to tidy up importsIan Jackson2022-03-211-1/+4
* ApplicationConfig: abolish accessorIan Jackson2022-03-213-10/+3
* Move ApplicationConfig to arti crateIan Jackson2022-03-212-2/+26
* socks: abolish config accessorsIan Jackson2022-03-212-19/+4
* Move ProxyConfig to arti crateIan Jackson2022-03-212-2/+51
* Tidy up filt_from_opt_strIan Jackson2022-03-211-4/+3
* Abolish logging filter option accessorsIan Jackson2022-03-211-19/+7
* Abolish easy accessors for logging configIan Jackson2022-03-211-26/+6
* Move logging configuration from arti_config::options to arti::loggingIan Jackson2022-03-214-5/+132
* Rename arti::trace module to arti::loggingIan Jackson2022-03-212-2/+2
* Move ArtiConfig to new arti::cfg moduleIan Jackson2022-03-214-3/+277
* Alternative API for set_isolation_group().Nick Mathewson2022-03-172-2/+2
* Merge branch 'test-isolation' into 'main'Nick Mathewson2022-03-173-110/+48
|\
| * add isolation to dns requeststrinity-1686a2022-03-162-9/+35
| * accept boxed isolation in StreamPref::set_isolation_grouptrinity-1686a2022-03-161-1/+1
| * add tests on Isolation and fix conditional compilation issuestrinity-1686a2022-03-161-2/+2
| * replace IsolationMap with new Isolation traittrinity-1686a2022-03-161-102/+14
* | Fix typoDimitris Apostolou2022-03-161-1/+1
|/
* make run_dns_resolver public and fix typotrinity-1686a2022-03-151-3/+2
* fix typos and minor issuestrinity-1686a2022-03-142-15/+23
* actually add DNS supporttrinity-1686a2022-03-143-4/+88
* add skeleton for DNS handlingtrinity-1686a2022-03-142-8/+90
* add udp to runtimetrinity-1686a2022-03-143-10/+69
* 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-116-14/+14
* arti: Provide some rubric docs.Ian Jackson2022-03-111-0/+8
* arti: Move all code from binary crate to library crateIan Jackson2022-03-112-261/+269
* Add config paths table in `arti` docsLennart Kloock2022-03-042-5/+16
* Merge branch 'clippy-allow-arc-clone' into 'main'Nick Mathewson2022-03-011-1/+0
|\
| * Disable clippy::clone_on_ref_ptrIan Jackson2022-02-241-1/+0
* | Bump all crates to 0.1.0arti-v0.1.0Nick Mathewson2022-03-011-6/+6
* | Update README.md files from rustdoc.Nick Mathewson2022-03-011-1/+15
* | Merge branch 'main'Ian Jackson2022-03-012-2/+19
|\ \
| * | Split "static" into sqlite and native-tls features.Nick Mathewson2022-02-252-2/+19
* | | arti-client: use PreferredRuntime by default, doc cleanupseta2022-02-281-1/+1
|/ /
* | Bump minimum tokio to 1.7, since tokio-util now needs that.Nick Mathewson2022-02-251-1/+1
* | Upgrade to newer version of config crate.Nick Mathewson2022-02-253-1/+4
* | Upgrade dependency to new version of rlimit.Nick Mathewson2022-02-252-2/+2
* | Merge branch 'socks-version-is-http' into 'main'eta2022-02-241-1/+36
|\ \ | |/ |/|
| * use less magic in http checktrinity-1686a2022-02-241-2/+4
| * make arti return a web page when receiving http request on socks porttrinity-1686a2022-02-231-1/+34
* | Merge branch 'client_builder' into 'main'Nick Mathewson2022-02-231-1/+4
|\ \ | |/ |/|
| * Make a TorClientBuilder API.Nick Mathewson2022-02-181-1/+4