|
|
d3f24ddefd
|
General refactor.
|
2018-06-20 22:22:21 +01:00 |
|
|
|
8d16b350b0
|
Automate version set from git revision.
|
2018-04-12 00:20:29 +01:00 |
|
|
|
aef3ac9304
|
Move version to project files.
|
2018-04-11 22:56:48 +01:00 |
|
|
|
f903bd2503
|
Framework minimum version is v4.6.1.
|
2018-04-11 08:28:45 +01:00 |
|
|
|
20869208dc
|
Update project schemas.
|
2018-04-11 08:13:49 +01:00 |
|
|
|
e7759bf68a
|
🐛Correct CD ECC Mode 2 calculations.
|
2018-04-10 05:23:57 +01:00 |
|
|
|
a4faba484a
|
🐛Correct CD EDC calcuations.
|
2018-04-10 05:07:53 +01:00 |
|
|
|
c93297a225
|
🐛Correct CD ECC calcuations, fixes #170.
|
2018-04-10 04:39:33 +01:00 |
|
|
|
77e4487265
|
Reduce debug chattyness when checking CD checksums.
|
2018-02-08 21:13:43 +00:00 |
|
|
|
fb551863c5
|
🐛Fix Fletcher-16 and Fletcher-32 speed.
|
2018-02-03 21:25:37 +00:00 |
|
|
|
21430d5c43
|
🐛Fix static method on hashes not being declared as such.
|
2018-02-03 19:11:41 +00:00 |
|
|
|
6955d33af8
|
Add support for custom CRC seed and polynomials.
|
2018-02-03 18:36:23 +00:00 |
|
|
|
22bbd34f8a
|
🐛Fix CRC16 returning a 32-bit value.
|
2018-02-03 17:43:18 +00:00 |
|
|
|
28c52ef664
|
🐛Move checksum initializers to instance constructors.
|
2018-02-03 17:39:49 +00:00 |
|
|
|
3768e7d077
|
🐛Moved checksums to interface.
|
2018-02-03 17:01:17 +00:00 |
|
|
|
ea1aa7b59b
|
🐛Fix CRC64 endian problem.
|
2018-02-01 17:56:51 +00:00 |
|
|
|
cbe8d16054
|
Do not modify CRC on return, so several calls for return will return same value.
|
2018-01-17 23:36:02 +00:00 |
|
|
|
836fc72374
|
Update copyright year in .NET metadata.
|
2018-01-06 11:57:21 +00:00 |
|
|
|
a254ae34e3
|
Version up to 4.0.99.0.
From now on in-development versions will be X.Y.99.Z, with Z being
a published development versions, and X.Y being the latest stable release.
|
2017-12-30 09:09:49 +00:00 |
|
|
|
277f8c65a9
|
Version bumped to 4.0.0.0.
|
2017-12-24 05:45:43 +00:00 |
|
|
|
b5a3fa1f58
|
REFACTOR: Final cleanup of DiscImageChef.Checksums.
|
2017-12-23 16:40:14 +00:00 |
|
|
|
2201d99d39
|
DOCUMENTATION: Added XML documentation to DiscImageChef.Core.
|
2017-12-23 01:46:08 +00:00 |
|
|
|
18ddb2b575
|
REFACTOR: All refactor in DiscImageChef.Checksums.
|
2017-12-21 20:26:46 +00:00 |
|
|
|
899232216e
|
REFACTOR: Expression is always 'true' or always 'false'.
|
2017-12-21 17:34:47 +00:00 |
|
|
|
11b19434c0
|
REFACTOR: Removed unneeded value sets.
|
2017-12-21 16:07:20 +00:00 |
|
|
|
37130d7599
|
REFACTOR: Invert 'if' statement to reduce nesting.
|
2017-12-21 06:06:19 +00:00 |
|
|
|
fae5e8a4c8
|
REFACTOR: Convert 'if' statement to 'switch' statement.
|
2017-12-21 04:43:29 +00:00 |
|
|
|
f8c154edd7
|
REFACTOR: Removed else statements.
|
2017-12-21 02:57:32 +00:00 |
|
|
|
985e3d5b9c
|
REFACTOR: Use preferred braces style.
|
2017-12-20 23:07:46 +00:00 |
|
|
|
468ce4f221
|
REFACTOR: Use explicit or implicit modified definition.
|
2017-12-20 17:46:47 +00:00 |
|
|
|
214e0c8ece
|
REFACTOR: Add parentheses to avoid non-obvious precedence.
|
2017-12-20 17:38:12 +00:00 |
|
|
|
81581a4234
|
REFACTOR: Remove redundant parentheses.
|
2017-12-20 17:26:28 +00:00 |
|
|
|
e0d96ac81b
|
REFACTOR: Fixed MOST name inconsistencies.
|
2017-12-20 17:15:37 +00:00 |
|
|
|
24137b10c8
|
REFACTOR: Reformat code.
|
2017-12-19 20:33:05 +00:00 |
|
|
|
6bab945453
|
REFACTOR: Sort and removed usings.
|
2017-12-19 19:33:51 +00:00 |
|
|
|
0a931cd04a
|
REFACTOR: Updated comments and copyright date.
|
2017-12-19 03:51:05 +00:00 |
|
|
|
5228e0fd1c
|
Bumped version to 3.99.6.0.
|
2017-11-29 16:02:19 +00:00 |
|
|
|
98914b9838
|
Disable EDC check on CDs, it's currently not working.
|
2017-09-17 23:02:15 +01:00 |
|
|
|
3cc00b2549
|
Version bumped to 3.5.99.0.
|
2017-09-05 17:21:24 +01:00 |
|
|
|
f72ea93b6a
|
Corrected checksum calculation errors.
|
2017-06-29 22:30:03 +01:00 |
|
|
|
9a85a82af8
|
Close opened files.
|
2017-06-29 22:10:15 +01:00 |
|
|
|
cc542414dd
|
Formatting options.
|
2017-06-29 21:23:39 +01:00 |
|
|
|
7bb2dd633e
|
Version bumped to 3.4.99.0.
|
2017-06-04 23:09:27 +01:00 |
|
|
|
2e12d4dbaf
|
Project file formatting.
|
2017-06-03 01:13:47 +01:00 |
|
|
|
e2eb180fc4
|
Updated copyright string.
|
2017-05-19 20:28:49 +01:00 |
|
|
|
e6c9b145d8
|
Bumped version to 3.3.99.0.
|
2017-05-19 20:27:27 +01:00 |
|
|
|
f116f7d917
|
Upped version to 3.3.99.0. Do not use version from solution on
library projects.
|
2017-05-19 18:39:15 +01:00 |
|
|
|
7821e181a2
|
Some changes made by VS/Mac, harmless.
|
2017-05-16 08:26:38 +01:00 |
|
|
|
b401b77542
|
Bumped version to 3.2.99.2.
|
2016-08-09 15:34:26 +01:00 |
|
|
|
d8d81c499c
|
Public beta release 3.2.99.1.
|
2016-08-07 04:38:07 +01:00 |
|