44 Commits

Author SHA1 Message Date
54846632f3 When product is up-to-date the Updater saves metadata as well, to indicate up-to-dateness on next check 2016-05-24 23:18:10 +02:00
9657f9ae9c Odd warning about "/.." removed 2016-05-24 23:07:26 +02:00
40fd616e5d Temporary repository catalog file is now removed after no longer needed 2016-05-24 22:12:46 +02:00
71f66668bf Repository catalog is downloaded to an intermediate file as wxXmlDocument failed to load it from wxInputStream directly 2016-05-24 22:07:52 +02:00
dfef267ac6 Log messages updated 2016-05-24 22:06:17 +02:00
66b2934da8 wxUpdCheckThread::DownloadUpdatePackage() does the file-existence check before calculating hash, to avoid unnecessary warning in the log 2016-05-24 21:45:44 +02:00
ff28695e80 wxUpdCheckThread::LaunchUpdate() method extended 2016-05-24 21:44:43 +02:00
bf28f7f55e Auto-pointers introduced to reduce possible memory-leak scenarios 2016-05-24 21:43:32 +02:00
986deb3fef Text update 2016-05-24 21:40:49 +02:00
529bd00da5 Update check logic moved to standalone DLL to make it reusable 2016-05-24 16:50:36 +02:00
54e64515d4 German and Russian translation stub added 2016-05-13 20:04:46 +02:00
f1a3ae730a Update package file download sets User-Agent header too now 2016-04-04 15:36:14 +02:00
e88f1b429f UpdPublish utility added 2016-04-01 19:19:39 +02:00
348e4a461f Hash calculation uses wxCryptoHash::HashFile() method now. 2016-04-01 19:19:14 +02:00
c425de942c Aesthetic modifications 2016-04-01 14:46:13 +02:00
4a391058bd Translations updated 2016-04-01 14:23:49 +02:00
c53bd0285f Cleanup and reorganization 2016-04-01 13:28:05 +02:00
02b080c3ef Cleanup 2016-04-01 13:24:20 +02:00
5f708a6d42 Stale stdex dependencies removed 2016-04-01 13:24:07 +02:00
e8a0d13541 MSIBuildCfg.mak moved 2016-03-30 15:07:07 +02:00
28b00d37dc Friendlier parameter names 2016-03-30 13:16:47 +02:00
840f1bce06 MSIBuild support added 2016-03-30 11:37:43 +02:00
64ca04f468 UpdCheck no longer requires admin-elevation as it is not modifying system state itself. That's msiexec.exe spawned process' job. 2016-03-30 09:57:19 +02:00
a5f71f6965 Update package cleanup added 2016-03-29 15:32:12 +02:00
ada90646ac Download and installation of update packages added 2016-03-29 15:15:36 +02:00
4ecd6260aa Hash reading issue fixed 2016-03-29 15:15:06 +02:00
7410c6e611 Output logging changed to use standard C++ stream now 2016-03-29 15:14:21 +02:00
bdf071f5d7 Support for multiple package URLs added
Packages are verified against SHA1 hash instead of signature now
2016-03-29 12:38:07 +02:00
453a1c08e2 User-Agent header added to Updater requests 2016-03-29 11:14:18 +02:00
8bc1d0157e CachePath removed 2016-03-25 13:24:58 +01:00
e31849680f Merge branch 'CachePath' 2016-03-25 13:23:52 +01:00
6e9f1f2c4a Copyright notice added 2016-03-25 13:15:16 +01:00
d23ef66ee7 Settings registration added 2016-03-25 13:11:59 +01:00
cdf2d211ef Initial update repository parsing added 2016-03-25 13:03:13 +01:00
1752084b24 Output is implemented via wxWidget's logging feature 2016-03-18 12:40:59 +01:00
8933dfc4ce Logging moved to cryptographic classes 2016-03-18 12:40:25 +01:00
bd1652bd5f CryptoAPI functions replaced with wxExtend classes, logging improved 2016-03-18 12:19:28 +01:00
ca8d110de5 Memory leak fixed 2016-03-17 14:17:36 +01:00
330cb83837 Signature removal issue fixed 2016-03-17 14:16:46 +01:00
eeab3a1ec1 Binary repository database dropped and XML variation introduced 2016-03-17 14:04:33 +01:00
79fd6c5348 Key import simplification 2016-03-15 20:16:36 +01:00
170f78b9cb Package information file writing and reading support added 2016-03-15 20:11:52 +01:00
fa607ed0e7 Initial version 2016-03-15 11:47:53 +01:00
379fec3227 Initial commit 2016-03-15 11:10:14 +01:00