summaryrefslogtreecommitdiff
path: root/crates/arti-client
Commit message (Collapse)AuthorAgeFilesLines
...
* Add an isolate_client() function to create an isolated TorClient.Nick Mathewson2021-10-251-15/+34
| | | | | When two TorClients are isolated, their streams shouldn't share circuits, even though they share internal circuit and guard state.
* 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
Solves a name conflict with the existing tor_client create. Closes #130.