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 | BYTE -> uint8_t | George Hazan |
2021-12-26 | PBYTE -> uint8_t* | George Hazan |
2021-11-07 | update for system includes & import libraries | George Hazan |
2021-06-05 | major code cleaning in regard to db_event_getBlobSize & event memory allocation | George Hazan |
2021-03-21 | no, this crutch is used... | George Hazan |
2021-03-19 | very bad idea to return -1 as blob size on error | George Hazan |
2021-02-28 | fixes #2737 (Dbx_mdbx: sometimes MDBX_SET doesn't work as expected, nobody kn... | George Hazan |
2021-02-13 | fixes #2721 (Dbx_mdbx: direct cursors skip the first record found) | George Hazan |
2021-01-20 | fixes #2707 (MDBX: reversed event cursors don't work at the end of table | George Hazan |
2021-01-19 | grrm... | George Hazan |
2021-01-19 | Dbx_mdbx: fix for reversed event cursors behavior | George Hazan |
2021-01-17 | Update copyrights | dartraiden |
2020-12-07 | Dbx_mdbx: we don't have to bother db if we're trying to delete missing setting | George Hazan |
2020-12-07 | useless code removed | George Hazan |
2020-12-04 | we don't need this crutch anymore, due to the reading from global writing tra... | 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 | txn_ptr::abort() not to be mixed with common ::abort() | 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-06-24 | fixes #2460 (NewStory: удаление всей истории через м... | 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-05-02 | fixes #2367 (После удаления истории меты в базе ... | George Hazan |
2020-04-25 | DBEF_TEMPORARY - new flag to disable event notification about event addition | George Hazan |
2020-04-25 | db_event_add / db_event_edit to receive const pointer to DBEVENTINFO | George Hazan |
2020-03-24 | Dbx_mdbx: fix for a nasty problem with message ids | 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 r... | George Hazan |
2019-01-04 | Update copyrights | dartraiden |
2018-10-16 | dbx_mdbx: fix return value for db_event_edit | ElzorFox |
2018-10-10 | stupid schema with event handles sharing via CreateEventHook eliminated | George Hazan |
2018-10-03 | dbx_mdbx: fix for editing events | George Hazan |
2018-09-23 | new event: ME_DB_EVENT_EDITED | George Hazan |
2018-09-23 | EditEvent implementation for CDbxMDBX | 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-14 | merge with libmdbx release | George Hazan |
2018-04-10 | fixes #1244 (Deleting subcontact history event leads to metacontact empty his... | 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 |