summaryrefslogtreecommitdiff
path: root/crates/arti-client/src
Commit message (Expand)AuthorAgeFilesLines
* Several typo fixes from `typos`.Nick Mathewson2022-07-271-1/+1
* Update arti-client to new NetDirProvider API.Nick Mathewson2022-07-262-6/+32
* Rename download_tolerance to directory_toleranceNick Mathewson2022-07-221-3/+8
* Rename DirSkewTolerance to DirToleranceNick Mathewson2022-07-221-2/+2
* arti-client: Split "Persist" into setup and access variants.Nick Mathewson2022-07-212-5/+16
* arti_client: turn "Proto" error into StreamFailed.Nick Mathewson2022-07-212-6/+22
* arti_client: Split DirMgr error into useful types.Nick Mathewson2022-07-213-6/+15
* arti-client: minor edits in error messages and commentsNick Mathewson2022-07-211-17/+20
* arti-client: Remove code related to overriding fs-mistrust.Nick Mathewson2022-07-193-45/+8
* Move responsibility for disable-fs-mistrust envvar.Nick Mathewson2022-07-192-33/+15
* arti-client: Do periodic task dormancy in a management taskIan Jackson2022-07-181-37/+28
* arti-client: Make dormant_mode be an Option, None on dropIan Jackson2022-07-181-13/+27
* arti-client: Convert dormant_mode into a postage::watchIan Jackson2022-07-181-17/+34
* arti-client: Make DormantMode have a DefaultIan Jackson2022-07-181-1/+3
* arti-client: Add Bug variant to errorIan Jackson2022-07-181-0/+5
* Fix typoDimitris Apostolou2022-06-281-1/+1
* Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* Merge branch 'display_source_cleanup' into 'main'eta2022-06-211-8/+8
|\
| * Do not include error source() in display() format.Nick Mathewson2022-06-211-8/+8
* | Merge branch 'stalled_directory' into 'main'Ian Jackson2022-06-211-1/+17
|\ \
| * | Report directory blockage problems from arti-client.Nick Mathewson2022-06-141-1/+16
| * | DirMgr: Track errors, stalls, and resets as part of status.Nick Mathewson2022-06-131-0/+1
* | | channel padding: Plumb settings from chanmgrIan Jackson2022-06-211-1/+1
| |/ |/|
* | Merge branch 'main' into 'accel-features'Nick Mathewson2022-06-162-2/+6
|\ \
| * \ Merge branch 'high-level-features' into 'main'Nick Mathewson2022-06-161-41/+68
| |\ \ | | |/ | |/|
| | * Remove "rustls" from "full", for license reasons.Nick Mathewson2022-06-151-2/+5
| * | Merge branch 'dormant_directory' into 'main'Nick Mathewson2022-06-131-0/+1
| |\ \
| | * | New API to expose and use TaskHandle from DirMgr.Nick Mathewson2022-06-131-0/+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/+65
|/ /
* | Move responsibility for GuardMgr NetDir updates to GuardMgr.Nick Mathewson2022-06-071-7/+0
* | Remove now-redundant Send+Sync constraints alongside NetDirProviderNick Mathewson2022-06-072-4/+4
|/
* lints: Add let_unit_value allow to all cratesIan Jackson2022-05-311-0/+1
* lints: Add lint block delimiters to every crateIan Jackson2022-05-311-0/+2
* Split TorClientConfig out of ArtiConfig, and Resolvable traitIan Jackson2022-05-241-0/+4
* Apply fs-mistrust to logfile directories.Nick Mathewson2022-05-241-0/+20
* Make fs-mistrust configurable from the top level.Nick Mathewson2022-05-243-35/+87
* fs-mistrust: make Mistrust have a corresponding Builder type.Nick Mathewson2022-05-242-5/+4
* add unit tests for arti_client::StreamPrefsmichael mccune2022-05-231-0/+77
* Merge branch 'arti-config-2' into 'main'Nick Mathewson2022-05-131-0/+9
|\
| * arti-config: Move default config file test to arti-clientIan Jackson2022-05-131-0/+9
* | impl_standard_builder: Have it generate FooConfig::builderIan Jackson2022-05-121-24/+0
|/
* Merge branch 'builder-default-bis' into 'main'eta2022-05-121-9/+5
|\
| * Rename impl_standard_builder from impl_default_via_builderIan Jackson2022-05-121-5/+5
| * config: Move macro calls to next to the structIan Jackson2022-05-121-8/+4
* | Merge branch 'ticket_412_467' into 'main'Nick Mathewson2022-05-121-3/+9
|\ \ | |/ |/|
| * Add DirSkewTolerance section to DirMgr configuration.Nick Mathewson2022-05-111-3/+9
* | Merge branch 'builder-default' into 'main'eta2022-05-121-27/+5
|\ \
| * | Define and use impl_default_via_builderIan Jackson2022-05-111-27/+5
* | | Add correct serde(default) attrs for humantime_serde::optionIan Jackson2022-05-121-3/+3
|/ /