Files
Aaru/DiscImageChef.Helpers/ChangeLog

150 lines
3.8 KiB
Plaintext
Raw Normal View History

2017-05-27 Natalia Portillo <claunia@claunia.com>
* CompareBytes.cs:
* DiscImageChef.Helpers.csproj: Refactor: Moved CompareBytes
to Helpers.
2017-05-19 20:28:49 +01:00
2017-05-19 Natalia Portillo <claunia@claunia.com>
* Swapping.cs:
* PrintHex.cs:
* ArrayFill.cs:
* ArrayIsEmpty.cs:
* DateHandlers.cs:
* StringHandlers.cs:
* BigEndianMarshal.cs:
* BigEndianBitConverter.cs:
* AssemblyInfo.cs:
* EndianAwareBinaryReader.cs: Updated copyright string.
2017-05-19 20:27:27 +01:00
2017-05-19 Natalia Portillo <claunia@claunia.com>
* AssemblyInfo.cs: Bumped version to 3.3.99.0.
2017-05-19 Natalia Portillo <claunia@claunia.com>
* DiscImageChef.Helpers.csproj: Upped version to 3.3.99.0. Do
not use version from solution on library projects.
2016-09-05 Natalia Portillo <claunia@claunia.com>
* DateHandlers.cs: Added AppleSingle and AppleDouble filters.
2016-09-02 18:46:55 +01:00
2016-09-02 Natalia Portillo <claunia@claunia.com>
* DateHandlers.cs: Adds support for NILFS2 filesystem.
2016-09-02 Natalia Portillo <claunia@claunia.com>
* DateHandlers.cs: Add supports for UNIX timestamps divided in
seconds+nanoseconds.
2016-08-26 Natalia Portillo <claunia@claunia.com>
* DateHandlers.cs: Added CP/M timestamp converter.
2016-08-22 Natalia Portillo <claunia@claunia.com>
* BigEndianMarshal.cs:
* BigEndianStructure.cs:
* DiscImageChef.Helpers.csproj: Reworked big endian marshal.
Does not traverse nested structures.
* DiscImageChef.Helpers/BigEndianStructure.cs: * DiscImageChef.Helpers/DiscImageChef.Helpers.csproj: Added code that directly marshals from a big-endian byte array. But untested with nested structures. * DiscImageChef.Partitions/Acorn.cs: Added support for Acorn FileCore partition, closes #4. * DiscImageChef.Partitions/BSD.cs: Moved BSD partitions from inside MBR code to separate code, as they can (and do) appear on other architectures as the only scheme. * DiscImageChef.Partitions/DEC.cs: Added support for DEC disklabels, closes #11. * DiscImageChef.Partitions/DragonFlyBSD.cs: Added support for DragonFly BSD 64-bit disklabels. * DiscImageChef.Partitions/PC98.cs: Added support for NEC PC-9800 partitions. * DiscImageChef.Partitions/RioKarma.cs: Added support for Rio Karma partitions. * DiscImageChef.Partitions/SGI.cs: Added support for SGI DVHs, closes #9. * DiscImageChef.Partitions/UNIX.cs: Moved UNIX partitions from inside MBR code to separate code, as they can (and do) appear on other architectures as the only scheme. * TODO: * README.md: * DiscImageChef.Partitions/DiscImageChef.Partitions.csproj: Added support for Acorn FileCore partition, closes #4. Added support for DEC disklabels, closes #11. Added support for SGI DVHs, closes #9. Moved BSD partitions from inside MBR code to separate code, as they can (and do) appear on other architectures as the only scheme. Added support for DragonFly BSD 64-bit disklabels. Added support for NEC PC-9800 partitions. Added support for Rio Karma partitions. Moved UNIX partitions from inside MBR code to separate code, as they can (and do) appear on other architectures as the only scheme. * DiscImageChef.Partitions/GPT.cs: Added new partition type UUIDs. * DiscImageChef.Partitions/MBR.cs: Moved BSD partitions from inside MBR code to separate code, as they can (and do) appear on other architectures as the only scheme. Moved UNIX partitions from inside MBR code to separate code, as they can (and do) appear on other architectures as the only scheme. * DiscImageChef.Partitions/Sun.cs: Added new partition types. Prepare structures for marshaling.
2016-08-21 08:27:43 +01:00
2016-08-21 Natalia Portillo <claunia@claunia.com>
* BigEndianStructure.cs:
* DiscImageChef.Helpers.csproj: Added code that directly
marshals from a big-endian byte array. But untested with
nested structures.
2016-08-09 15:34:26 +01:00
2016-08-09 Natalia Portillo <claunia@claunia.com>
* DiscImageChef.Helpers.csproj: Bumped version to 3.2.99.2.
2016-08-07 04:38:07 +01:00
2016-08-07 Natalia Portillo <claunia@claunia.com>
* DiscImageChef.Helpers.csproj: Public beta release 3.2.99.1.
2016-08-07 Natalia Portillo <claunia@claunia.com>
* DateHandlers.cs: Added DOS to C# date converter.
2016-08-01 19:07:04 +01:00
2016-08-01 Natalia Portillo <claunia@claunia.com>
* AssemblyInfo.cs:
* DiscImageChef.Helpers.csproj: Bumped to version 3.2.1.
2016-08-01 19:01:21 +01:00
2016-08-01 Natalia Portillo <claunia@claunia.com>
* AssemblyInfo.cs:
* DiscImageChef.Helpers.csproj: Bump to version 3.2.0
2016-07-31 Natalia Portillo <claunia@claunia.com>
* DateHandlers.cs: Added support for U.C.S.D. Pascal
filesystem, closes #31
2016-07-29 02:25:29 +01:00
2016-07-29 Natalia Portillo <claunia@claunia.com>
* DiscImageChef.Helpers.csproj: Bump to version 3.1.0.
2016-07-28 23:08:22 +01:00
2016-07-28 Natalia Portillo <claunia@claunia.com>
* DiscImageChef.Helpers.csproj: Code re-styling.
2016-07-28 22:25:26 +01:00
2016-07-28 Natalia Portillo <claunia@claunia.com>
* Swapping.cs:
* PrintHex.cs:
* ArrayFill.cs:
* ArrayIsEmpty.cs:
* DateHandlers.cs:
* StringHandlers.cs:
* BigEndianBitConverter.cs:
* EndianAwareBinaryReader.cs: Refactor and code cleanup.
2016-01-13 Natalia Portillo <claunia@claunia.com>
* ArrayFill.cs:
* ArrayIsEmpty.cs:
* DiscImageChef.Helpers.csproj:
Implemented Certance, Fujitsu and Hewlett-Packard vendor
commands.
2015-12-30 Natalia Portillo <claunia@claunia.com>
* StringHandlers.cs:
Fixed string conversion when input byte array is null.
2015-12-04 Natalia Portillo <claunia@claunia.com>
* StringHandlers.cs:
Finally CD-Text on lead-in is getting decoded correctly...
2015-10-19 04:48:17 +01:00
2015-10-19 Natalia Portillo <claunia@claunia.com>
* DiscImageChef.Helpers.csproj:
Upgrade .NET version to 4.0.
2015-10-18 Natalia Portillo <claunia@claunia.com>
* PrintHex.cs:
* DateHandlers.cs:
* DiscImageChef.Helpers.csproj:
Added specific console handling for standard, verbose, debug
and error outputs.
* DiscImageChef/Checksums/MD5Context.cs: * DiscImageChef.Checksums/MD5Context.cs: * DiscImageChef/Checksums/CDChecksums.cs: * DiscImageChef.Checksums/ReedSolomon.cs: * DiscImageChef.Checksums/SHA1Context.cs: * DiscImageChef/Checksums/ReedSolomon.cs: * DiscImageChef/Checksums/SHA1Context.cs: * DiscImageChef.Checksums/CDChecksums.cs: * DiscImageChef/Checksums/CRC64Context.cs: * DiscImageChef/Checksums/CRC32Context.cs: * DiscImageChef/Checksums/CRC16Context.cs: * DiscImageChef.Checksums/CRC64Context.cs: * DiscImageChef.Checksums/CRC32Context.cs: * DiscImageChef.Checksums/CRC16Context.cs: * DiscImageChef/Checksums/SHA256Context.cs: * DiscImageChef.Checksums/SHA512Context.cs: * DiscImageChef.Checksums/SHA384Context.cs: * DiscImageChef/Checksums/SHA384Context.cs: * DiscImageChef/Checksums/SHA512Context.cs: * DiscImageChef.Checksums/SHA256Context.cs: * DiscImageChef.Checksums/Adler32Context.cs: * DiscImageChef/Checksums/SpamSumContext.cs: * DiscImageChef/Checksums/Adler32Context.cs: * DiscImageChef.Checksums/SpamSumContext.cs: * DiscImageChef.Checksums/FletcherContext.cs: * DiscImageChef/Checksums/FletcherContext.cs: * DiscImageChef.Checksums/RIPEMD160Context.cs: * DiscImageChef/Checksums/RIPEMD160Context.cs: * DiscImageChef.Checksums/Properties/AssemblyInfo.cs: * DiscImageChef.Checksums/DiscImageChef.Checksums.csproj: Move checksums to a separate library. * DiscImageChef/Swapping.cs: * DiscImageChef/PrintHex.cs: * DiscImageChef/ArrayFill.cs: * DiscImageChef/DateHandlers.cs: * DiscImageChef/StringHandlers.cs: * DiscImageChef.Helpers/Swapping.cs: * DiscImageChef.Helpers/PrintHex.cs: * DiscImageChef/DiscImageChef.csproj: * DiscImageChef.Helpers/ArrayFill.cs: * DiscImageChef.Helpers/DateHandlers.cs: * DiscImageChef/BigEndianBitConverter.cs: * DiscImageChef.Helpers/StringHandlers.cs: * DiscImageChef/EndianAwareBinaryReader.cs: * DiscImageChef.Helpers/BigEndianBitConverter.cs: * DiscImageChef.Helpers/EndianAwareBinaryReader.cs: * DiscImageChef.Helpers/Properties/AssemblyInfo.cs: * DiscImageChef.Helpers/DiscImageChef.Helpers.csproj: Move helpers to a separate library. * DiscImageChef.sln: Move helpers to a separate library. Move checksums to a separate library.
2015-10-05 18:58:13 +01:00
2015-10-05 Natalia Portillo <claunia@claunia.com>
* PrintHex.cs:
* Swapping.cs:
* ArrayFill.cs:
* DateHandlers.cs:
* StringHandlers.cs:
* BigEndianBitConverter.cs:
* EndianAwareBinaryReader.cs:
* Properties/AssemblyInfo.cs:
* DiscImageChef.Helpers.csproj:
Move helpers to a separate library.