Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add longPathAware to Burn manifest to support long paths. | Sean Hall | 2022-06-27 | 1 | -51/+35 |
| | | | | Fixes 3455 | ||||
* | Resolve paths while parsing them from the command line. | Sean Hall | 2022-06-07 | 1 | -4/+4 |
| | | | | | The current directory is a process wide setting that can potentially be changed by any thread. Remove fileutil methods that had equivalent pathutil methods. | ||||
* | Use min DOS date/time when filetime not supported by cabinet | Rob Mensching | 2022-03-14 | 1 | -3/+11 |
| | | | | | | | | Cabinets require files use DOS date/time. Since there are limits to DOS date/time, use the minimum date/time when a file's actual DOS date/time are out of bounds. Fixes 5296 | ||||
* | Move dutil into libs/dutil | Rob Mensching | 2021-04-29 | 1 | -0/+1539 |