summaryrefslogtreecommitdiff
path: root/crates/arti-client/src
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* / Move default_config_file() into arti-clientIan Jackson2022-05-111-1/+6
|/
* Merge branch 'use-fs-mistrust'Nick Mathewson2022-05-093-8/+60
|\
| * Remove "Mistrust" from the public API of arti-client.Nick Mathewson2022-05-092-8/+4
| * arti: use fs-mistrust to validate configuration file locations.Nick Mathewson2022-05-092-12/+14
| * arti-client: Configure and use fs-mistrust.Nick Mathewson2022-05-093-8/+62
* | NetParams: Document its role as a validated config parameterIan Jackson2022-05-091-3/+0
* | Apply `sensitive` in some info-level log messages.Nick Mathewson2022-05-061-1/+2
|/
* config derive attrs: Make builders serde, and validated structs notIan Jackson2022-05-051-17/+8
* FallbackDir: Use VecBuilder for orportsIan Jackson2022-05-041-3/+4
* Change builder list APIIan Jackson2022-05-041-2/+2
* CfgPath: Overhaul APIIan Jackson2022-05-031-2/+2
* Fix spacingSamanta Navarro2022-04-271-1/+1
* Fix grammar and typosSamanta Navarro2022-04-271-1/+1
* Merge branch 'download-schedule' into 'main'Nick Mathewson2022-04-261-5/+9
|\
| * DirMgrConfig: Rename two fields that contained a _configIan Jackson2022-04-261-2/+2
| * DownloadSchudule: Have NetworkConfig contain BuildersIan Jackson2022-04-261-17/+8