Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the BootstrapperApplication out of proc | Rob Mensching | 2024-03-06 | 1 | -3/+3 |
| | |||||
* | Correctly prefix the functions exposed from burnpipe.h | Rob Mensching | 2024-01-11 | 1 | -25/+25 |
| | |||||
* | Update Burn to use pipeutil for low-level pipe operations | Rob Mensching | 2024-01-11 | 1 | -276/+41 |
| | |||||
* | Rename inter-Burn communication related pipe file | Rob Mensching | 2024-01-11 | 1 | -0/+782 |
When BootstrapperApplications move out of proc there will be another set of pipes in Burn that behave differently from the inter-Burn communication pipes that exist now. So renaming the existing pipe related files now to better reflect that it is related to Burn talking to Burn when elevated or embedded. |