22 Commits

Author SHA1 Message Date
184e525adb
Add logging 2023-06-29 03:49:13 +02:00
f403b77864
Code cleanup 2023-06-29 02:03:41 +02:00
42320ebf8d
Use ConcurrentDictionary 2023-06-28 13:18:33 +02:00
787721381d
refactor doTheThing 2023-06-28 00:54:55 +02:00
7d7e9bac6c
refactor checkIfFileWasDeleted 2023-06-28 00:54:30 +02:00
2b4019d7cf
move return outside of using 2023-06-28 00:48:14 +02:00
be8180a60d
refactor doTheThing 2023-06-28 00:41:38 +02:00
7f6f4c5253
Streamline code 2023-06-27 23:56:43 +02:00
e12117fba8
Small fix 2023-06-27 23:12:50 +02:00
763cde4e2d
Use dictionary 2023-06-27 22:58:07 +02:00
531a4676e9
First implementation of parralel checksumming 2023-06-27 22:31:24 +02:00
836b850f3f
Refactor getFilehashesFromDatabase 2023-06-26 18:20:47 +02:00
944b61a1ac
Refactor compareDatabases 2023-06-26 17:21:56 +02:00
6fbc53fa53
Add option to compare databases 2023-06-26 16:25:42 +02:00
b899c4c5b6
Add option to check for deleted files 2023-06-26 15:59:06 +02:00
2d42842fb2
Minor tweaks 2023-06-26 12:58:05 +02:00
8aec649781
code cleanup
removed unused methods
changed output of methods
2023-06-25 22:37:50 +02:00
c51e02fa05
Add library
Embed the library into the executable and extract at runtime
Cleanup after executing the program
2023-06-25 21:12:42 +02:00
132894e924
Minor fixes 2023-06-25 16:48:43 +02:00
b05ddd5e18
Fix formatting 2023-06-25 03:32:43 +02:00
64995434ab
Check if file moved
If the file moved the path will be updated
2023-06-25 03:28:34 +02:00
5a3becb3b4
Major additons
Converted to new project structure
Check if db already exists
Add vacuum for db cleanup
Check if filehash already exits and write info to console
2023-06-25 02:45:33 +02:00