| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rename *_isolation_group to *_isolation | trinity-1686a | 2022-03-24 | 1 | -1/+1 |
| | | |||||
| * | Alternative API for set_isolation_group(). | Nick Mathewson | 2022-03-17 | 1 | -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 Mathewson | 2022-03-17 | 1 | -6/+32 |
| |\ | | | | | | | | | new api for isolation See merge request tpo/core/arti!377 | ||||
| | * | add isolation to dns requests | trinity-1686a | 2022-03-16 | 1 | -6/+32 |
| | | | |||||
| * | | Fix typo | Dimitris Apostolou | 2022-03-16 | 1 | -1/+1 |
| |/ | |||||
| * | make run_dns_resolver public and fix typo | trinity-1686a | 2022-03-15 | 1 | -3/+2 |
| | | |||||
| * | fix typos and minor issues | trinity-1686a | 2022-03-14 | 1 | -2/+5 |
| | | |||||
| * | actually add DNS support | trinity-1686a | 2022-03-14 | 1 | -4/+80 |
| | | |||||
| * | add skeleton for DNS handling | trinity-1686a | 2022-03-14 | 1 | -6/+88 |
| | | |||||
| * | add udp to runtime | trinity-1686a | 2022-03-14 | 1 | -0/+21 |
