e08022f02cAdded string trimming functions that trim only the left/right side.LoRd_MuldeR2016-12-15 15:16:49 +0100
f5cd39eda3Revamped clean_file_name() function. Do NOT trim *leading* spaces from file name, as this is allowed (though ugly).LoRd_MuldeR2016-12-15 00:26:37 +0100
f9dd32c6e3Added function to generate unique file name, using an increasing counter.LoRd_MuldeR2016-12-14 15:04:23 +0100
1f63eb8f17Updated Wget parameters for latest Wget version.LoRd_MuldeR2016-10-22 15:10:58 +0200
37522d4c15Some improvements to init_process() function.LoRd_MuldeR2016-10-02 17:32:40 +0200
1f7d2131e8Make it possible to set an extra PATH string for the new process, which (will be prepended to PATH environment variable (e.g for loading extra DLL's).LoRd_MuldeR2016-10-02 15:21:58 +0200
3c6a7b1745Added support for Visual Studio 2015 with Update-3.LoRd_MuldeR2016-09-17 20:36:05 +0200
69c4969083Fixed a few more instances of "LameXP" being hardcoded into MUtilities library.LoRd_MuldeR2016-07-18 14:01:48 +0200
fa4ffbb070Some improvements to clean_file_path() function.LoRd_MuldeR2016-07-17 20:32:44 +0200
a6f6264917Revamped updater thread: Got rid of some old cruft + now using NC for connectivity test (way faster than Wget).LoRd_MuldeR2016-04-23 13:25:01 +0200
16e01f9b99Added support for Visual Studio 2015 with Update-2.LoRd_MuldeR2016-04-07 20:52:07 +0200
819a3106b3Registry functions: Optionally allow caller to force 32-bit registry view or 64-bit registry view. Default behavior should be unchanged.LoRd_MuldeR2016-03-11 19:11:18 +0100
52c0c777f5More accurate way to check whether AVX OS-support is enabled.LoRd_MuldeR2016-02-20 17:41:15 +0100
17b91bf297Silenced some DEBUG outputs + updated list of mirrors.LoRd_MuldeR2015-10-11 17:35:09 +0200
44add70b7cExpose the crack_command_line() function.LoRd_MuldeR2015-09-20 14:54:37 +0200
4c8df65031Make signature validation work, when keyring file is not located in the same directory as the file to be validated.LoRd_MuldeR2015-08-31 22:56:39 +0200
da2833d4a2Updated project/Solution file for VS2010.LoRd_MuldeR2015-08-30 14:33:17 +0200
96f54a170eMake the update checker fetch new signature (".sig2") file.LoRd_MuldeR2015-08-24 22:49:45 +0200
a05dcbfe80Yet another method to initialize the terminal. Tested to work with VS2013 *and* VS2015.LoRd_MuldeR2015-08-09 21:21:05 +0200
fee09d0982In Terminal code: Skip the "stdio" layer altogether. It appears that, starting with VS2015, it is no longer possible to connect stdout/stderr to a terminal allocated via AllocConsole() in a way that doesn't mess up UTF-8 strings before they arrive at the terminal. So we have to write to the terminal directly via Win32 API from now on...LoRd_MuldeR2015-08-09 18:15:51 +0200
ea12214b1bChanged the terminal initialization code, to make it work with VS2015.LoRd_MuldeR2015-08-07 10:15:54 +0200
910de3d3a7Added support for Visual Studio 2013 with Update 5.LoRd_MuldeR2015-07-24 22:35:53 +0200
4f114738e2Some improvements to clean_file_name() and clean_file_path() functions.LoRd_MuldeR2015-07-10 22:15:45 +0200
b1c2ecee3fAdded get_file_version() function + workaround to make get_real_os_version() give the correct result on Windows 10+.LoRd_MuldeR2015-06-21 16:37:03 +0200
e581028182IPCChannel: Trim parameter strings before sending.LoRd_MuldeR2015-02-01 16:34:39 +0100
4091eccf9bUpdated IPCChannel class to pass a variable number of parameter strings per message (instead of just one).LoRd_MuldeR2015-02-01 15:07:06 +0100
e33d869f59Fixed Windows 10 detection. It appears that after a series of brain-dead version numbers in Windows 7 (v6.1), Windows 8 (v6.2) and Windows 8.1 (v6.3), we are back to sanity now.LoRd_MuldeR2015-01-25 20:50:21 +0100
2f66f6b662Updated the remove_directory() function to clear the directory attributes before trying to delete the directory. It turns out that, on the Windows platform, directories *can* be read-only - despite the fact that the Windows Explorer can NOT set (or clear) the "read-only" flag for directories and despite the fact that Windows Explorer seems to totally ignore the "read-only" fag when it has been set somehow.LoRd_MuldeR2015-01-05 21:42:20 +0100
c3a7afa509Change current directory to root directory *before* trying to clean up the TEMP folder. This avoids the TEMP directory from being removed, because it is the current directory.LoRd_MuldeR2015-01-04 19:44:25 +0100
c3b213dcbcImproved handling of command-line arguments: Arguments are now provided in the from of a QMap. Also some improvements to directory clean-up code.LoRd_MuldeR2015-01-04 17:09:12 +0100
4572f69d33Added the copy_file() function + some improvements to directory clean-up code.LoRd_MuldeR2015-01-02 23:50:14 +0100
1c175c651bRefactored the terminal initialization code. Also, we will now properly shut down the terminal at the end.LoRd_MuldeR2014-12-21 17:19:04 +0100