mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
* DiscImageChef.Partitions/DiscImageChef.Partitions.csproj: Added Human68k partition table. * DiscImageChef.Partitions/RioKarma.cs: Corrected typo. * DiscImageChef.DiscImages/ZZZRawImage.cs: Detect X68000 SASI hard disks that use 256 bytes/sector. Correct size of ECMA-154 magnetoptical. * DiscImageChef.Partitions/PC98.cs: Correct handling of partition name, do not directly marshal as it may crash. Prevent false positives checking for sanity and partition type, so this limits it to FreeBSD right now. * DiscImageChef.Partitions/Acorn.cs: Do not try to read past device. * DiscImageChef.Helpers/BigEndianMarshal.cs: * DiscImageChef.Helpers/BigEndianStructure.cs: * DiscImageChef.Helpers/DiscImageChef.Helpers.csproj: Reworked big endian marshal. Does not traverse nested structures. * DiscImageChef.Partitions/SGI.cs: Corrected big endian marshaling, manually traversing nested structures. * DiscImageChef.Decoders/LisaTag.cs: Removed temporal variable. * DiscImageChef.Partitions/Sun.cs: Sun insists all devices must be 512 bytes/sector. Really. Even CDs. But this allows bigger ones.
105 lines
2.7 KiB
Plaintext
105 lines
2.7 KiB
Plaintext
2016-08-22 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* BigEndianMarshal.cs:
|
|
* BigEndianStructure.cs:
|
|
* DiscImageChef.Helpers.csproj: Reworked big endian marshal.
|
|
Does not traverse nested structures.
|
|
|
|
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 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiscImageChef.Helpers.csproj: Bumped version to 3.2.99.2.
|
|
|
|
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 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* AssemblyInfo.cs:
|
|
* DiscImageChef.Helpers.csproj: Bumped to version 3.2.1.
|
|
|
|
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 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiscImageChef.Helpers.csproj: Bump to version 3.1.0.
|
|
|
|
2016-07-28 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiscImageChef.Helpers.csproj: Code re-styling.
|
|
|
|
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 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.
|
|
|
|
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.
|
|
|