summaryrefslogtreecommitdiff
path: root/crates/arti/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* ErrorHint: Report hints for arti_client errors.Nick Mathewson2023-01-271-4/+11
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* cfg compilation: Add two allowsIan Jackson2022-11-181-0/+1
* Upgrade to clap 3: replace deprecated functionsGabriel de Perthuis2022-11-041-28/+36
* Upgrade to clap 3 with minimal changesGabriel de Perthuis2022-11-041-6/+6
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0
* Replace all README copies in src/lib.rs with includesIan Jackson2022-10-121-186/+1
* Add pt-client and bridge-client features to arti and arti-clientIan Jackson2022-10-121-0/+2
* document TOR_SKIP_CONTROLPORTTEST=1 for no warning on Tor Browsertrinity-1686a2022-09-031-9/+7
* docs: Move Tor Browser part to arti top-level (rustfmt etc.)Ian Jackson2022-09-021-16/+16
* README: Remove caveats from Tor Browser instructionsIan Jackson2022-09-021-3/+1
* README: Fix links to Tor BrowserIan Jackson2022-09-021-3/+4
* docs: Move Tor Browser part to arti top-level (syntax fixup)Ian Jackson2022-09-021-6/+16
* docs: Move Tor Browser part to arti top-level (code motion)Ian Jackson2022-09-021-0/+44
* README: change an NB to NoteIan Jackson2022-09-021-1/+1
* READMEs: arti (CLI): Remove several caveats, and tidyingIan Jackson2022-09-021-12/+24
* Mark a few APIs as experimental in docs.Nick Mathewson2022-08-301-0/+1
* small refactoring to reduce duplicaiton of config reloadingtrinity-1686a2022-08-271-5/+5
* connect SIGHUP to watch_cfgtrinity-1686a2022-08-271-16/+1
* WIP: listen for sighups and reconfigure?Nick Mathewson2022-08-261-0/+13
* tor-config Listen: Rename localhost_port_legacy (from _deprecated)Ian Jackson2022-08-251-2/+2
* arti: cfg: Rename `*_port` to `*_listen` and change the typeIan Jackson2022-08-251-2/+5
* config sources: Read arti.d as well as arti.tomlIan Jackson2022-08-251-3/+3
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+1
* arti: Do not allow running as root.Nick Mathewson2022-08-241-0/+4
* arti: Add support for process hardeningNick Mathewson2022-08-151-1/+11
* 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-111-3/+21
* arti: Add a feature flag for dns-proxy.Nick Mathewson2022-08-111-0/+10
* disable-fs-permission-checks: remove variable from help messageJim Newsome2022-07-191-1/+0
* 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
* Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* Updated the warning message providing additional information about the type o...0x4ndy2022-06-211-2/+1
* Merge branch 'config-fix' into 'main'Ian Jackson2022-06-161-30/+65
|\
| * 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