aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/pipe.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename inter-Burn communication related pipe fileRob Mensching2024-01-111-104/+0
| | | | | | | 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.
* Use a dedicated pipe for redirecting logging from the elevated process.Sean Hall2022-08-191-3/+7
| | | | Fixes 6869
* Fix Burn pipe bug where 64-bit code was not interoperable with 32-bit.Sean Hall2022-04-011-1/+1
|
* Remove unelevation code since clean room changes made it unreachable.Sean Hall2021-08-041-13/+0
|
* Move burn into burnRob Mensching2021-04-291-0/+113