| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Turn StreamIsolation into a separate type. | Nick Mathewson | 2021-10-25 | 1 | -4/+12 | |
| | | | | | | | | | | Now that we have two kinds of isolation tokens (those set on a stream, and those set by the stream's associated TorClient), we need a more sophisticated kind of isolation. This fixes the bug introduced with the previous commit, where per-stream tokens would override per-TorClient tokens. | |||||
| * | Add an isolate_client() function to create an isolated TorClient. | Nick Mathewson | 2021-10-25 | 1 | -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 files | Nick Mathewson | 2021-10-25 | 1 | -1/+1 | |
| | | ||||||
| * | Run "cargo fix --edition-idioms=2018". | Nick Mathewson | 2021-10-22 | 1 | -2/+2 | |
| | | ||||||
| * | Rename tor_client/arti_tor_client to arti_client. | Nick Mathewson | 2021-10-21 | 5 | -0/+1129 | |
| Solves a name conflict with the existing tor_client create. Closes #130. | ||||||
