Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-11 | Archive Find is now case insensitive like originally | Aki | |
2022-09-11 | Fixed WIN32 build of dat | Aki | |
There might be small differences between option handling and fnmatch vs. PathMatchSpecA, but that's understandable. | |||
2022-09-11 | Moved FilterFile around | Aki | |
2022-09-11 | Listing option now accepts pattern filtering like extract | Aki | |
2022-09-11 | Extracted fnmatch filtering to a higher-order func | Aki | |
2022-09-11 | dat will now extract all files if no patterns are provided | Aki | |
2022-09-11 | Fixed extracting files to current working directory | Aki | |
2022-09-11 | Fixed handling return value of create_directories | Aki | |
2022-09-11 | Implemented file extraction in dat utility | Aki | |
2022-09-11 | Extended dat update action with recursive behaviour | Aki | |
2022-08-20 | Added options to inspect archive content in dat utility | Aki | |
Old PrintX methods were replaced by higher order functions ForEachX that are intended to give slighly more granual control and move the responsibility of what actually happens to the user without introducing a whole iterator. | |||
2022-08-20 | Added stub of CLI utility for handling archives | Aki | |
This will eventually deprecate Datafile |