aboutsummaryrefslogtreecommitdiff
path: root/crates/arti
Commit message (Expand)AuthorAgeFilesLines
...
* Introduce ChannelConfigIan Jackson2022-08-161-0/+4
* arti: Add support for process hardeningNick Mathewson2022-08-156-3/+75
* 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-112-3/+19
* arti: Move most public APIs behind `experimental-api`.Nick Mathewson2022-08-119-12/+43
* arti: Add a feature flag for dns-proxy.Nick Mathewson2022-08-112-3/+14
* Now that versions have bumped, remove semver.md files.Nick Mathewson2022-08-011-2/+0
* Bump minor version on crates with deps with breaking changes.Nick Mathewson2022-08-011-1/+1
* Bump minor versions on all crates that have had breaking changes.Nick Mathewson2022-08-011-4/+4
* Rename download_tolerance to directory_toleranceNick Mathewson2022-07-222-2/+6
* disable-fs-permission-checks: remove variable from help messageJim Newsome2022-07-191-1/+0
* Merge branch 'mistrust-envvar' into 'main'Nick Mathewson2022-07-192-26/+18
|\
| * Arti: Use synthetic argument to implement --disable-fs-permission-checksNick Mathewson2022-07-192-22/+12
| * Move responsibility for disable-fs-mistrust envvar.Nick Mathewson2022-07-191-4/+6
* | socksproto: Use fallible writers.Nick Mathewson2022-07-111-10/+20
|/
* Remove semver.md files now that 0.5.0 is outNick Mathewson2022-06-241-1/+0
* Bump crate and dependency versions.Nick Mathewson2022-06-241-7/+7
* Merge branch 'clippy' into 'main'Ian Jackson2022-06-242-0/+6
|\
| * Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-232-0/+6
* | Update README.md files from rustdoc.Nick Mathewson2022-06-241-41/+69
|/
* Updated the warning message providing additional information about the type o...0x4ndy2022-06-211-2/+1
* Merge branch 'reachable_addrs_v2' into 'main'Nick Mathewson2022-06-171-0/+10
|\
| * Add a configuration option for reachable_addrsNick Mathewson2022-06-171-0/+10
* | Merge branch 'config-fix2' into 'main'Nick Mathewson2022-06-162-14/+7
|\ \
| * | impl_standard_builder: Use for arti::logging::LogfileConfigIan Jackson2022-06-161-7/+2
| * | arti: logging config: Replace a manual Debug implIan Jackson2022-06-162-7/+5
* | | Merge branch 'config-fix' into 'main'Ian Jackson2022-06-162-46/+89
|\ \ \
| * | | arti: cfg: Remove another needless borrowIan Jackson2022-06-161-1/+1
| * | | arti cfg tests: Remove a redundant line that shadows an earlier bindingIan Jackson2022-06-161-1/+0
| * | | 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
| * | | arti cfg tests: Test that example config works as-isIan Jackson2022-06-161-0/+2
| * | | arti: cfg tests: Refactor to prepare for new testIan Jackson2022-06-161-16/+23
| |/ /
* | | Merge branch 'main' into 'accel-features'Nick Mathewson2022-06-164-3/+8
|\ \ \ | | |/ | |/|
| * | Merge branch 'high-level-features' into 'main'Nick Mathewson2022-06-162-41/+67
| |\ \ | | |/ | |/|
| | * Remove "rustls" from "full", for license reasons.Nick Mathewson2022-06-152-2/+6
| * | config: document semver changeIan Jackson2022-06-101-0/+1
| * | config: Do not strip_option for journald (and in future)Ian Jackson2022-06-101-1/+1
* | | Add "accel-*" features to arti-client and arti.Nick Mathewson2022-06-132-0/+12
| |/ |/|
* | Document "full", "experimental" in toplevel crate documentation.Nick Mathewson2022-06-131-41/+56
* | Add "full" and "experimental" features to arti.Nick Mathewson2022-06-101-0/+7
|/
* try to differentiate transient from nontransient errortrinity-1686a2022-06-081-2/+0
* return nodata instead of servfail in some instancestrinity-1686a2022-06-081-3/+13
* Merge branch 'lint' into 'main'Ian Jackson2022-05-312-6/+10
|\
| * lints: Make lint blocks consistentIan Jackson2022-05-312-4/+0
| * lints: Add let_unit_value allow to all cratesIan Jackson2022-05-312-0/+2
| * lints: arti: Move some allows outside the auto blockIan Jackson2022-05-311-2/+4
| * lints: Add lint block delimiters to every crateIan Jackson2022-05-312-0/+4