summaryrefslogtreecommitdiff
path: root/crates/arti/src
Commit message (Expand)AuthorAgeFilesLines
* Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-232-0/+6
* 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-161-14/+6
|\ \
| * | impl_standard_builder: Use for arti::logging::LogfileConfigIan Jackson2022-06-161-7/+2
| * | arti: logging config: Replace a manual Debug implIan Jackson2022-06-161-7/+4
* | | 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-162-2/+6
|\ \ \ | | |/ | |/|
| * | Merge branch 'high-level-features' into 'main'Nick Mathewson2022-06-161-41/+60
| |\ \ | | |/ | |/|
| | * Remove "rustls" from "full", for license reasons.Nick Mathewson2022-06-151-1/+5
| * | 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-131-0/+9
| |/ |/|
* | Document "full", "experimental" in toplevel crate documentation.Nick Mathewson2022-06-131-41/+56
|/
* 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
* | arti config: Check that example config is exhaustiveIan Jackson2022-05-301-0/+114
* | mistrust: Canonicalise prefix from Some("") to NoneIan Jackson2022-05-301-0/+1
* | arti: config: Canonicalise ports, and provide example dns_portIan Jackson2022-05-302-8/+5
* | config: Provide tor_config::resolve_option and resolve journaldIan Jackson2022-05-302-3/+6
* | arti: config example: Add entries for tor_network fieldsIan Jackson2022-05-301-0/+9
* | arti: config example: Add some missing defaultsIan Jackson2022-05-301-3/+17
* | arti: example config: Arrange to uncomment logfilesIan Jackson2022-05-301-2/+2
* | arti: Make ProxyConfig no longer DeserializeIan Jackson2022-05-301-4/+1
* | arti: cfg: Actually uncomment *all* the things in the exampleIan Jackson2022-05-301-1/+1
|/
* Merge branch 'arti-cfg-tests' into 'main'Ian Jackson2022-05-301-0/+24
|\
| * add unit tests for ArtiConfig public functionsmichael mccune2022-05-281-0/+24
* | deduplicate dns requests based on transaction idtrinity-1686a2022-05-301-49/+139
|/
* Merge branch 'config-split' into 'main'Ian Jackson2022-05-263-73/+44
|\
| * arti: Better doc for ArtiCombinedConfigIan Jackson2022-05-251-1/+3
| * tor-config: Rename resolve_return_unrecognized, ..._ignore_...Ian Jackson2022-05-251-1/+1
| * tor-config: Rename "ignored" to "unrecognized" throughoutIan Jackson2022-05-251-3/+3
| * tor-config: Tests for ignored config key handlingIan Jackson2022-05-241-8/+4
| * Split TorClientConfig out of ArtiConfig, and Resolvable traitIan Jackson2022-05-243-45/+21
| * arti tests: Introduce bld_tor variableIan Jackson2022-05-241-22/+19
* | reply socks error on more codepathtrinity-1686a2022-05-251-48/+67
|/
* Apply fs-mistrust to logfile directories.Nick Mathewson2022-05-243-7/+26
* Make fs-mistrust configurable from the top level.Nick Mathewson2022-05-242-19/+31