summaryrefslogtreecommitdiff
path: root/crates/arti-client/src/client.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Use *_with_prefs() for Option<ConnectPrefs> callers in TorClient::connectNeel Chauhan2022-01-081-9/+30
* tor-circmgr: Remove Arc around ClientCircIan Jackson2022-01-071-1/+1
* address clippy's latest lintDaniel Eades2021-12-201-0/+1
* Merge branch 'reconfigure' into 'main'eta2021-12-131-14/+94
|\
| * Oops: MutCfg shouldn't implement Clone.Nick Mathewson2021-12-071-4/+7
| * Sequence reconfiguration requests.Nick Mathewson2021-12-071-8/+25
| * Make TorClient reconfigurable.Nick Mathewson2021-12-071-15/+21
| * Add new configuration objects to reconfigure.Nick Mathewson2021-12-071-0/+4
| * Allow on-the-fly changing of path_rulesNick Mathewson2021-12-071-2/+2
| * Sketch API for reconfiguration.Nick Mathewson2021-12-071-4/+54
* | drop arcs before awaitingTrinity Pointard2021-12-091-0/+1
* | fix nightly clippy errorsTrinity Pointard2021-12-091-15/+10
|/
* Rename timeout_rules to stream_timeouts.Nick Mathewson2021-12-071-2/+2
* Merge branch 'bug252' into 'main'eta2021-12-071-13/+8
|\
| * 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