Age | Commit message (Expand) | Author |
2018-05-28 | all plugins => CMPlugin virtual functions | George Hazan |
2018-05-27 | comparison of MIRANDA_VERSION_COREVERSION solves the problem of plugins who d... | George Hazan |
2018-05-27 | PRODUCTVERSION of any version resource to contain the number of current build | George Hazan |
2018-05-23 | we don't need MirandaPluginInfoEx() anymore. farewell, my lovely | George Hazan |
2018-05-22 | no more need in hLangpack variable *YAHOO* | George Hazan |
2018-05-22 | m_crypto.h => CMPlugin | George Hazan |
2018-05-22 | m_genmenu.h unbound from hLangpack | George Hazan |
2018-05-20 | options API unbound from hLangpack and switched to CMPlugin | George Hazan |
2018-05-20 | mir_getLP() call went into CMPluginBase::CMPluginBase, thus it's not needed i... | George Hazan |
2018-05-20 | CMPlugin to receive a reference to PLUGININFOEX | George Hazan |
2018-05-19 | fixes #1368 (Hide dbx_mmap from profile manager) | George Hazan |
2018-05-18 | Icon_Register(g_plugin.getInst() => g_plugin.registerIcon | George Hazan |
2018-05-18 | hLangpack variable began migration inside CMPluginBase | George Hazan |
2018-05-18 | CDlgBase::CDlgBase now receives a reference to CMPlugin instead of HINSTANCE | George Hazan |
2018-05-17 | Db3x_mmap, Dbx_mdbx, Exchange, MyDetails, RecentContacts, TopToolBar, WebView... | George Hazan |
2018-05-16 | CMake: Config for Dbx_mdbx plugin. | protomors |
2018-05-15 | __NO_CMPLUGIN_NEEDED added to plugin headers to allow them be compiled | George Hazan |
2018-05-14 | fixes #1336 (Dropbox destroys mdbx-based database) | George Hazan |
2018-05-07 | Dbx_mdbx: fixes crash when user tries to compact a profile with password | George Hazan |
2018-04-15 | fixes #1230 (Database encryption mode) | George Hazan |
2018-04-13 | 64-bit Miranda to use 16 GB mmap | George Hazan |
2018-04-13 | MDBX_COALESCE helps to free trailing database pages | George Hazan |
2018-04-12 | DbxMdbx: menu item added for compacting | George Hazan |
2018-04-12 | initial version of profile compactor for MDBX | George Hazan |
2018-04-12 | MIDatabase became pure interface | George Hazan |
2018-04-11 | 512M is the maximum size that a 32-bit program can mmap | George Hazan |
2018-04-10 | fixes #1244 (Deleting subcontact history event leads to metacontact empty his... | George Hazan |
2018-04-09 | frankly speaking, there's no need to lock the database profile since we check... | George Hazan |
2018-04-02 | Dbx_mdbx: fix for record number calculation | George Hazan |
2018-04-02 | fixes #1239 (MDBX: crash on "dbmodulechain.cpp (45): CDbxMDBX::GetModuleID" a... | George Hazan |
2018-04-02 | Dbx_mdbx: | George Hazan |
2018-04-01 | much more efficient way of handling DBFlush, with separate window | George Hazan |
2018-03-30 | merge with the final version of libmdbx | George Hazan |
2018-03-30 | fix for asynchronous database flush to fix unsaved data | George Hazan |
2018-03-28 | fix for losing info due to MDBX_RESERVE flag | George Hazan |
2018-03-27 | fixes #1216 (temporary contacts return back until restart) | George Hazan |
2018-03-26 | another buggy piece of code removed | George Hazan |
2018-03-26 | fix for system history processing | George Hazan |
2018-03-26 | very strange disk type detection removed from libmdbx (fixes #1213) | George Hazan |
2018-03-26 | fixes #1208 (if profile is opened in r/w mode, it should be locked) | George Hazan |
2018-03-25 | string constants with word dbchecker fixed | George Hazan |
2018-03-25 | MIDatabaseChecker interface removed | George Hazan |
2018-03-25 | dbchecker moved to deprecated | George Hazan |
2018-03-24 | crash fix for mdbx under XP (p.3 of #1199) | George Hazan |
2018-03-23 | fixes #1195 (Import from mdbx is broken) | George Hazan |
2018-03-21 | DATABASELINK::Unload method replaced with the virtual destructor of MDatabase... | George Hazan |
2018-03-07 | old C-style code is obsolete now because of MDatabaseCommon existence | George Hazan |
2018-03-07 | merge with libmdbx 0.1 | George Hazan |
2018-03-05 | switch to the locking schema of db3x_mmap, it's safer | George Hazan |
2018-02-24 | more nullptr | Goraf |