Commit Graph

264 Commits

Author SHA1 Message Date
db0ed92823 Fixed a regression in 8fa44842. 2018-10-23 21:48:24 +02:00
0cbf24d07f Removed a debug output. 2018-10-22 23:23:29 +02:00
89b73b90c9 Small improvement to init_process() function. 2018-10-22 23:09:52 +02:00
8fa44842da Some improvements to OS::known_folder() function. 2018-10-22 23:07:44 +02:00
6d39b858d4 Use simplified() method to clean-up input lines. 2018-10-21 14:22:04 +02:00
fe90a2c688 Make sure we won't loop the list of remaining hosts more then once. 2018-10-21 12:28:14 +02:00
f63456766f Fixed typo in variable name. 2018-10-21 00:24:08 +02:00
cd682bc965 Make sure global timeout is *not* triggered, right after tryContactHost() succeeded. 2018-10-20 23:43:37 +02:00
a7b6af2111 Small code clean-up. 2018-10-20 21:35:09 +02:00
4038c5605b Improved buildRandomList() function. 2018-10-20 21:05:57 +02:00
a61fc10602 Added an overload of next_rand_u32() that generates a random number in [0,N) range. 2018-10-20 21:05:39 +02:00
88f4dd9cca Small fix. 2018-10-20 16:40:25 +02:00
d82978f7e1 Small code clean-up. 2018-10-20 13:03:45 +02:00
3b63946c96 refactored update info parsing code (again). 2018-10-19 00:22:01 +02:00
a2e57f2d45 Improved progress indicator + refactored update info parsing code. 2018-10-18 22:26:01 +02:00
be887a796f Small fix. 2018-10-17 21:42:28 +02:00
21b35870bd Some code refactoring in UpdateChecker class. 2018-10-17 21:26:47 +02:00
bd7b3653cd Small tweak to timeout handling. 2018-10-17 20:26:53 +02:00
961f92b7e2 Various improvements and code refactoring in UpdateChecker class. 2018-10-16 23:18:00 +02:00
ba7fa5aea5 Updated the UpdateChecker class to use cURL instead of Wget. 2018-10-15 23:26:36 +02:00
d4146475d9 Added new function null_device(), which returns the name of the NULL device (e.g. "/dev/null" or "NUL") for the current platform. 2018-10-15 23:22:55 +02:00
ce24bd2d05 Added an optional parameter to init_process() function, which allows for passing custom environment variables. 2018-10-15 23:21:56 +02:00
41d6398c45 Small improvement to scale_widget() function. 2018-10-12 20:28:45 +02:00
6e737fa464 Added support for Visual Studio 2017.8 (v15.8.5). 2018-09-25 21:02:33 +02:00
3db10fbae9 Small tweak. 2018-08-26 12:31:19 +02:00
6c7371b941 Some improvements to Windows version detection + require Vista with SP-2 for DLL build. 2018-08-20 18:49:22 +02:00
f513a18271 Added support for Visual Studio 2017.7 (v15.8.1). 2018-08-20 18:44:39 +02:00
e192387be4 Added support for Visual Studio 2017.7 (v15.7.5). 2018-07-13 20:12:38 +02:00
dece385274 Added support for Visual Studio 2017.7 (v15.7.4). 2018-07-06 16:43:34 +02:00
7be6f3161e Added support for Visual Studio 2017.7 (v15.7.3). 2018-06-03 15:37:22 +02:00
31a4fe3b87 Added support for Visual Studio 2017.7 (v15.7.0). 2018-05-10 18:04:02 +02:00
a4278049d5 Bump version. 2018-04-30 14:42:04 +02:00
da57804590 Added new overloads of make_temp_file() and make_unqiue_file() that take a QDir as parameter. 2018-04-30 13:55:44 +02:00
2c95becf74 Added support for Visual Studio 2017.6 (v15.6.7). 2018-04-28 14:46:28 +02:00
a9f2eeb3be Some improvements to Lazy<T> class. 2018-04-15 15:12:13 +02:00
5673c6f14a Some improvements to Lazy<T> class. 2018-04-15 02:20:09 +02:00
562911dbff Lazy<T> class: Destroy the wrapped T object when the Lazy<T> instance gets destroyed. 2018-04-15 01:27:07 +02:00
f26e95d4c7 Bump version. 2018-04-14 18:58:27 +02:00
9867e7ea4c Added support for Visual Studio 2017.6 (v15.6.6). 2018-04-13 18:55:55 +02:00
d0a8249508 Some improvements to remove_file() and remove_directory() functions. 2018-04-09 22:18:39 +02:00
17dbb10810 Documentation was updated. 2018-04-02 18:34:29 +02:00
de57843e3a Added new function break_fp(). 2018-04-01 15:41:16 +02:00
d16ef6fcb2 Added support for Visual Studio 2017.6 (v15.6). 2018-03-09 23:24:21 +01:00
aa98a2157b Some more work to prevent DLL pre-loading attacks. Full protection is only enabled in "static" builds. Non-static builds require that we allow DLL loading from application install directory (e.g. to load the Qt plug-ins). 2018-02-18 13:17:17 +01:00
4671aadcea Fixed compilation with latest VS2017. 2018-02-06 22:09:32 +01:00
5101e777b2 Happy new year 2018! 2018-01-17 21:04:46 +01:00
e5c3d13d86 Fixed detection of VC 2017.5 after recent VC update. 2017-12-15 20:13:49 +01:00
96eaf7ddcc Added regexp_parse_int32() functions and new regexp_parse_uint32() overloads. 2017-12-11 01:06:28 +01:00
8adbc8a212 Added support for VS2017 version 15.5.0. 2017-12-06 01:04:04 +01:00
4d2aaa304f Refactored list of update mirrors into a separate file. 2017-11-26 15:22:37 +01:00