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-11-07 | update for system includes & import libraries | George Hazan | |
2021-01-17 | Update copyrights | dartraiden | |
2020-12-13 | Dbx_mdbx: crash fix when deleting sub-contact from a meta | George Hazan | |
2020-12-07 | useless code removed | George Hazan | |
2020-12-04 | Dbx_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-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-10-09 | Dbx_mdbx: fix for new constants | George Hazan | |
2020-05-29 | more logs | George Hazan | |
2020-05-29 | Dbx_mdbx: faster way of removing a contact | George Hazan | |
2020-01-20 | db_event_delete: unused parameter removed | George Hazan | |
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-01-30 | fixes #1785 (sub's events aren't marked as read, because of that SRMM could ↵ | George Hazan | |
read all events into a message log) | |||
2019-01-04 | Update copyrights | dartraiden | |
2018-10-17 | fixes #1626 (Dbx_mdbx: subcontact's history disappears after removing a ↵ | George Hazan | |
subcontact instead of saving in meta) | |||
2018-10-10 | code cleaning | George Hazan | |
2018-10-10 | stupid schema with event handles sharing via CreateEventHook eliminated | George Hazan | |
2018-09-19 | GetEventById & SetEventId - two new methods to operate with events by their ↵ | George Hazan | |
server ids | |||
2018-04-02 | Dbx_mdbx: fix for record number calculation | George Hazan | |
2018-04-02 | Dbx_mdbx: | George Hazan | |
- unused class members removed; - added function TouchFile() to change access date & time on loading & exit | |||
2018-03-30 | fix for asynchronous database flush to fix unsaved data | George Hazan | |
2018-03-27 | fixes #1216 (temporary contacts return back until restart) | George Hazan | |
2018-03-23 | fixes #1195 (Import from mdbx is broken) | George Hazan | |
2018-02-21 | all another C++'11 iterators | George Hazan | |
2018-01-24 | if we don't use MDBX_DUPSORT, there's no need to pass the data parameter | 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-22 | fix for broken contacts in mdbx | 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 |