summaryrefslogtreecommitdiff
path: root/crates/arti-client/src
Commit message (Expand)AuthorAgeFilesLines
* Fix a documentation link.Nick Mathewson2021-11-301-2/+3
* Fix a bad rustdoc reference.Nick Mathewson2021-11-291-1/+1
* Change sane_defaults() and with_directories()Nick Mathewson2021-11-292-33/+28
* Merge branch 'config-updates-and-tests'Nick Mathewson2021-11-291-28/+109
|\
| * Document StorageConfig defaults better.Nick Mathewson2021-11-291-3/+17
| * Add basic tests for high-level buildersNick Mathewson2021-11-251-3/+52
| * Impl and test Default for high-level configsNick Mathewson2021-11-251-0/+20
| * Ensure that all config sections have deny_unknown_fieldsNick Mathewson2021-11-251-0/+1
| * Make directory accessors crate-private.Nick Mathewson2021-11-251-4/+2
| * Define defaults for StorageConfigNick Mathewson2021-11-251-19/+18
* | add semicolons if nothing returnedDaniel Eades2021-11-252-2/+3
* | deglob some enums, use concise iteration syntaxDaniel Eades2021-11-251-1/+1
|/
* Resolve a pair of rustdoc warnings.Nick Mathewson2021-11-241-1/+1
* More typo fixes that I forgot to save :(Nick Mathewson2021-11-242-4/+4
* Fix a few typos.Nick Mathewson2021-11-242-2/+2
* Implement meta-builder pattern for TorClientConfigNick Mathewson2021-11-221-10/+159
* Make every Config type implement Eq.Nick Mathewson2021-11-211-3/+3
* For every* config type, make defaults consistent.Nick Mathewson2021-11-211-0/+1
* Rename .gitignore APP_FOO to ARTI_FOO.Nick Mathewson2021-11-211-1/+1
* Give CfgPath an alternative inner representation.Nick Mathewson2021-11-211-12/+2
* Give every ConfigBuilder a From<Config> implementation.Nick Mathewson2021-11-211-0/+16
* Ensure that every section-level config type has a builder() function.Nick Mathewson2021-11-211-0/+7
* Make arti-client config object match arti config better.Nick Mathewson2021-11-213-51/+86
* Lower StorageConfig to arti-client crateNick Mathewson2021-11-211-3/+39
* Fold "circuit_timing" and "request_timing" into a single section.Nick Mathewson2021-11-181-1/+1
* Move top-level configuration downwards from `arti` to `arti-config`.Nick Mathewson2021-11-181-1/+4
* Typo fix from reddit thread.Nick Mathewson2021-11-171-1/+1
* Remove dependency from arti-client to tor-config.Nick Mathewson2021-11-161-8/+12
* Fix typosDimitris Apostolou2021-11-121-1/+1
* Merge IpVersionPreferences and the optimistic flag into one type.Nick Mathewson2021-11-101-18/+32
* Implement optimistic streamYuan Lyu2021-11-091-1/+13
* Improve docs of more (potentially re-exported) arti-client typeseta2021-10-292-12/+45
* Try writing a bit more documentation for configuration types.Nick Mathewson2021-10-281-6/+40
* Encourage the use of TorClient::clone().Nick Mathewson2021-10-281-1/+2
* arti-client example: Try to make the comments a little more clear.Nick Mathewson2021-10-281-6/+10
* Improve top-level arti-client documentation, add example codeeta2021-10-282-16/+100
* Update our disclaimers and limitations sections.Nick Mathewson2021-10-271-16/+7
* TorClient::resolve_ptr should take an IpAddr.Nick Mathewson2021-10-262-9/+1
* More tests for arti_client::addressNick Mathewson2021-10-261-15/+106
* Turn StreamIsolation into a separate type.Nick Mathewson2021-10-251-4/+12
* Add an isolate_client() function to create an isolated TorClient.Nick Mathewson2021-10-251-15/+34
* s/arti-arti-client/arti-client/ and regenerate readme filesNick Mathewson2021-10-251-1/+1
* Run "cargo fix --edition-idioms=2018".Nick Mathewson2021-10-221-2/+2
* Rename tor_client/arti_tor_client to arti_client.Nick Mathewson2021-10-215-0/+1129