summaryrefslogtreecommitdiff
path: root/crates/arti-client
Commit message (Expand)AuthorAgeFilesLines
...
* Allow type-complexity in hyper.rs exampleNick Mathewson2021-11-211-0/+1
* 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-182-1/+5
* Typo fix from reddit thread.Nick Mathewson2021-11-171-1/+1
* Remove dependency from arti-client to tor-config.Nick Mathewson2021-11-162-9/+13
* Fix typosDimitris Apostolou2021-11-121-1/+1
* Document that the "experimental-api" feature is not semver-covered.Nick Mathewson2021-11-111-0/+5
* Merge IpVersionPreferences and the optimistic flag into one type.Nick Mathewson2021-11-101-18/+32
* Implement optimistic streamYuan Lyu2021-11-091-1/+13
* Bump all crate versions to 0.0.1Nick Mathewson2021-10-291-9/+9
* Update README.md filesNick Mathewson2021-10-291-6/+10
* 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
* Update README.md filesNick Mathewson2021-10-281-13/+90
* Improve top-level arti-client documentation, add example codeeta2021-10-283-16/+146
* Update our disclaimers and limitations sections.Nick Mathewson2021-10-272-32/+14
* 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-252-2/+2
* Upgrade to latest tracing-{subscriber,journald}Nick Mathewson2021-10-231-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-218-0/+1397