Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not follow junctions when recursively deleting directories | Rob Mensching | 2024-03-06 | 1 | -4/+4 |
| | | | | | | This will prevent elevated processes from accidentally following a junction from a user-writable directory to a per-machine directory and erroneously deleting the per-machine contents. | ||||
* | Skip logging errors in some places when they are due to missing files or ↵ | Sean Hall | 2022-08-09 | 1 | -15/+27 |
| | | | | | | registry keys or values. Related to 6696 | ||||
* | Add longPathAware to Burn manifest to support long paths. | Sean Hall | 2022-06-27 | 1 | -44/+20 |
| | | | | Fixes 3455 | ||||
* | Add PathSkipPastRoot. | Sean Hall | 2022-06-07 | 1 | -5/+15 |
| | |||||
* | Resolve paths while parsing them from the command line. | Sean Hall | 2022-06-07 | 1 | -14/+41 |
| | | | | | The current directory is a process wide setting that can potentially be changed by any thread. Remove fileutil methods that had equivalent pathutil methods. | ||||
* | Move dutil into libs/dutil | Rob Mensching | 2021-04-29 | 1 | -0/+441 |