summaryrefslogtreecommitdiff
path: root/crates/arti/Cargo.toml
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
* Move logging configuration from arti_config::options to arti::loggingIan Jackson2022-03-211-0/+1
* Move ArtiConfig to new arti::cfg moduleIan Jackson2022-03-211-0/+1
* actually add DNS supporttrinity-1686a2022-03-141-0/+1
* Bump all crates to 0.1.0arti-v0.1.0Nick Mathewson2022-03-011-6/+6
* Split "static" into sqlite and native-tls features.Nick Mathewson2022-02-251-1/+3
* 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-251-1/+1
* Upgrade dependency to new version of rlimit.Nick Mathewson2022-02-251-1/+1
* Bump anyhow minimal version to 1.0.23Ian Jackson2022-02-181-1/+1
* Provide error reporter and use it in the arti binaryIan Jackson2022-02-181-0/+1
* Merge branch 'ticket270' into 'main'Nick Mathewson2022-02-031-0/+1
|\
| * Reload configuration when our configuration files change.Nick Mathewson2022-02-011-0/+1
* | Upgrade required version of futures crate to 0.3.14Nick Mathewson2022-02-011-1/+1
|/
* Bump the patch version of every crate that changed since 0.0.3Nick Mathewson2022-01-311-4/+4
* arti: be more careful to use the user-selected runtimeNick Mathewson2022-01-261-1/+2
* Make the native-tls crate optional.Nick Mathewson2022-01-261-1/+3
* Bump all crate versions to 0.0.3.Nick Mathewson2022-01-111-5/+5
* Tracing configuration for logfiles, per-target filtersNick Mathewson2022-01-101-0/+1
* Minimize the required version for each dependency.Nick Mathewson2022-01-071-9/+9
* Bump every crate by one patch version.Nick Mathewson2021-11-291-5/+5
* Move top-level configuration downwards from `arti` to `arti-config`.Nick Mathewson2021-11-181-1/+1
* Bump all crate versions to 0.0.1Nick Mathewson2021-10-291-5/+5
* Improve and future-proof the `arti` CLIeta2021-10-271-1/+1
* Upgrade to latest tracing-{subscriber,journald}Nick Mathewson2021-10-231-2/+2
* Rename tor_client/arti_tor_client to arti_client.Nick Mathewson2021-10-211-4/+4
* arti: On startup, increase the NOFILE resource limit.Nick Mathewson2021-10-141-0/+1
* proxy: Mark ENFILES and EMFILES as survivable.Nick Mathewson2021-10-141-0/+6
* Require up-to-date x25519-dalek, async_executors, and argh.Nick Mathewson2021-10-091-1/+1
* Re-export configuration types from tor-client.Nick Mathewson2021-10-091-3/+1
* Make journald an optional feature.Jani Monoses2021-09-071-1/+2
* Allow logging to journald.Jani Monoses2021-09-071-0/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+36