summaryrefslogtreecommitdiff
path: root/crates/arti-client
Commit message (Expand)AuthorAgeFilesLines
* Fix typoDimitris Apostolou2022-06-281-1/+1
* Bump crate and dependency versions.Nick Mathewson2022-06-241-16/+16
* Merge branch 'clippy' into 'main'Ian Jackson2022-06-245-0/+39
|\
| * clippy: Consolidate many lints in maint/add_warningIan Jackson2022-06-244-0/+12
| * clippy: Add standard test lint block to several examplesIan Jackson2022-06-244-0/+24
| * Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* | Update README.md files from rustdoc.Nick Mathewson2022-06-241-41/+77
|/
* 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-163-12/+8
|\ \
| * \ Merge branch 'high-level-features' into 'main'Nick Mathewson2022-06-162-44/+82
| |\ \ | | |/ | |/|
| | * Remove "rustls" from "full", for license reasons.Nick Mathewson2022-06-152-3/+7
| * | 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-132-2/+34
| |_|/ |/| |
* | | Document "full", "experimental" in toplevel crate documentation.Nick Mathewson2022-06-131-41/+65
* | | Add "full" and "experimental" features to arti-client and below.Nick Mathewson2022-06-101-3/+13
|/ /
* | Merge branch 'sleep' into 'main'Ian Jackson2022-06-081-0/+1
|\ \
| * | rt-compat: Make all the individual runtime traits Clone+Send etc.Ian Jackson2022-06-081-0/+1
| |/
* | 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
* Lexically sort Cargo.toml dependenciesOrhun Parmaksız2022-05-281-17/+16
* Regenerate version bump from previous commit.arti-v0.4.0Nick Mathewson2022-05-271-11/+11
* Semantic version changes for Arti 0.4.0 releaseNick Mathewson2022-05-271-14/+14
* Merge branch 'config-split' into 'main'Ian Jackson2022-05-261-0/+4
|\
| * Split TorClientConfig out of ArtiConfig, and Resolvable traitIan Jackson2022-05-241-0/+4
* | Merge branch 'isolation-example' into 'main'Nick Mathewson2022-05-241-0/+198
|\ \ | |/ |/|
| * mention isolation is an advanced topic and most usage don't require implement...trinity-1686a2022-05-241-0/+3
| * add example for Isolationtrinity-1686a2022-05-231-0/+195
* | Apply fs-mistrust to logfile directories.Nick Mathewson2022-05-241-0/+20
* | Make fs-mistrust configurable from the top level.Nick Mathewson2022-05-244-36/+88
* | fs-mistrust: make Mistrust have a corresponding Builder type.Nick Mathewson2022-05-242-5/+4
* | Resolve the new `derive_partial_eq_without_eq` lint.Nick Mathewson2022-05-231-1/+1
|/
* 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