Age | Commit message (Expand) | Author |
2018-10-10 | stupid schema with event handles sharing via CreateEventHook eliminated | George Hazan |
2018-01-01 | massive copyright update | dartraiden |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 6... | Kirill Volinsky |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky |
2017-11-29 | replace russian с to latin c | Kirill Volinsky |
2017-11-28 | Source files converted to utf-8 | Kirill Volinsky |
2017-11-24 | EnumResidentSettings moved to MDatabaseCommon | George Hazan |
2017-11-24 | more common database code moved to MDatabaseCommon | George Hazan |
2017-11-23 | database enumerators => void* instead of LPARAM | George Hazan |
2017-11-23 | common database code to be concentrated in mir_app | George Hazan |
2017-11-13 | Code modernize ... | Goraf |
2017-08-22 | code cleaning | George Hazan |
2017-08-22 | code cleaning | George Hazan |
2017-08-05 | Change rest of Miranda NG links to https:// | Robert Pösel |
2017-03-17 | fixes #739 (extra icons don't work in the totally encrypted database) | George Hazan |
2017-01-01 | bump copyright year | dartraiden |
2016-09-14 | second major wipeout of database services & structures: | George Hazan |
2016-04-10 | more accurate way to prevent Chinese in db_get_tstatic | George Hazan |
2016-04-10 | nasty crutch to allow db_get_tstatic to work correctly | George Hazan |
2016-01-02 | Copyrights update part 3 (final) | Dart Raiden |
2015-10-28 | fix for db_unset() calls over resident variables | George Hazan |
2015-08-17 | warning fixes | George Hazan |
2015-06-23 | Dbx_mmap: unified project | Kirill Volinsky |
2015-05-22 | replace strcpy to mir_strcpy | Kirill Volinsky |
2015-05-22 | replace strcmp to mir_strcmp | Kirill Volinsky |
2015-05-22 | replace strlen to mir_strlen | Kirill Volinsky |
2014-12-31 | Year 2015 version update | George Hazan |
2014-12-31 | misplaced lock for database cache access | George Hazan |
2014-12-14 | Db3x_mmap: changed warning lavel to w4 | Kirill Volinsky |
2014-12-13 | MoveMemory -> memmove | Rozhuk Ivan |
2014-12-13 | CopyMemory -> memcpy | Rozhuk Ivan |
2014-09-22 | we don't allow to write resident settings for non-existent contacts | George Hazan |
2014-05-03 | more accurate check for variable lookup | George Hazan |
2014-05-03 | fix for ignoring subs | George Hazan |
2014-05-03 | crash fix for adding the first sub into a meta | George Hazan |
2014-05-03 | database to look up the missing settings for the default sub | George Hazan |
2014-02-08 | forgotten to apply a method | George Hazan |
2014-02-08 | low-level database access functions rewritten to MCONTACT instead of HANDLE h... | George Hazan |
2014-02-07 | - the internal DBContact structure extended to hold one more DWORD: contact ID; | George Hazan |
2014-02-03 | - new helpers for reading db strings into static buffers; | George Hazan |
2014-01-26 | fix against crash while opening read-only databases | George Hazan |
2014-01-13 | ability to detect whether a setting is encrypted or not | George Hazan |
2014-01-06 | fix for decoding settings | George Hazan |
2014-01-06 | huh, finally: total database encryption, including histories | George Hazan |
2014-01-03 | more correct way of writing signatures | George Hazan |
2014-01-01 | copyright update for year 2014 | George Hazan |
2013-12-29 | preparing mmap_sa, that it finally compatible with new mmap | George Hazan |
2013-12-01 | first lines of password UI code | George Hazan |
2013-11-29 | missing settings are not cached anymore, it's just a waste of memory | George Hazan |
2013-11-27 | - strong cyphering for passwords in db3x_mmap; | George Hazan |