|
d4153ce243
|
Added the qt_registry_cleanup() function. Will be called via atexit() on application shutdown.
|
2015-10-18 16:09:25 +02:00 |
|
|
415d385f86
|
Fixed MUtils::OS::arguments() function. Regression in 44add70b7c .
|
2015-10-17 14:01:42 +02:00 |
|
|
17b91bf297
|
Silenced some DEBUG outputs + updated list of mirrors.
|
2015-10-11 17:35:09 +02:00 |
|
|
44add70b7c
|
Expose the crack_command_line() function.
|
2015-09-20 14:54:37 +02:00 |
|
|
4c8df65031
|
Make signature validation work, when keyring file is not located in the same directory as the file to be validated.
|
2015-08-31 22:56:39 +02:00 |
|
|
da2833d4a2
|
Updated project/Solution file for VS2010.
|
2015-08-30 14:33:17 +02:00 |
|
|
96f54a170e
|
Make the update checker fetch new signature (".sig2") file.
|
2015-08-24 22:49:45 +02:00 |
|
|
cdd7be0409
|
Updated list of known hosts.
|
2015-08-24 21:49:15 +02:00 |
|
|
2eac767ad2
|
UpdateChecker: Parse and forward the new "DownloadChecksum" entry from update info file.
|
2015-08-16 16:27:43 +02:00 |
|
|
4bc32e75c6
|
Removed some obsolete/broken mirror sites from the list.
|
2015-08-15 18:03:58 +02:00 |
|
|
5068bf06eb
|
Small synchronization fix.
|
2015-08-09 21:34:31 +02:00 |
|
|
a05dcbfe80
|
Yet another method to initialize the terminal. Tested to work with VS2013 *and* VS2015.
|
2015-08-09 21:21:05 +02:00 |
|
|
fee09d0982
|
In 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...
|
2015-08-09 18:15:51 +02:00 |
|
|
ea12214b1b
|
Changed the terminal initialization code, to make it work with VS2015.
|
2015-08-07 10:15:54 +02:00 |
|
|
c5fea401bd
|
Updated solution file for VS2015.
|
2015-08-06 20:55:56 +02:00 |
|
|
4f16db6809
|
Added project/solution files for VS2015 + some build fixes for VS2015.
|
2015-08-06 20:49:50 +02:00 |
|
|
6417c49b83
|
Added reg_key_exists() function.
|
2015-07-26 15:11:17 +02:00 |
|
|
034e8f94f4
|
Some improvements to registry code.
|
2015-07-26 14:22:55 +02:00 |
|
|
910de3d3a7
|
Added support for Visual Studio 2013 with Update 5.
|
2015-07-24 22:35:53 +02:00 |
|
|
4f114738e2
|
Some improvements to clean_file_name() and clean_file_path() functions.
|
2015-07-10 22:15:45 +02:00 |
|
|
b1c2ecee3f
|
Added get_file_version() function + workaround to make get_real_os_version() give the correct result on Windows 10+.
|
2015-06-21 16:37:03 +02:00 |
|
|
2722678293
|
Updated list of known hosts.
|
2015-06-21 16:35:58 +02:00 |
|
|
2e385f8b27
|
Added enum_values() function to the Registry name-space.
|
2015-05-03 21:36:46 +02:00 |
|
|
78fa3cf146
|
Various improvements to the Regsitry class.
|
2015-05-03 18:17:54 +02:00 |
|
|
0bad6355d0
|
Fixed a memory leak + fixed check condition.
|
2015-05-02 20:52:10 +02:00 |
|
|
636e61c484
|
Added the Registry class + added ShellNotification function.
|
2015-05-02 18:52:35 +02:00 |
|
|
0ade062edf
|
Bump version.
|
2015-04-05 18:22:25 +02:00 |
|
|
cae1c13113
|
Make Qt library path point to proper sub-dir in "Prerequisites" directory.
|
2015-04-05 16:02:04 +02:00 |
|
|
09db698ace
|
Removed one obsolete host name.
|
2015-04-05 15:15:52 +02:00 |
|
|
1eacf19adf
|
Updated list of mirrors.
|
2015-03-30 23:40:13 +02:00 |
|
|
a21df7282c
|
Added project/solution files for Visual Studio 2010.
|
2015-03-30 21:27:07 +02:00 |
|
|
f2050f5a2c
|
Added project/solution files for Visual Studio 2012.
|
2015-03-29 19:31:11 +02:00 |
|
|
f98b28b510
|
The copy_file() function now accepts an optional callback function.
|
2015-03-22 21:29:30 +01:00 |
|
|
dfc1cc97cc
|
Added function to compute parity.
|
2015-03-21 21:28:26 +01:00 |
|
|
6c3049c3dc
|
Added functions to disable/re-enable WOW64 filesystem redirection.
|
2015-03-01 21:57:53 +01:00 |
|
|
25877bc3b8
|
Updated mirror list.
|
2015-02-26 21:42:39 +01:00 |
|
|
dd0194bf7f
|
Updated mirror list.
|
2015-02-22 20:26:13 +01:00 |
|
|
b79936a0e6
|
Added suspend_process() function.
|
2015-02-08 22:22:23 +01:00 |
|
|
02be92208f
|
Added the BLAKE2 hash algorithm.
|
2015-02-01 21:03:28 +01:00 |
|
|
e581028182
|
IPCChannel: Trim parameter strings before sending.
|
2015-02-01 16:34:39 +01:00 |
|
|
4091eccf9b
|
Updated IPCChannel class to pass a variable number of parameter strings per message (instead of just one).
|
2015-02-01 15:07:06 +01:00 |
|
|
e33d869f59
|
Fixed 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.
|
2015-01-25 20:50:21 +01:00 |
|
|
efc4219c5b
|
Happy new year 2015 !!!
|
2015-01-25 20:48:23 +01:00 |
|
|
2f66f6b662
|
Updated 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.
|
2015-01-05 21:42:20 +01:00 |
|
|
c3a7afa509
|
Change 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.
|
2015-01-04 19:44:25 +01:00 |
|
|
c3b213dcbc
|
Improved handling of command-line arguments: Arguments are now provided in the from of a QMap. Also some improvements to directory clean-up code.
|
2015-01-04 17:09:12 +01:00 |
|
|
4572f69d33
|
Added the copy_file() function + some improvements to directory clean-up code.
|
2015-01-02 23:50:14 +01:00 |
|
|
b58347f7eb
|
Implemented static resource initialization.
|
2015-01-01 21:34:24 +01:00 |
|
|
22e2b599da
|
Added Qt static plugin initialization.
|
2015-01-01 21:02:51 +01:00 |
|
|
29756a3035
|
Updated list of "known hosts" for internet connectivity checks.
|
2014-12-29 00:32:09 +01:00 |
|