| 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. | ||||
| * | add isolation to dns requests | trinity-1686a | 2022-03-16 | 1 | -3/+3 |
| | | |||||
| * | accept boxed isolation in StreamPref::set_isolation_group | trinity-1686a | 2022-03-16 | 1 | -1/+1 |
| | | |||||
| * | replace IsolationMap with new Isolation trait | trinity-1686a | 2022-03-16 | 1 | -102/+14 |
| | | |||||
| * | add skeleton for DNS handling | trinity-1686a | 2022-03-14 | 1 | -2/+2 |
| | | |||||
| * | add udp to runtime | trinity-1686a | 2022-03-14 | 1 | -0/+537 |
