Rev. | 时间 | 作者 |
---|---|---|
2e22f8f | 2016-05-17 00:05:59 | ![]() |
Small improvement in get_real_os_version() function. |
||
cb53f41 | 2016-05-16 06:03:38 | ![]() |
Improved get_real_os_version() function. Now also detects the real build number. |
||
6185f67 | 2016-05-16 06:02:32 | ![]() |
Fixed getExecutableName() function. |
||
59aed73 | 2016-05-14 03:44:23 | ![]() |
Use RtlGetVersion() to detect the *real* Windows version. |
||
3302895 | 2016-05-09 03:39:23 | ![]() |
Fixed is_library_file() for older Windows versions. |
||
7f1bad6 | 2016-05-09 02:24:09 | ![]() |
Added is_library_file() function. |
||
1087c59 | 2016-04-24 01:36:19 | ![]() |
Limit number of connection attempts. |
||
a6f6264 | 2016-04-23 20:25:01 | ![]() |
Revamped updater thread: Got rid of some old cruft + now using NC for connectivity test (way faster than Wget). |
||
35159c3 | 2016-04-16 21:28:32 | ![]() |
Updated README file. |
||
4d2b4cf | 2016-04-16 21:25:52 | ![]() |
Updated README file. |
||
16e01f9 | 2016-04-08 03:52:07 | ![]() |
Added support for Visual Studio 2015 with Update-2. |
||
819a310 | 2016-03-12 03:11:18 | ![]() |
Registry functions: Optionally allow caller to force 32-bit registry view or 64-bit registry view. Default behavior should be unchanged. |
||
52c0c77 | 2016-02-21 01:41:15 | ![]() |
More accurate way to check whether AVX OS-support is enabled. |
||
e11b531 | 2016-02-21 00:30:17 | ![]() |
Happy new year 2016! |
||
3ec3580 | 2016-02-21 00:26:56 | ![]() |
CPUFeatures: Added AVX detection. |
||
46c2831 | 2015-12-20 03:06:40 | ![]() |
Fixed compilation with VS2010 and VS2013. |
||
59c60a9 v1.06 | 2015-12-12 23:08:23 | ![]() |
Bump version. |
||
b257f11 | 2015-12-10 04:33:11 | ![]() |
Added support for Visual Studio 2015 with Update-1. |
||
d17c45e | 2015-11-26 04:50:48 | ![]() |
Some code clean-up + removed a debug output. |
||
670d4dc | 2015-11-24 06:28:52 | ![]() |
Some more code refactoring. |
||
7f5d618 | 2015-11-23 05:45:09 | ![]() |
Some code refactoring: Dynamic loading of DLL functions is now handled at a centralized place. |
||
b82098a | 2015-11-23 02:36:05 | ![]() |
Fixed possible memory leak. |
||
ae605d9 | 2015-11-23 01:33:25 | ![]() |
Added function to a file's path from a handle (file descriptor). |
||
b926f98 | 2015-10-26 00:11:12 | ![]() |
Added the set_file_time() function. |
||
1a2ae57 | 2015-10-24 20:48:36 | ![]() |
Removed project/solution files for VS2012. |
||
612a3c0 v1.05 | 2015-10-24 04:04:55 | ![]() |
Bump version. |
||
a80a041 | 2015-10-24 04:00:46 | ![]() |
Updated project/solution file for VS2012. |
||
d64aff1 | 2015-10-21 03:53:35 | ![]() |
Added one more mirror. |
||
a562c97 | 2015-10-19 04:43:23 | ![]() |
Simplified the qt_registry_cleanup() function. |
||
bd9519b | 2015-10-19 02:13:40 | ![]() |
Some improvements to reg_key_delete() function. |