OSDN Git Service

slunkcrypt/SlunkCrypt.git
2023-04-06 LoRd_MuldeRSimplify code to wipe out the command-line args. MT
2022-12-18 LoRd_MuldeRSmall improvement in Linux build script.
2022-12-13 LoRd_MuldeRSmall fix in build-info script for better platform...
2022-12-12 LoRd_MuldeRAdded build script for Mingw-w64 and Cygwin. 1.3.0
2022-11-14 LoRd_MuldeRUpgraded platform toolset to v142 (VS2019).
2022-11-13 LoRd_MuldeRFixed detection of installed .NET Framework version...
2022-11-13 LoRd_MuldeRUpdated README file.
2022-11-10 LoRd_MuldeRImproved P/Invoke bindings for GetWindowLongPtr() and...
2022-11-08 LoRd_MuldeRGUI: Added command-line option to force pure software...
2022-11-04 LoRd_MuldeRUpdated README file.
2022-10-30 LoRd_MuldeRGUI: Added new background pattern.
2022-10-30 LoRd_MuldeRGUI: Bump .NET Framework version to 4.7.2 + make it...
2022-10-29 LoRd_MuldeRExplicitly bring application window to front on startup.
2022-10-29 LoRd_MuldeRImproved test script.
2022-10-27 LoRd_MuldeRAdded post-install helper script for Win32 release.
2022-10-25 LoRd_MuldeRSome code-refactoring in key-generator.
2022-10-24 LoRd_MuldeRUpdated README file.
2022-10-23 LoRd_MuldeRAdded new test script.
2022-10-18 LoRd_MuldeRMark script as executable.
2022-10-17 LoRd_MuldeRAdded build script for Haiku and OpenBSD.
2022-10-16 LoRd_MuldeRUpdated initialization list to use "safe" prime numbers...
2022-10-16 LoRd_MuldeRSmall code refactoring in initialization function.
2022-10-15 LoRd_MuldeRUpdated README file.
2022-10-15 LoRd_MuldeRUpdated the C++ wrapper with new optional parameters.
2022-10-15 LoRd_MuldeRGUI: Added checkbox to enable/disable "legacy" compatib...
2022-10-15 LoRd_MuldeRSmall improvement to debug logging code.
2022-10-14 LoRd_MuldeRMake debug logging optional (disabled by default) in...
2022-10-13 LoRd_MuldeRImplemented optional debug logging. Writes to the syslo...
2022-10-13 LoRd_MuldeRSome code refactoring + adjust number of random skips.
2022-10-13 LoRd_MuldeRImplemented modified and somewhat faster initialization...
2022-09-29 LoRd_MuldeRFixed detection of 32-Bit (x86) version of Haiku OS. 1.2.1-1
2022-09-29 LoRd_MuldeRWindows GUI: Some improvements in detecting the program...
2022-09-24 LoRd_MuldeREnable use of getentropy() and explicit_bzero() in... 1.2.1
2022-09-23 LoRd_MuldeRAdded build scripts for FreeBSD, Solaris and MacOS...
2022-09-23 LoRd_MuldeRFixed compatibility of Makefile with older make versions.
2022-09-23 LoRd_MuldeRAdded flag to indicate multi-thread support to the...
2022-09-21 LoRd_MuldeRSmall improvement in initialize_once() and fixed a...
2022-09-20 LoRd_MuldeRFixed building the library *without* pthread support.
2022-09-20 LoRd_MuldeREnable the "-pedantic" option for GCC + fixed a few...
2022-09-20 LoRd_MuldeRClean up includes in "front-end" application.
2022-07-24 LoRd_MuldeRImproved regression test script.
2022-06-18 LoRd_MuldeRUpdated Linux build script to better match the official...
2022-05-24 LoRd_MuldeRGUI: Implemented detection of the ARM64 architecture...
2022-05-24 LoRd_MuldeRAdded support for building SlunkCrypt for the Windows...
2022-05-21 LoRd_MuldeRSupport for MIPS architecture + small improvement to...
2022-05-10 LoRd_MuldeRSmall fix to make error messages in encrypt() and decry...
2022-05-08 LoRd_MuldeREnable explicit_bzero() and getentropy() on DragonFly...
2022-05-07 LoRd_MuldeRSome improvements to musl libc build script.
2022-05-07 LoRd_MuldeRSmall improvement to Makefile + fixed compilation with...
2022-04-26 LoRd_MuldeRAdded support for the Haiku operating system.
2022-04-24 LoRd_MuldeRUpdated README file. 1.2.0
2022-04-23 LoRd_MuldeRSmall code clean-up + improved the Makefile + detect...
2022-04-19 LoRd_MuldeRUpdated Linux build script + added script to build...
2022-04-18 LoRd_MuldeREnable the GUI to use the "AVX2" binary, if supported...
2022-04-16 LoRd_MuldeRUpdated pthreads libraries for the Windows platform...
2022-04-16 LoRd_MuldeRAdjust I/O buffer size according to file size + allow...
2022-04-10 LoRd_MuldeRAdded built-time option SLUNKBUILD_NOTHREADS to disable...
2022-04-08 LoRd_MuldeRSmall improvement to platform detection.
2022-04-06 LoRd_MuldeRFixed slunkcrypt_reset() when no thread pool is allocat...
2022-04-05 LoRd_MuldeRGUI: Small improvement to setting up the PATH and worki...
2022-04-04 LoRd_MuldeRSimplify release script for Linux + drop the separate...
2022-04-03 LoRd_MuldeRAdded support for setting the number threads in the...
2022-04-02 LoRd_MuldeREnhanced self-test routine + added macro to "safely...
2022-04-01 LoRd_MuldeRDetect the number of available CPU cores by using eithe...
2022-03-29 LoRd_MuldeRRefactored progress indicator update + increase file...
2022-03-25 LoRd_MuldeRSlightly improved thread management code.
2022-03-24 LoRd_MuldeRSome code refactoring in the thread pool module.
2022-03-23 LoRd_MuldeRMake it possible to set number of threads in the front...
2022-03-23 LoRd_MuldeRUpdated pthreads library for the Windows platform ...
2022-03-22 LoRd_MuldeRMuch improved threading support.
2022-03-21 LoRd_MuldeRInitial thread support.
2022-03-04 LoRd_MuldeRImplemented improved method for detecting identical... master
2022-03-01 LoRd_MuldeRSome code refactoring.
2022-02-27 LoRd_MuldeRPrint the system error message, if the input or output...
2022-02-24 LoRd_MuldeRMake sure that input file name and output file name...
2022-02-11 LoRd_MuldeRRefactored process event handler class + added new... 1.1.2
2022-02-11 LoRd_MuldeRReplaced clock() function by clock_gettime() on Linux...
2022-02-10 LoRd_MuldeRRefactored the ProcessRunner and PasswordGen classes.
2022-02-09 LoRd_MuldeRGUI: Replaced the built-in password generator with...
2022-02-08 LoRd_MuldeRSmall improvement to the password generator.
2022-02-08 LoRd_MuldeRMake sure that the requested number of random bytes...
2022-01-27 LoRd_MuldeRIncrement patch version. 1.1.1
2022-01-26 LoRd_MuldeRGracefully handle an *empty* argument array (argc ...
2021-11-16 LoRd_MuldeRUpdated the README file.
2021-11-13 LoRd_MuldeRImplemented application configuration setting to disabl... 1.1.0
2021-11-13 LoRd_MuldeRReplaced 'glibc' checks with more general 'linux' check...
2021-11-11 LoRd_MuldeRImplemented option to disable the busy indicator (anima...
2021-11-10 LoRd_MuldeRRefactored project/solution files.
2021-11-09 LoRd_MuldeRAdded runtime CPU detection for SSE2 capability to...
2021-05-27 LoRd_MuldeRSmall improvement to release script.
2021-05-10 LoRd_MuldeRWorkaround for bug in older version of the UCRT on... 1.0.0
2021-05-08 LoRd_MuldeRAdded simple release script. 1.0.0-beta1
2021-05-08 LoRd_MuldeRGUI: Added button to generate a random password to...
2021-05-04 LoRd_MuldeRAdded a simple GUI front-end for Windows platform.
2021-04-21 LoRd_MuldeRDo not request more than 256 bytes of random data from...
2021-04-20 LoRd_MuldeRSwitch to using getentropy() function, because it is...
2021-04-19 LoRd_MuldeRSmall Makefile improvement.
2021-04-18 LoRd_MuldeRRefactored passphrase generator into a separate file.
2021-04-18 LoRd_MuldeRRefactored encryption/decryption routines as well as...
2021-04-17 LoRd_MuldeRFall back to /dev/urandom, if compiled with getrandom...
next