Commit Graph

265 Commits

Author SHA1 Message Date
89a2c52911 Move OS specific command implementation to OS specific device class. 2022-03-26 19:35:13 +00:00
d2d3bb560c Use Create method for creating Device class. 2022-03-26 17:46:59 +00:00
1c99cb1d09 Change async void for async Task wherever possible. 2022-03-26 16:52:00 +00:00
f0fa4d4320 Remove unused code. 2022-03-17 23:54:41 +00:00
b05dc45d09 Add null reference checks. 2022-03-17 00:46:26 +00:00
ff65da6c48 Use merge pattern. 2022-03-16 11:47:00 +00:00
5f14f0e79c Fix unused variables. 2022-03-16 00:31:33 +00:00
762e3eb6d2 General cleanup and refactor. 2022-03-07 07:36:44 +00:00
0d0d032c9e Update nuget packages. 2022-03-06 18:55:35 +00:00
0bc819feab Move to file scoped namespaces. 2022-03-06 13:29:38 +00:00
dd4451740c Update copyright year. 2022-02-20 09:34:52 +00:00
f3fb694a52 Fix MSBuild project change made by VSMac. 2022-02-15 11:04:33 +00:00
6f4c33ffe7 Updated dependencies. 2022-02-15 10:22:42 +00:00
4de10d0c34 Clarify interface usage. 2021-12-28 03:20:51 +00:00
36f57a58cb Fix database being in use while trying a master update. 2021-12-10 02:44:01 +00:00
ffc23068d7 Bump version to 6.0.0-alpha8. 2021-12-08 21:48:35 +00:00
8c5766ad88 Bump version to 6.0.0-alpha7. 2021-12-08 20:39:49 +00:00
5e733abc8f Add support for byte addressable images to detection. 2021-11-14 03:52:44 +00:00
738f2325bc Update .NET 6 dependencies to RTM. 2021-11-09 01:46:07 +00:00
b7fa638410 Refactor IOpticalMediaImage.ReadSector(s) to return error status instead of buffer. 2021-09-21 01:38:54 +01:00
34df6087ce Refactor IMediaImage.ReadSector(s)Tag to return error status instead of buffer. 2021-09-20 20:52:18 +01:00
a6690aa121 Refactor IMediaImage.ReadSector(s)Long to return error status instead of buffer. 2021-09-20 14:22:22 +01:00
f51d414abd Refactor IMediaImage.ReadSector(s) to return error status instead of buffer. 2021-09-19 21:16:47 +01:00
fbccfb2ca9 Refactor IMediaImage.ReadMediaTag to return error status instead of buffer. 2021-09-18 15:01:31 +01:00
ef2fc1788a Refactor IMediaImage.Open to return error status instead of boolean. 2021-09-16 19:10:39 +01:00
12a72a45e4 Consolidate error number enumerations. 2021-09-16 04:42:14 +01:00
cd41c8e59a Simplify some struct type names. 2021-09-14 21:18:28 +01:00
9dc57c2bd8 Remove deprecated FreeBSD code. 2021-09-14 20:44:06 +01:00
fc0f03ba5a Upgrade dependencies. 2021-09-12 22:53:19 +01:00
bedc6c64d1 Upgrade to Avalonia 0.10.7. 2021-09-12 22:42:09 +01:00
ebd29840fe Upgrade to .NET 6. 2021-09-12 22:26:47 +01:00
d7eb624001 Bump version to 6.0.0-alpha6. 2021-09-12 21:34:23 +01:00
75edb759e6 General code refactor. 2021-08-17 21:23:10 +01:00
4fcaeffc85 Merge into pattern. 2021-08-17 18:24:01 +01:00
fdff1d74c9 Use Array.Empty<T>. 2021-08-17 18:23:50 +01:00
39e73b16a0 Fix inconsistent naming. 2021-08-17 16:27:42 +01:00
c1287c00cf Remove redundant parentheses. 2021-08-17 14:27:19 +01:00
8a0f87c542 Merge pull request #638 from mnadareski/draw-squares
Add DrawSquares to BlockMap
2021-07-29 00:47:32 +01:00
79886aca2b Disable calculation of disc entropy on multisession discs. 2021-07-28 02:55:01 +01:00
Matt Nadareski
85cd9fd411 Add DrawSquares to BlockMap 2021-07-13 21:59:52 -07:00
a77fb96a00 Detect when DVD book type is different from drive's firmware profile. 2021-06-23 14:48:22 +01:00
0d5802bf74 Clarify anonymouslity of stats sharing. Fixes #467 2021-06-22 19:44:06 +01:00
8b9d5adda7 Update Claunia.Encoding dependency. 2021-04-30 16:14:41 +01:00
d246ce8e01 Update Claunia.Encoding dependency. 2021-04-30 13:12:06 +01:00
122c77b9c2 Rename analyze command to fs-info. 2021-03-05 14:17:07 +00:00
Rebecca Wallander
9d9cf68e0a Move decryption option to Settings + formatting fixes 2021-01-16 19:09:45 +01:00
Rebecca Wallander
89bbbbc712 Add output of disc key and sector CMI info from media info command 2021-01-14 18:42:28 +01:00
472a1d94d8 Update copyright year. 2020-12-31 23:08:23 +00:00
0fa680879b Prepare nuget packages. 2020-12-20 22:59:31 +00:00
c788a4ded5 Implemented reading SD/MMC using buffered OS calls. 2020-12-12 22:48:03 +00:00