aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/burnpipe.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move the BootstrapperApplication out of procRob Mensching2024-03-061-3/+3
|
* Correctly prefix the functions exposed from burnpipe.hRob Mensching2024-01-111-25/+25
|
* Update Burn to use pipeutil for low-level pipe operationsRob Mensching2024-01-111-276/+41
|
* Rename inter-Burn communication related pipe fileRob Mensching2024-01-111-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.