summaryrefslogtreecommitdiff
path: root/src/modules/database/database.cpp
AgeCommit message (Expand)Author
2015-05-23replace _tcscat to mir_tstrcatKirill Volinsky
2015-05-22replace _tcscpy to mir_tstrcpyKirill Volinsky
2015-05-22replace _tcsicmp to mir_tstrcmpiKirill Volinsky
2015-05-22replace _tcscmp to mir_tstrcmpKirill Volinsky
2015-05-22replace _tcslen to mir_tstrlenKirill Volinsky
2015-04-16Spelling correction (patch by RMN)Vadim Dashevskiy
2015-04-11unsafe string operations replaced with safe wherever possibleGeorge Hazan
2015-04-10more fixesGeorge Hazan
2015-01-04fatal error to be issued any time we can't load a Std* pluginGeorge Hazan
2015-01-03dbchecker should be unloaded after database conversionGeorge Hazan
2015-01-03voluntarily removed line restoredGeorge Hazan
2014-12-31Year 2015 version updateGeorge Hazan
2014-12-31ability to run converter from old profile versions without launching Profile ...George Hazan
2014-12-16Fixed minor leaksTobias Weimer
2014-12-09code cleanup over mir_sntprintf + small bug fixRozhuk Ivan
2014-11-30new sorting functions appliedGeorge Hazan
2014-09-16the default profile's name should not be corruptedGeorge Hazan
2014-08-05DbChecker unloadVadim Dashevskiy
2014-07-21Profile Manager must be shown even if there is only one obsoleted profileGeorge Hazan
2014-07-20forgotten ++George Hazan
2014-07-20if one profile is ok and another one requires a conversion, we still need to ...George Hazan
2014-07-20default profile verificationGeorge Hazan
2014-07-20slightly more correct versionGeorge Hazan
2014-07-20single profile that requires conversion also to raise up Profile ManagerGeorge Hazan
2014-07-20we don't unload checker on startupGeorge Hazan
2014-07-20all profile conversion stuff moved to dbcheckerGeorge Hazan
2014-07-19fix for a context menuGeorge Hazan
2014-07-19more fixes for Profile ManagerGeorge Hazan
2014-07-19profile manager: support for the obsolete profilesGeorge Hazan
2014-07-16in _tcsncpy_s / _tcsncat_s / strncpy_s / strncat_s the second parameter to be...George Hazan
2014-03-23code cleaningGeorge Hazan
2014-02-19import to open a database in read-only modeGeorge Hazan
2014-01-23dbx_mmap to verify password before checking fileGeorge Hazan
2014-01-21minor code cleaningGeorge Hazan
2014-01-08db => databaseDart Raiden
2014-01-01copyright update for year 2014George Hazan
2013-12-30code cleaning and reorderingGeorge Hazan
2013-12-30if a database driver already printed an error, there's no need to do that twiceGeorge Hazan
2013-12-30code cleaningGeorge Hazan
2013-12-29when mmap_sa opens a database, it must decrypt it, change signature to mmap a...George Hazan
2013-12-02another portion of decapitalization in the core (4/5)Dart Raiden
2013-10-09fix for recursion in FoldersGeorge Hazan
2013-10-08separate Folders handles removed from protocolsGeorge Hazan
2013-08-26- spelling correction (patch from RMN)Vadim Dashevskiy
2013-03-01service call replaced with helper: MS_UTILS_PATHTOABSOLUTEWGeorge Hazan
2013-02-28new template, VARST, to hold the result of calling Utils_ReplaceVarsT()George Hazan
2013-02-28bugfix: AutoExec/OnCreateFilename setting in mirandaboot.ini doesn't work whe...George Hazan
2013-02-11core: copyright update to year 2013George Hazan
2013-02-03- translation fixes (patch from wishmaster)Vadim Dashevskiy
2013-01-25fix for the automatic database creationGeorge Hazan