mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
* FileSystemIDandChk.sln: Updated solution version to VS2010
* Packages.mdproj: * FFS.cs: Added code for detecting 42BSD, 43BSD, 44BSD, SunOS, SunOS/x86, UFS and UFS2 filesystems. Block size is incorrect on NeXTStep's CD UFSs, but there is no way to check for it. * Main.cs: Disable debug by default * FileSystemIDandChk.csproj: Moved to .NET 4 and added EndianAwareBinaryReader class * EndianAwareBinaryReader.cs: Override of BinaryReader class with the ability to automatically swap endianness git-svn-id: svn://claunia.com/FileSystemIDandChk@13 17725271-3d32-4980-a8cb-9ff532f270ba
This commit is contained in:
@@ -1,3 +1,20 @@
|
||||
2012-08-04 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* Plugins/FFS.cs:
|
||||
Added code for detecting 42BSD, 43BSD, 44BSD, SunOS,
|
||||
SunOS/x86, UFS and UFS2 filesystems. Block size is incorrect
|
||||
on NeXTStep's CD UFSs, but there is no way to check for it.
|
||||
|
||||
* Main.cs:
|
||||
Disable debug by default
|
||||
|
||||
* FileSystemIDandChk.csproj:
|
||||
Moved to .NET 4 and added EndianAwareBinaryReader class
|
||||
|
||||
* EndianAwareBinaryReader.cs:
|
||||
Override of BinaryReader class with the ability to
|
||||
automatically swap endianness
|
||||
|
||||
2012-08-03 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* Plugins/ISO9660.cs:
|
||||
|
||||
Reference in New Issue
Block a user