summaryrefslogtreecommitdiff
path: root/plugins/Dbx_mdbx/src/dbsettings.cpp
AgeCommit message (Collapse)Author
2024-01-08Update copyrightsdartraiden
2023-01-02Update copyrightsdartraiden
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26WORD -> uint16_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-01-17Update copyrightsdartraiden
2021-01-07more common code moved to MDatabaseCommonGeorge Hazan
2021-01-07common code moved to the coreGeorge Hazan
2020-12-07fix for rare crash in meta contactsGeorge Hazan
2020-12-07Dbx_mdbx: we don't have to bother db if we're trying to delete missing settingGeorge Hazan
2020-12-07useless code removedGeorge Hazan
2020-12-05fixes #2637 (Dbx_mdbx: Миранда не запускается после ↵George Hazan
обновления)
2020-12-04Dbx_mdbx: now we very quickly load _all_ settings into memory to reject ↵George Hazan
cache misses without any need to look into database
2020-12-01fixes #2634 & #2605 (various problems on startup, caused by transaction ↵George Hazan
isolation), also read-only transactions now use global write transaction
2020-11-17fixes #2569 (Ломается профиль после ребута ↵George Hazan
компа. Miranda NG не может открыть '*', профиль в неизвестном формате)
2020-11-16Dbx_mdbx: global cursors replaced with mdbx_cursor_bind() and temporary cursorsGeorge Hazan
2020-11-15 txn_ptr::abort() not to be mixed with common ::abort()George Hazan
2020-10-09Dbx_mdbx: fix for new constantsGeorge Hazan
2020-02-02fixes #2139 (При первом запуске драйвер базы ↵George Hazan
зависает)
2020-01-01Happy new year, MirandaGeorge Hazan
2019-12-04GetContactProto: useless duplicate function replaced with standard ↵George Hazan
Proto_GetBaseAccountName
2019-01-04Update copyrightsdartraiden
2018-10-10stupid schema with event handles sharing via CreateEventHook eliminatedGeorge Hazan
2018-09-19GetEventById & SetEventId - two new methods to operate with events by their ↵George Hazan
server ids
2018-03-30fix for asynchronous database flush to fix unsaved dataGeorge Hazan
2018-03-28fix for losing info due to MDBX_RESERVE flagGeorge Hazan
2018-03-23fixes #1195 (Import from mdbx is broken)George Hazan
2018-03-05switch to the locking schema of db3x_mmap, it's saferGeorge Hazan
2018-02-21all another C++'11 iteratorsGeorge Hazan
2018-01-23even more strict scopeGeorge Hazan
2018-01-23dbx_mdbx:George Hazan
- fix for a name conflict; - stricter transaction scope; - version bump
2018-01-22code cleaningGeorge Hazan
2018-01-19related to #1102 - fixes lost Clist Modern skinGeorge Hazan
2018-01-11dbx_mdbx:George Hazan
- Remap() / MDBX_CHECK perversion removed; - mdbx_env_set_geometry() is used to grow file automatically
2018-01-11mdbx-plugin: fix names for clarity (minor, but renaming).George Hazan
# Conflicts: # plugins/Dbx_mdbx/src/libmdbx