Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-08 | Update copyrights | dartraiden | |
2023-01-02 | Update copyrights | dartraiden | |
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-12-26 | BYTE -> uint8_t | George Hazan | |
2021-01-17 | Update copyrights | dartraiden | |
2021-01-08 | database options dialog also went into the core | George Hazan | |
2021-01-08 | Password change dialog also became common | George Hazan | |
2021-01-08 | encryption code unification, part 2: initialization & data storage | George Hazan | |
2021-01-08 | another bunch of duplicate code moved to the core | George Hazan | |
2020-12-07 | useless code removed | George Hazan | |
2020-12-01 | fixes #2634 & #2605 (various problems on startup, caused by transaction ↵ | George Hazan | |
isolation), also read-only transactions now use global write transaction | |||
2020-11-17 | fixes #2569 (Ломается профиль после ребута ↵ | George Hazan | |
компа. Miranda NG не может открыть '*', профиль в неизвестном формате) | |||
2020-11-16 | Dbx_mdbx: global cursors replaced with mdbx_cursor_bind() and temporary cursors | George Hazan | |
2020-11-15 | txn_ptr::abort() not to be mixed with common ::abort() | George Hazan | |
2020-11-15 | Dbx_mdbx: code cleaning | George Hazan | |
2020-10-09 | Dbx_mdbx: fix for new constants | George Hazan | |
2020-06-10 | fixes #2438 (Jabber: списки приватности странно ↵ | George Hazan | |
себя ведут) + some another DoModal() calls cleaning | |||
2020-06-09 | fix for running the same dialog multiple times | George Hazan | |
2020-06-04 | all improper calls of OnClose replaced with OnDestroy / OnApply | George Hazan | |
2020-06-04 | UI classes: | George Hazan | |
- CDlgBase::m_bSucceeded variable introduced to check whether IDOK was pressed or not; - unused/useless buttons with id=IDOK or IDCANCEL removed; - brnOk.OnClick replaced with OnApply calls; - unused/useless calls of EndDialog/EndModal removed; - minor code cleaning | |||
2020-02-07 | fixes #2205 (Unable to create new profile) | George Hazan | |
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-05-29 | all icons with keys replaced with skin password icon SKINICON_OTHER_KEYS | George Hazan | |
2019-02-22 | Dbx_Mdbx: fix for hangup during database encryption | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2018-10-08 | Dbx_mdbx: fix for assert during database encryption | George Hazan | |
2018-09-21 | fix for profile encryption process | George Hazan | |
2018-05-07 | Dbx_mdbx: fixes crash when user tries to compact a profile with password | George Hazan | |
(cherry picked from commit b6bbbb16e26ce924022d623572fce852e234ee16) | |||
2018-04-15 | fixes #1230 (Database encryption mode) | 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-23 | fixes #1195 (Import from mdbx is broken) | George Hazan | |
2018-01-23 | dbx_mdbx: | George Hazan | |
- fix for a name conflict; - stricter transaction scope; - version bump | |||
2018-01-22 | code cleaning | George Hazan | |
2018-01-11 | dbx_mdbx: | George Hazan | |
- Remap() / MDBX_CHECK perversion removed; - mdbx_env_set_geometry() is used to grow file automatically | |||
2018-01-11 | mdbx-plugin: fix names for clarity (minor, but renaming). | George Hazan | |
# Conflicts: # plugins/Dbx_mdbx/src/libmdbx |