Commit Graph

143 Commits

Author SHA1 Message Date
44a4fab381 Update dependencies. 2019-09-19 15:02:21 +01:00
d088cf66ea Fix compiling .NET 4.5 using .NET Core msbuild. 2019-09-13 19:46:29 +01:00
337c4967c9 Remove RIPEMD160. 2019-07-13 23:08:50 +01:00
2b33412aad Add more tests for Lisa filesystem. 2019-07-13 13:53:37 +01:00
803fb1e454 Add more ISO9660 tests. 2019-07-13 13:51:44 +01:00
6401e1b3a1 More unit tests. 2019-05-11 19:52:34 +01:00
5af147b054 Add Human68k FAT12 tests. 2019-04-28 19:13:19 +01:00
1b95820de4 Add more FAT12 tests. 2019-04-28 18:38:15 +01:00
b7cf7148a5 Make FAT filesystem plugin implement IReadOnlyFilesystem. 2019-04-25 01:25:13 +01:00
cf1efbb5cc Update dependencies. 2019-04-23 22:40:52 +01:00
1cf6549036 Add filesystem namespaces. 2019-04-17 00:11:28 +01:00
a144b7f9c3 Fix Xbox 360 FAT date conversion. 2019-04-15 22:00:54 +01:00
adbea375c4 Add unit tests for Xbox 360 FAT. 2019-04-15 01:39:06 +01:00
0273f8d476 Add unit tests for Xbox 360 memory card partitions. 2019-04-15 01:13:06 +01:00
996e62114f Add unit tests for Xbox FAT. 2019-04-15 01:01:50 +01:00
84c1e396dc Update dependencies. 2019-01-03 18:53:29 +00:00
f2caa8c40f General code refactor and reformat. 2018-12-31 13:17:27 +00:00
6b12cd1a8e Update copyright year. 2018-12-29 17:34:38 +00:00
c964cf27b3 Update dependency to Unclassified.NetRevisionTask 2018-12-20 21:02:05 +00:00
e4f559e0de Update SharpCompress dependency to 0.22.0. 2018-11-29 22:52:53 +00:00
d9f2a45ff4 Merge branch 'master' into alcoholfix 2018-07-20 20:50:20 +01:00
1930cf95f3 Bump version to 4.5.1.1692. 2018-07-19 23:15:51 +01:00
91569c4636 Move all interfaces, extents, interop and metadata to DiscImageChef.CommonTypes. 2018-06-25 19:08:26 +01:00
ac1efc4be1 Move to development version 4.5.99.1663. 2018-06-24 21:35:04 +01:00
430441ccf8 Bump version to 4.5.0.1663. 2018-06-24 12:46:08 +01:00
88da8fc019 Code cleanup. 2018-06-22 08:08:51 +01:00
ec8b309670 General refactor. 2018-06-20 22:22:21 +01:00
6df96ccc96 Automate version set from git revision. 2018-04-12 00:20:29 +01:00
64647ed5fd Move version to project files. 2018-04-11 22:56:48 +01:00
a95beb84eb Final strike... 2018-04-11 09:25:41 +01:00
8a269054a7 Remove old nuget packages. 2018-04-11 09:02:28 +01:00
9ea20d7d81 Change nuget package references in projects (should fix compilation). 2018-04-11 08:57:34 +01:00
7328f05dea Framework minimum version is v4.6.1. 2018-04-11 08:28:45 +01:00
b14320a44a Update project schemas. 2018-04-11 08:13:49 +01:00
97073e34f0 Add support for Human68k FAT16 BPB, fixes #173. 2018-04-09 18:47:29 +01:00
4194566a20 🐛Fix static method on hashes not being declared as such. 2018-02-03 19:11:41 +00:00
b50b6c29ca 🐛Move checksum initializers to instance constructors. 2018-02-03 17:39:49 +00:00
4b4671b4ef 🐛Moved checksums to interface. 2018-02-03 17:01:17 +00:00
4bb8b41363 Add support for detecting High Performance Optical File System. 2018-01-16 22:45:16 +00:00
617bf94988 Add new filesystem tests created from OS/2. 2018-01-16 18:08:20 +00:00
0d0bc878a6 🐛Add support for the Microsoft Resilient File System (aka ReFS), fixes #13 2017-12-30 17:47:55 +00:00
923ed6673a Version up to 4.0.99.0.
From now on in-development versions will be X.Y.99.Z, with Z being
a published development versions, and X.Y being the latest stable release.
2017-12-30 09:09:49 +00:00
feecb2f70a 🎨REFACTOR: Rename some methods and fields in IMediaImage interface. 2017-12-28 19:56:36 +00:00
741a3289a2 🎨Remove chains of if-else to get media type from it's geometry, plus add
a geometry class with a list of known geometries and ❤️LINQ❤️ queries.
2017-12-28 04:57:26 +00:00
f66a0bdd42 🎨Converted all plugin types to interfaces. 2017-12-26 06:05:24 +00:00
a002253fa4 🎨🎨🎨 Removed methods in images that only returned what's already in the ImageInfo structure. 2017-12-26 02:51:10 +00:00
03a4e286cc Added support for Xia fs. 🐛 Fixes #152 2017-12-25 23:42:14 +00:00
b5004b0f48 Version bumped to 4.0.0.0. 2017-12-24 05:45:43 +00:00
498ec65ed9 REFACTOR: Final cleanup of DiscImageChef.Tests. 2017-12-24 04:58:06 +00:00
7f3b1dfbb7 REFACTOR: Join filesystem tests to a single file per filesystem, instead of per partition. 2017-12-24 04:31:16 +00:00