summaryrefslogtreecommitdiff
path: root/plugins/PluginUpdater/src/checksum.cpp
AgeCommit message (Collapse)Author
2018-05-27comparison of MIRANDA_VERSION_COREVERSION solves the problem of plugins who ↵George Hazan
differ only in a build number
2018-05-27fix for correct version info offset calculationGeorge Hazan
2018-05-27patch that excludes PRODUCTVERSION from calculating checksum - will cause ↵George Hazan
reload of all modules in PU
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-10-02human readable form of all those section checksGeorge Hazan
2017-10-02version of checksum that handles multiple debug info entries ported to ↵George Hazan
PluginUpdater
2016-07-26less TCHARs:George Hazan
- TCHAR is replaced with wchar_t everywhere; - LPGENT replaced with either LPGENW or LPGEN; - fixes for ANSI plugins that improperly used _t functions; - TCHAR *t removed from MAllStrings; - ptszGroup, ptszTitle & ptszTab in OPTIONSDIALOGPAGE replaced with pwsz* git-svn-id: http://svn.miranda-ng.org/main/trunk@17133 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-26common projectsKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@14724 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-01ZeroMemory -> memset, few bugs fisedRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11184 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-21PluginUpdater:George Hazan
- fix for displaying MessageBox over modeless dialog; - auto-handle for a pipe; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@7815 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-08-15we use bin2hex now instead of mir_snprintf("%02x")George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@5699 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-07-24replace sprintf to mir_snprintf (part 4)Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@5467 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-21PluginUpdater now updates also language packsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4783 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-08fix for 64-bit issue in PluginUpdater's optionsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1815 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-09-30patch to correctly upgrade old Miranda IM installationsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1728 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-08-06git-svn-id: http://svn.miranda-ng.org/main/trunk@1376 ↵George Hazan
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-08-05and a debug record tooGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1367 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-08-05fix for delphi resource directory checkingGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1366 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-08-04PackUpdater renamed to PluginUpdater - part 2Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@1351 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c