summaryrefslogtreecommitdiff
path: root/crates/arti/src/dns.rs
Commit message (Collapse)AuthorAgeFilesLines
* rename *_isolation_group to *_isolationtrinity-1686a2022-03-241-1/+1
|
* Alternative API for set_isolation_group().Nick Mathewson2022-03-171-1/+1
| | | | | | | | | | | | Instead of requiring a `Box<dyn Isolation>`, it now takes either a `Box<dyn Isolation>`, or an arbitrary `T` that implements `Isolation`. This API still allows the user to pass in a `Box<dyn Isolation>` if that's what they have, but it doesn't require them to Box the isolation on their own. Part of #414.
* Merge branch 'test-isolation' into 'main'Nick Mathewson2022-03-171-6/+32
|\ | | | | | | | | new api for isolation See merge request tpo/core/arti!377
| * add isolation to dns requeststrinity-1686a2022-03-161-6/+32
| |
* | Fix typoDimitris Apostolou2022-03-161-1/+1
|/
* make run_dns_resolver public and fix typotrinity-1686a2022-03-151-3/+2
|
* fix typos and minor issuestrinity-1686a2022-03-141-2/+5
|
* actually add DNS supporttrinity-1686a2022-03-141-4/+80
|
* add skeleton for DNS handlingtrinity-1686a2022-03-141-6/+88
|
* add udp to runtimetrinity-1686a2022-03-141-0/+21