af478a92d1
REFACTOR: All refactor in DiscImageChef.Filters.
2017-12-22 16:17:40 +00:00
a895700757
REFACTOR: Replace if statement with null-propagating code.
2017-12-21 17:45:39 +00:00
9a404acef4
REFACTOR: Expression is always 'true' or always 'false'.
2017-12-21 17:34:47 +00:00
f65de10280
REFACTOR: Possible 'System.NullReferenceException'.
2017-12-21 16:59:15 +00:00
9883b567ff
REFACTOR: Possible 'null' assignment to entity marked with 'NotNull' attribute.
2017-12-21 14:41:38 +00:00
dcd053b20d
REFACTOR: Remove unneeded code.
2017-12-21 14:30:44 +00:00
35ce7db892
REFACTOR: Unnecessary whitespace removal.
2017-12-21 07:36:47 +00:00
4d886dae25
REFACTOR: Invert 'if' statement to reduce nesting.
2017-12-21 06:06:19 +00:00
bce69c9161
REFACTOR: Use preferred braces style.
2017-12-21 00:44:33 +00:00
e9443388ee
REFACTOR: Use preferred braces style.
2017-12-20 23:07:46 +00:00
b0936d51c5
REFACTOR: Remove redundant parentheses.
2017-12-20 17:26:28 +00:00
e6f6ace80b
REFACTOR: Reformat code.
2017-12-19 20:33:05 +00:00
77edc7c91c
REFACTOR: Sort and removed usings.
2017-12-19 19:33:51 +00:00
fed73af450
Updated SharpCompress to 0.19.2.0.
2017-12-19 04:11:10 +00:00
1a39168f19
REFACTOR: Updated comments and copyright date.
2017-12-19 03:51:05 +00:00
0b58866c2d
Bumped version to 3.99.6.0.
2017-11-29 16:02:19 +00:00
0bb7fbbc8a
Updated to SharpCompress 0.18.2.
2017-09-28 17:12:41 +00:00
5e29fb0c13
Version bumped to 3.5.99.0.
2017-09-05 17:21:24 +01:00
ec94c6e913
Filename should not include compressed extension.
2017-07-01 03:26:31 +01:00
25c6c78516
* DiscImageChef.Tests/Filters/PCExchange.cs:
...
* DiscImageChef.Tests/DiscImageChef.Tests.csproj:
Added test for PCExchange filter.
* DiscImageChef.Filters/PCExchange.cs:
Solved handling last entry of FINDER.DAT.
Close FINDER.DAT to prevent sharing violation.
2017-06-29 23:41:14 +01:00
334cc66a53
Formatting options.
2017-06-29 21:23:39 +01:00
d1a4af704b
Corrected duplicate GUID.
2017-06-08 14:34:14 +01:00
8cd80c89a3
Use uncompressed size from footer.
2017-06-07 20:03:10 +01:00
a81912fd60
Adds support for XZ compressed files.
2017-06-07 19:55:51 +01:00
5feb941ec5
If specified size is 0, calculate length.
2017-06-07 19:52:51 +01:00
9fe8399d6a
Added support for LZIP compressed files (.lz).
2017-06-07 18:36:06 +01:00
149949b29f
Remove spurious debug message.
2017-06-07 18:34:11 +01:00
cc1bfba46b
Correctly remove temporary file.
2017-06-07 18:29:05 +01:00
0c1f05dacc
Use cached stream. Gives a 600% speed boost on analyze.
2017-06-07 18:23:30 +01:00
6249e9e331
Corrected reading past last read position.
2017-06-07 17:52:54 +01:00
2f6714d8a0
Completely changed ForcedSeekStream workings to use a backing
...
file. The previous one worked with small files but failed
miserably with big ones.
2017-06-07 17:08:46 +01:00
6b3c824f3e
Debug messages go to debug console.
2017-06-06 23:04:25 +01:00
3754c622f4
Updated SharpCompress package version.
2017-06-06 22:53:04 +01:00
76e16db616
Added support for different character encodings.
2017-06-06 21:23:20 +01:00
ce3e941e1c
Version bumped to 3.4.99.0.
2017-06-04 23:09:27 +01:00
d9b372c878
Project file formatting.
2017-06-03 01:13:47 +01:00
285535eeb2
This seems to correct package references...
2017-05-21 23:31:12 +01:00
869b49d711
Updated copyright string.
2017-05-19 20:28:49 +01:00
916d2be6b8
Updated NuGet packages.
2017-05-19 20:25:29 +01:00
e4afde55b8
Upped version to 3.3.99.0. Do not use version from solution on
...
library projects.
2017-05-19 18:39:15 +01:00
304544fb02
Some changes made by VS/Mac, harmless.
2017-05-16 08:26:38 +01:00
b0a7b2e7ea
Updated SharpCompress to 0.13.0
2016-09-30 04:32:18 +01:00
dc31b282b6
* DiscImageChef.DiscImages/GDI.cs:
...
* DiscImageChef.DiscImages/CDRDAO.cs:
* DiscImageChef.DiscImages/CDRWin.cs:
Prevent reading binary files.
* DiscImageChef.Filters/MacBinary.cs:
Adds more sanity checks.
2016-09-17 21:23:01 +01:00
59799daccf
* DiscImageChef.Filters/PCExchange.cs:
...
Removed debug messages.
* DiscImageChef.Filesystems/FAT.cs:
Corrected syntax bug.
* DiscImageChef.Filters/Filters.cs:
Corrected handling of "No filter".
* DiscImageChef.Filesystems/AmigaDOS.cs:
Corrected detection of FFS on hard disks and FFS with block
sizes > sector size.
2016-09-13 14:52:31 +01:00
fe623a5dfb
Added filter for PCExchange files.
2016-09-12 01:13:12 +01:00
65635bd149
Added support for AppleDouble as extracted by "unar", the
...
non-Mac version of The Unarchiver.
2016-09-11 04:37:30 +01:00
b453752155
Added support for .bz2 compressed files.
2016-09-10 01:31:52 +01:00
aa2c7e4808
* TODO:
...
* README.md:
* DiscImageChef.DiscImages/DART.cs:
* DiscImageChef.DiscImages/DiscImageChef.DiscImages.csproj:
Adds DART support.
* DiscImageChef.DiscImages/DiskCopy42.cs:
Removed spurious debug message.
* DiscImageChef.Filters/AppleSingle.cs:
Corrected typo.
2016-09-09 22:58:39 +01:00
c8fb8b01d1
Adds support for MacBinary.
2016-09-07 22:32:44 +01:00
122141c850
* TODO:
...
* README.md:
* DiscImageChef.DiscImages/NDIF.cs:
* DiscImageChef.DiscImages/DiscImageChef.DiscImages.csproj:
Adds support for Apple NDIF images, closes #47
* Claunia.RsrcFork:
* DiscImageChef.DiscImages/UDIF.cs:
* DiscImageChef.DiscImages/DiskCopy42.cs:
Try to get and use "vers" resource from the Resource Fork to
get ImageApplication and its version.
* DiscImageChef.Filters/OffsetStream.cs:
Corrected OffsetStream arithmetic bug.
2016-09-06 23:21:10 +01:00