aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/pipe.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make sure error codes are translated correctly for per-machine packages.Sean Hall2022-08-261-1/+1
|
* Use a dedicated pipe for redirecting logging from the elevated process.Sean Hall2022-08-191-18/+73
| | | | Fixes 6869
* Add AppWaitForSingleObject/MultipleObjects, ThreadWaitForCompletion.Sean Hall2022-06-291-18/+16
|
* Fix Burn pipe bug where 64-bit code was not interoperable with 32-bit.Sean Hall2022-04-011-10/+19
|
* Add BURN_PROTOCOL_VERSION in registration to avoid version checks.Sean Hall2021-12-301-0/+1
| | | | Also, old versions of Burn should ignore ancestors if they doesn't support them.
* Remove unelevation code since clean room changes made it unreachable.Sean Hall2021-08-041-102/+0
|
* Move burn into burnRob Mensching2021-04-291-0/+821