Commit Graph

115 Commits

Author SHA1 Message Date
8b9d5adda7 Update Claunia.Encoding dependency. 2021-04-30 16:14:41 +01:00
d246ce8e01 Update Claunia.Encoding dependency. 2021-04-30 13:12:06 +01:00
0fa75489ce [ISO9660] Do not stop processing a directory when there is 1 or more sectors of data left to process,
directory entries do not span several sectors so there can be padding at the end of a sector.
Fixes #572
2021-04-07 21:54:33 +01:00
Darkstar
32aa86646f Add required method due to the change in Aaru.CommonTypes 2021-03-05 14:21:01 +01:00
62cb57b5da Set UDF volume serial as volume set identifier. 2021-03-01 19:32:50 +00:00
c5ae8b83d8 Fix termination on Reiser 3 volume label. 2021-03-01 19:32:21 +00:00
SilasLaspada
730a8d1669 Fix typo in media scan
Change "las" to "last".
2021-01-13 16:01:28 -07:00
472a1d94d8 Update copyright year. 2020-12-31 23:08:23 +00:00
0fa680879b Prepare nuget packages. 2020-12-20 22:59:31 +00:00
72ffb3090d Bump version. 2020-12-03 02:37:40 +00:00
c7ec303e2d Bump version to 5.2.0.3330. 2020-12-03 02:09:18 +00:00
6877589cc9 General code clean-up, refactor and commenting. 2020-11-11 04:19:18 +00:00
c45f1bff6d Fix extended attributes in ISO9660. Fixes #360 2020-11-07 01:17:06 +00:00
d30a6d18cd Support ISO9660 with a block size different from 2048 bytes. Fixes #410 2020-11-06 23:51:08 +00:00
ddb93f7401 Reject processing a path table that doesn't start with the root directory. 2020-11-06 23:04:15 +00:00
0c20a24bc0 Fix reading volume name from incorrect FAT implementations that fill with NULs. Fixes #386 2020-10-31 22:14:20 +00:00
dd27bee2f2 Bump version. 2020-07-25 04:17:02 +01:00
974fcda819 Bump version. 2020-07-25 04:12:39 +01:00
8548a16c32 Bump version and fix Arch Linux package building scripts. 2020-07-25 03:31:28 +01:00
2376b65763 Code style fixes. 2020-07-22 13:20:25 +01:00
6220425ac6 Naming fixes. 2020-07-20 21:11:32 +01:00
f1fa52716c Fix namespaces. 2020-07-20 15:43:52 +01:00
0e7a86880e Fix unused code. 2020-07-20 07:47:12 +01:00
b52642af4e Inherit documentation. 2020-07-20 05:20:18 +01:00
9cfef45856 Code cleanup. 2020-07-20 04:34:16 +01:00
ad794817b4 Set language version to C# 8.0. 2020-07-19 21:44:37 +01:00
7015f44318 Fix identification of some ADFS variants. 2020-07-09 03:09:37 +01:00
d0100b3cdc Fix listing extended attributes in ISO9660 for empty files. 2020-06-25 23:19:49 +01:00
8e62a63efb Fix swapping location of big-endian path table in ISO9660 debug mode. 2020-06-25 23:17:09 +01:00
ecad6b9286 Check if ISO9660/HSF PVD points to the real root directory, if not check path table, if neither do not mount. 2020-06-25 23:13:45 +01:00
61eebfa916 If use path table option is indicated in ISO9660, use it also for the root directory. 2020-06-25 23:05:43 +01:00
83a28237fa Expose MODE2 subheaders as extended attributes of HSF/ISO9660/CD-i filesystems. Fixes #358 2020-06-21 21:40:15 +01:00
b4c4086ab7 Update to .NET Core 3.1. 2020-06-14 16:13:47 +01:00
09b2ffcbfb Do not try to read EAs from FAT16 directory entry field when it is a FAT32 volume. Fixes #361 2020-06-14 04:32:47 +01:00
b082755b58 Up version. 2020-04-23 03:00:20 +01:00
29b5cbb959 Up version to 5.1.99.2990. 2020-04-23 02:55:09 +01:00
5042b7f1e8 Use index from end expression. 2020-04-22 00:22:40 +01:00
c321a59b3a Fix ISO9660 with files of size 0. 2020-04-18 20:49:46 +01:00
61a838cab6 Fix false positive in FAT identification. 2020-04-18 19:57:38 +01:00
a374ee6f05 Up version. 2020-04-17 23:30:12 +01:00
8cb8f6a320 Move to .NET Core 3.0. 2020-04-17 21:56:30 +01:00
1496626094 Fix typo in asymmetrical. Fixes #311 2020-04-03 02:43:59 +01:00
ed964bfe73 Split HPOFS. 2020-04-02 19:30:21 +01:00
5ffceeb66e Up version. 2020-03-15 22:02:43 +00:00
00e65e37e9 Release 5.0.0.2879. 2020-03-15 20:55:59 +00:00
ea787a6f91 Remove support for .NET Framework. 2020-03-12 00:32:54 +00:00
54ca31ba43 Move to .NET Core 2.1. 2020-03-12 00:14:49 +00:00
bc8ab5d355 Remove netstandard2.0 target. 2020-03-12 00:09:39 +00:00
b55470541a Complete file headers. 2020-03-11 21:57:43 +00:00
9cbd161329 Add support for XA interleaved files. 2020-03-10 22:47:10 +00:00