| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Random fixes | Rob Mensching | 6 days | 1 | -3/+3 |
| | | |||||
| * | Use CompareStringOrdinal() instead of CompareString() case-sensitive | Rob Mensching | 2025-11-03 | 1 | -1/+1 |
| | | | | | | | | This commit moves to the modern CompareStringOrdinal() for all case-sensitve uses of CompareString() with the invariant locale. Resolves 6947 | ||||
| * | 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. | |||||
