summaryrefslogtreecommitdiff
path: root/plugins/PluginUpdater/src/unzipfile.cpp
AgeCommit message (Collapse)Author
2019-09-06PluginUpdater: copy of CRC32 calculation code isn't neededGeorge Hazan
2019-05-02fixes #1927 completelyGeorge Hazan
2018-11-12db_* functions replaced with g_plugin callsGeorge Hazan
2018-05-17Plugin Updater loses compatibility with Miranda IM completely due to CMPluginGeorge Hazan
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]
2016-07-27less TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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
2016-07-25hello, Unix.George Hazan
phase 1: removing _T() git-svn-id: http://svn.miranda-ng.org/main/trunk@17127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-22Standardize use of slashes in includes to "/" (thanks ybznek for idea)Robert Pösel
Previous paths weren't usable on Linux git-svn-id: http://svn.miranda-ng.org/main/trunk@17121 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
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14270 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-16unified zlib project also moved to libs\George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14200 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-10PluginUpdater:Tobias Weimer
- Fixed another memory leak git-svn-id: http://svn.miranda-ng.org/main/trunk@11815 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-16PluginUpdater:Tobias Weimer
-Fixed memory leak git-svn-id: http://svn.miranda-ng.org/main/trunk@11481 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-07PluginUpdater:Robert Pösel
- Fix setting custom URL ("UpdateURL" is not same as "UpdateUrl") - Use constants for often used db setting names - Version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@10733 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-18PluginUpdater:Tobias Weimer
- Show a notification when the update URL isn't available - small redesign of new components window - minor memory leaks fixecd git-svn-id: http://svn.miranda-ng.org/main/trunk@10509 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-30Do not unzip icon from plugin's archive when icon component is uncheckedVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@9996 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-27restoring Wishmaster's PluginUpdater commitsVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@9968 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-27temporary rollbackVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@9964 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-26PluginUpdater:Tobias Weimer
-Now the custom URL is remembered when changing the update mode in Options -Cleaned up popup Options -Fixed Restart MessageBox after silent update -code reordering git-svn-id: http://svn.miranda-ng.org/main/trunk@9958 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-12-08try to fix installing plugins which have been deselectedTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@7087 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-07compilation fix for PU for Miranda IMGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6818 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-08-07Minizip in PU replaced with one in zlib.dllGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@5617 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-08-02PluginUpdater:Robert Pösel
- Fixed checking intervals - "check every xx" is now relative to last check, not to miranda start - Small cleanup - Version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@5550 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-06-20memory corruption fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@5065 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-06-15PluginUpdater: lowercase fixRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@4970 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-06-15PluginUpdater: Ignore char case for unchecked itemsRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@4965 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-24PluginUpdater: do not update unchecked files from archives of checked files. ↵Robert Pösel
version bump. git-svn-id: http://svn.miranda-ng.org/main/trunk@4814 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-05experimental version of PU that can handle UAC correctlyGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3445 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-17bunch of fixes for updater:George Hazan
- fix to update FingerPrint icons; - fix to move files across different disks; - five nasty clutches removed; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@2336 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-10intermediate variant of Updater without problems with coreGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1865 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-10fix for the Updater: sometimes not all files were extracted from an archiveGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1864 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-08remove successfully unpacked zip filesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1402 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-08-06fix for the repetitive updateGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1388 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-08-06- added "Update Icons" option;George Hazan
- removed some garbage from options dialog; - modeless Apply Updates dialog git-svn-id: http://svn.miranda-ng.org/main/trunk@1377 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