summaryrefslogtreecommitdiff
path: root/plugins/Db_autobackups/src/backup.cpp
AgeCommit message (Collapse)Author
2021-04-02fixes #2827 (Db_autobackups: обновлять подсказку о ↵George Hazan
времени следующего резервного копирования после нажатия кнопки "Сейчас")
2021-03-31for #2811: added reaction to period type change tooGeorge Hazan
2021-03-31db_autobackups:George Hazan
- fixes #2811 (Db_autobackups: выводить подсказку о том, когда случится следующий бэкап); - code cleaning; - version bump
2019-08-03Db_autobackups: ME_SYSTEM_OKTOEXIT used instead of ME_SYSTEM_PRESHUTDOWN to ↵George Hazan
launch backups on exit, thus allowing them to finish correctly
2019-06-05Db_autobackups: fix for broken dumps on exit if backup process takes too ↵George Hazan
much time
2019-06-05DB_autobackup: fix for proper backup removingGeorge Hazan
2019-04-24warning fixesGeorge Hazan
2019-03-08life is too short to remember whether this structure is zeroed or notGeorge Hazan
2019-03-07fixes #1888 (DbAutobackuper: move "Disable popups" option to Popus section)George Hazan
2019-02-27popup code cleaning (cause we have no tchar.h)George Hazan
2018-10-18Db_autobackups: variables supportGeorge Hazan
2018-10-18fixes #1623 (Add ability to adjust backup names)George Hazan
2018-10-18Db_autobackups: code cleaning & reorderingGeorge Hazan
2018-06-29safer method of backing up databases instead of trying to read them manuallyGeorge Hazan
2018-06-28fixes #1441 (Db_autobackups treats files wrong)George Hazan
2018-06-26fixes #1436 (Db_autobakups: exclude backups path from zip-archive)George Hazan
2018-06-20even less crazy ANSI <-> Unicode conversionsGeorge Hazan
2018-06-20mad ANSI <-> Unicode conversion removedGeorge Hazan
2018-06-20Db_autobackup:George Hazan
- folder option isn't applied on the fly; - code cleaning;
2018-06-01CPluginDlgBase: this class became useless because CMPlugin already has ↵George Hazan
module setting
2018-05-16Flags, CrashDumper, CryptoPP, CSList, Db_autobackups, DbEditorPP: cmplugin ↵Mataes
adaptation
2018-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-04-21CloudFile:aunsane
- fix #1278 - decrease volume of response data with fields filtering - fix uploading for gdrive and onedrive in some cases - simplifying upload code - version bump
2018-04-01Db_autobackups: replace "Dropbox" by "cloud"dartraiden
2018-02-24Db_autobackups: Reworking settings of DB Autobackup (#1144)aunsane
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-11-17Utils_OpenUrlTGeorge Hazan
Utils_ReplaceVarsT
2016-09-13mode old database junk to dieGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17291 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-29no more TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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-03-18git-svn-id: http://svn.miranda-ng.org/main/trunk@16499 ↵MikalaiR
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-03-18db_autobackups: code optimization MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16497 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-03-04Db_autobackups: moved to new dropbox serviceAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16422 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-03-04DB_autobackups: dropbox support reworked MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16415 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-10compilation fix MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16269 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-10opsMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16268 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-10db_autobackups: fix backuping backup :-D MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16267 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-10db_autobackups: VS2010 compilation fix (using boost for VS2010) MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16264 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-10fix attempt 2 MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16263 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-10ops MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16262 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-10db_autobackups: VS2010 compilation fix(?)MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16261 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-09fix handle leakMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16255 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-09small fixes MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16254 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-09db_autobackups: support backuping profile folder MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16252 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-15db_autobackups: dropbox supportMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@15560 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-28mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever ↵George Hazan
possible git-svn-id: http://svn.miranda-ng.org/main/trunk@15064 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c