summaryrefslogtreecommitdiff
path: root/crates/arti-client/src/client.rs
Commit message (Expand)AuthorAgeFilesLines
...
| * Rename ClientDNSConfig -> ClientTimeoutConfigNeel Chauhan2021-12-071-7/+7
| * Make DNS fields in arti-client/src/client.rs configurableNeel Chauhan2021-12-031-13/+8
* | Resolve roughly half of the XXXXs.Nick Mathewson2021-12-061-1/+1
|/
* Merge remote-tracking branch 'origin/mr/154'Nick Mathewson2021-11-301-1/+31
|\
| * Actually build preemptive circuits (and minor fixes)eta2021-11-291-1/+31
* | add semicolons if nothing returnedDaniel Eades2021-11-251-2/+2
* | Fix a few typos.Nick Mathewson2021-11-241-1/+1
|/
* Make arti-client config object match arti config better.Nick Mathewson2021-11-211-10/+5
* Typo fix from reddit thread.Nick Mathewson2021-11-171-1/+1
* 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
* Encourage the use of TorClient::clone().Nick Mathewson2021-10-281-1/+2
* TorClient::resolve_ptr should take an IpAddr.Nick Mathewson2021-10-261-3/+1
* 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
* Rename tor_client/arti_tor_client to arti_client.Nick Mathewson2021-10-211-0/+464