Age | Commit message (Expand) | Author |
2023-04-11 | DB::FILE_BLOB - file events' access unification | George Hazan |
2023-01-05 | compilation fix | George Hazan |
2023-01-02 | Update copyrights | dartraiden |
2022-01-01 | Happy new year, Miranda | dartraiden |
2021-12-26 | DWORD -> uint32_t | George Hazan |
2021-12-26 | WORD -> uint16_t | George Hazan |
2021-12-26 | BYTE -> uint8_t | George Hazan |
2021-11-07 | update for system includes & import libraries | George Hazan |
2021-04-13 | code cleaning | George Hazan |
2021-01-31 | we import slower, but more securely (flush database time to time) | George Hazan |
2021-01-19 | fixes #2702 (Dbx_sqlite: missing "Compact" menu item) | George Hazan |
2021-01-18 | fixes #2698 (Add current db format (mdbx, sqlite) to version info report) | 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 |
2021-01-08 | duplicate code and variables removed | George Hazan |
2021-01-07 | more common code moved to MDatabaseCommon | George Hazan |
2020-12-07 | Dbx_mdbx: we don't have to bother db if we're trying to delete missing setting | George Hazan |
2020-12-04 | Dbx_mdbx: now we very quickly load _all_ settings into memory to reject cache... | George Hazan |
2020-12-01 | fixes #2634 & #2605 (various problems on startup, caused by transaction isola... | George Hazan |
2020-11-17 | fixes #2569 (Ломается профиль после ребута комп... | George Hazan |
2020-11-16 | Dbx_mdbx: global cursors replaced with mdbx_cursor_bind() and temporary cursors | George Hazan |
2020-11-15 | unused variable CDbxMDBX::m_bShared removed | George Hazan |
2020-11-15 | Dbx_mdbx: code cleaning | George Hazan |
2020-10-25 | Revert "fixes #2569 (Miranda uses libmdbx unsafely)" | George Hazan |
2020-10-25 | fixes #2569 (Miranda uses libmdbx unsafely) | George Hazan |
2020-10-09 | Dbx_mdbx: fix for new constants | George Hazan |
2020-08-08 | filtering out orphaned settings | George Hazan |
2020-08-07 | Dbx_Mdbx: first two integrity checks | George Hazan |
2020-08-07 | code cleaning | George Hazan |
2020-06-22 | temporary return of DbChecker | George Hazan |
2020-06-15 | simpler way of applying server ids to messages | George Hazan |
2020-05-13 | kinda first working version of database event cursors | George Hazan |
2020-05-12 | event cursors for mdbx driver | George Hazan |
2020-04-25 | db_event_add / db_event_edit to receive const pointer to DBEVENTINFO | George Hazan |
2020-01-20 | db_event_delete: unused parameter removed | George Hazan |
2020-01-13 | fixes #2181 ("Miranda was unable to open <profile_name>, it's in an unknown f... | George Hazan |
2020-01-12 | CDbxMDBX: useless window removed and replaced with Miranda_GetSystemWindow() | 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 r... | George Hazan |
2019-01-04 | Update copyrights | dartraiden |
2018-10-17 | fixes #1626 (Dbx_mdbx: subcontact's history disappears after removing a subco... | George Hazan |
2018-10-10 | stupid schema with event handles sharing via CreateEventHook eliminated | George Hazan |
2018-09-23 | new event: ME_DB_EVENT_EDITED | George Hazan |
2018-09-23 | db_event_edit - new stub for editing messages | George Hazan |
2018-09-19 | GetEventById & SetEventId - two new methods to operate with events by their s... | George Hazan |
2018-09-19 | eventids table added for message keys | George Hazan |
2018-06-29 | safer method of backing up databases instead of trying to read them manually | George Hazan |