|
2cee77b108
|
Adjust I/O buffer size according to file size + allow slightly bigger maximum buffer size.
|
2022-04-17 00:43:21 +02:00 |
|
|
7359ce3673
|
Enhanced self-test routine + added macro to "safely" free SlunkCrypt instance.
|
2022-04-02 17:27:48 +02:00 |
|
|
69df385d57
|
Detect the number of available CPU cores by using either sched_getaffinity(), GetProcessAffinityMask() or sysconf(), depending on the target platform.
|
2022-04-01 20:33:46 +02:00 |
|
|
fdc1c8b0d8
|
Refactored progress indicator update + increase file I/O buffer size.
|
2022-03-29 22:58:47 +02:00 |
|
|
f70ccb6a14
|
Some code refactoring in the thread pool module.
|
2022-03-24 21:59:43 +01:00 |
|
|
d0be7ad5a5
|
Make it possible to set number of threads in the front-end + updated the README file.
|
2022-03-24 00:06:01 +01:00 |
|
|
c32c85d8c9
|
Much improved threading support.
|
2022-03-22 23:01:19 +01:00 |
|
|
c607046831
|
Implemented improved method for detecting identical files.
|
2022-03-04 20:56:20 +01:00 |
|
|
b95e578e33
|
Print the system error message, if the input or output file could not be opened.
|
2022-02-27 19:38:10 +01:00 |
|
|
65f08d43a5
|
Replaced clock() function by clock_gettime() on Linux and QueryPerformanceFrequency() on Windows.
|
2022-02-11 21:52:22 +01:00 |
|
|
46dc28f3ca
|
Refactored encryption/decryption routines as well as the self-test routine into separate files.
|
2021-04-18 15:32:37 +02:00 |
|