Commit Graph

70 Commits

Author SHA1 Message Date
1f7d2131e8 Make 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). 2016-10-02 15:21:58 +02:00
3c6a7b1745 Added support for Visual Studio 2015 with Update-3. 2016-09-17 20:36:05 +02:00
cb53f41a01 Improved get_real_os_version() function. Now also detects the real build number. 2016-05-15 23:03:38 +02:00
7f1bad6ca1 Added is_library_file() function. 2016-05-08 19:24:09 +02:00
a6f6264917 Revamped updater thread: Got rid of some old cruft + now using NC for connectivity test (way faster than Wget). 2016-04-23 13:25:01 +02:00
16e01f9b99 Added support for Visual Studio 2015 with Update-2. 2016-04-07 20:52:07 +02:00
819a3106b3 Registry functions: Optionally allow caller to force 32-bit registry view or 64-bit registry view. Default behavior should be unchanged. 2016-03-11 19:11:18 +01:00
e11b531d86 Happy new year 2016! 2016-02-20 16:30:17 +01:00
3ec3580ba4 CPUFeatures: Added AVX detection. 2016-02-20 16:26:56 +01:00
b257f11e88 Added support for Visual Studio 2015 with Update-1. 2015-12-09 20:33:11 +01:00
ae605d9d1e Added function to a file's path from a handle (file descriptor). 2015-11-22 17:33:25 +01:00
b926f98ee7 Added the set_file_time() function. 2015-10-25 16:11:12 +01:00
bd9519b60b Some improvements to reg_key_delete() function. 2015-10-18 19:13:40 +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
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
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
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
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
636e61c484 Added the Registry class + added ShellNotification function. 2015-05-02 18:52:35 +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
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
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
efc4219c5b Happy new year 2015 !!! 2015-01-25 20:48:23 +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
6fd1b4f721 Don't try to initialize ITaskbarList3 on systems prior to Windows 7. 2014-12-26 00:46:39 +01:00
d35ed2eb1b Added helper function for parsing regular expressions. 2014-12-25 00:49:29 +01:00
1c175c651b Refactored the terminal initialization code. Also, we will now properly shut down the terminal at the end. 2014-12-21 17:19:04 +01:00
bc3701305d Moved translation support into MUtilities library + make clean-up of temporary files work again + various minor fixes. 2014-12-20 23:47:06 +01:00
00013f50f0 Re-enabled 'async' mode for play_sound_file() function + fixed possible handle leak in setOverlayIcon() function. 2014-12-20 13:40:53 +01:00
77219cf7d4 Moved available_codepages() function into MUtilities library. 2014-12-19 23:50:58 +01:00
a90d30c71e Moved Taskbar progress into MUtilities library. 2014-12-18 22:51:24 +01:00
4385a2dfd9 Various improvements to the IPCChannel class. Messages are now protected by Adler32 checksums. 2014-12-14 19:36:40 +01:00
563cc1c185 Moved all IPC functions into the MUtilities libraries. 2014-12-13 23:21:13 +01:00
8b3e28a131 Moved JobObject as well as the remaining GUI functions into the MUtilities library. 2014-12-08 22:03:36 +01:00
3ac2f782e3 Added functions to influence the system timer precision. 2014-12-06 22:07:08 +01:00
e3de94a9b1 Removed perfcounter_read() and perfcounter_freq() functions, since we can use QElapsedTimer for this purpose. 2014-12-06 15:57:00 +01:00
73521c7f98 Moved all the Sound-specific functions into MUtilities library. 2014-12-05 21:07:06 +01:00
37d89e834d Moved set_window_icon() function into MUtilities function. 2014-12-04 23:03:05 +01:00
937904fb44 Moved some more OS-specific functions into the MUtilities library. 2014-12-04 00:16:05 +01:00
3676070821 Added sleep_ms() and check_debugger() functions + moved various auxiliary macros into the MUtils library. 2014-11-30 21:33:03 +01:00