Commit Graph

18 Commits

Author SHA1 Message Date
2c409e1217 Code cleanup. 2018-06-22 08:08:51 +01:00
3ec5977783 General refactor. 2018-06-20 22:22:21 +01:00
2b769cbf4b Add several out of bounds and null protections against rogue MMC firmwares. 2018-06-19 21:35:23 +01:00
3718c3024a Correct pretty printing several parameters in MODE headers. 2018-06-15 20:30:04 +01:00
354e31d149 REFACTOR: Final cleanup of DiscImageChef.Decoders. 2017-12-23 18:31:38 +00:00
60ed13e9b3 DOCUMENTATION: DateTime handlers. 2017-12-23 03:59:48 +00:00
8e24002875 REFACTOR: All refactor in DiscImageChef.Decoders. 2017-12-22 02:04:18 +00:00
c47b866af1 REFACTOR: Use string interpolation expression. 2017-12-21 17:58:51 +00:00
9083dc4c30 REFACTOR: Replace if statement with null-propagating code. 2017-12-21 17:45:39 +00:00
9a0259fe5c REFACTOR: Expression is always 'true' or always 'false'. 2017-12-21 17:34:47 +00:00
5a2b6d8783 REFACTOR: Removed unneeded value sets. 2017-12-21 16:07:20 +00:00
3477d3df83 REFACTOR: Unnecessary whitespace removal. 2017-12-21 07:36:47 +00:00
9195c7ea24 Corrected minor bug in decoding SCSI MODE PAGE 00h. 2017-12-21 07:23:50 +00:00
fba01ce718 REFACTOR: Loop can be converted into LINQ-expression. 2017-12-21 07:08:26 +00:00
546a673656 REFACTOR: Invert 'if' statement to reduce nesting. 2017-12-21 06:06:19 +00:00
3523d83424 REFACTOR: Convert 'if' statement to 'switch' statement. 2017-12-21 04:43:29 +00:00
0c1c20640d REFACTOR: Use preferred braces style. 2017-12-21 02:39:53 +00:00
94f40842f3 REFACTOR: Separate SCSI MODE decoders. 2017-12-21 02:03:21 +00:00