Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add longPathAware to Burn manifest to support long paths. | Sean Hall | 2022-06-27 | 1 | -64/+340 |
| | | | | Fixes 3455 | ||||
* | Update Burn algorithm for picking elevated temp path to use SystemTemp. | Sean Hall | 2022-06-07 | 1 | -80/+0 |
| | |||||
* | REG_EXPAND_SZ values are not necessarily a path. | Sean Hall | 2022-06-07 | 1 | -31/+2 |
| | |||||
* | Make PathGetSystemPath return an array of paths ordered by preference. | Sean Hall | 2022-06-07 | 1 | -9/+29 |
| | |||||
* | Add PathSkipPastRoot. | Sean Hall | 2022-06-07 | 1 | -118/+178 |
| | |||||
* | Replace PathCompare with PathCompareCanonicalized. | Sean Hall | 2022-06-07 | 1 | -26/+0 |
| | |||||
* | Resolve paths while parsing them from the command line. | Sean Hall | 2022-06-07 | 1 | -30/+74 |
| | | | | | The current directory is a process wide setting that can potentially be changed by any thread. Remove fileutil methods that had equivalent pathutil methods. | ||||
* | Add PathCanonicalizeForComparison. | Sean Hall | 2022-05-31 | 1 | -26/+145 |
| | |||||
* | Replace PathIsAbsolute with PathIsRooted and add PathIsFullyQualified. | Sean Hall | 2022-05-31 | 1 | -17/+85 |
| | |||||
* | PathGetDirectory can't be responsible for stripping quotes. | Sean Hall | 2022-05-31 | 1 | -6/+0 |
| | |||||
* | PathEnsureQuoted is not generally useful. | Sean Hall | 2022-05-31 | 1 | -58/+0 |
| | |||||
* | Add argument and policy setting to set Burn's base working directory. | Sean Hall | 2021-08-04 | 1 | -102/+0 |
| | | | | Fixes #5856 | ||||
* | Get system TEMP path from the registry. | Sean Hall | 2021-08-04 | 1 | -0/+87 |
| | | | | Also, correctly handle return codes from related path APIs. | ||||
* | Move dutil into libs/dutil | Rob Mensching | 2021-04-29 | 1 | -0/+1083 |