* DiscImageChef.Filesystems/BFS.cs:

Invert endian description

	* DiscImageChef/Commands/Checksum.cs:
	  Modified checksums command to use multiple-sector reading
	  and be heavily multithreaded.

	* DiscImageChef/DiscImageChef.csproj:
	  Enable optimizations on Release.
This commit is contained in:
2015-11-10 06:16:23 +00:00
parent 26b0b6373b
commit fb961787e1
5 changed files with 1048 additions and 104 deletions

View File

@@ -1,3 +1,8 @@
2015-11-10 Natalia Portillo <claunia@claunia.com>
* BFS.cs:
Invert endian description
2015-11-09 Natalia Portillo <claunia@claunia.com>
* BFS.cs: