summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Collapse)Author
2021-01-31we import slower, but more securely (flush database time to time)George Hazan
2021-01-30libmdbx: update to 0.9.2.136George Hazan
2021-01-23libmdbx: upgrade to 0.9.2.110George Hazan
2021-01-23SQLite: pick up Miranda-specific commitsdartraiden
2021-01-23SQLite: update to 3.34.1dartraiden
2021-01-22further clist options optimizationGeorge Hazan
2021-01-17Update copyrightsdartraiden
2021-01-11CTimer::Stop to return true if timer was activeGeorge Hazan
2021-01-08database options dialog also went into the coreGeorge Hazan
2021-01-08Password change dialog also became commonGeorge Hazan
2021-01-08encryption code unification, part 2: initialization & data storageGeorge Hazan
2021-01-08another bunch of duplicate code moved to the coreGeorge Hazan
2021-01-08duplicate code and variables removedGeorge Hazan
2021-01-07more common code moved to MDatabaseCommonGeorge Hazan
2021-01-07common code moved to the coreGeorge Hazan
2021-01-06fixes #2649 (NewStory: clickable filetransfers in history)George Hazan
2021-01-05fixes #2658 (Вынести настройку цвета попапов ↵George Hazan
редактора базы в отдельные настройки) + цвет текста + чистка кода
2021-01-05updated import libraries for mir_appGeorge Hazan
2021-01-05CCtrlColor class - the wrapper for Windows Color PickerGeorge Hazan
2020-12-27Discord: first 100 guild users are fetched from the serverGeorge Hazan
2020-12-12libcurl: pick up Miranda-specific commitsdartraiden
2020-12-12libcurl: update to 7.74.0dartraiden
2020-12-05libmdbx: update to 0.9.2.12 with some useful fixes.Leonid Yuriev
2020-12-04libmdbx: promoting to 0.9.2.0 releaseGeorge Hazan
2020-12-03SQLite: pick up Miranda-specific commitsdartraiden
2020-12-03SQLite: update to 3.34.0dartraiden
2020-12-03liblua: pick up Miranda-specific commitsdartraiden
2020-12-03liblua: update to 5.4.2dartraiden
2020-11-17fixes #2569 (Ломается профиль после ребута ↵George Hazan
компа. Miranda NG не может открыть '*', профиль в неизвестном формате)
2020-11-01libcurl: pick up Miranda-specific commitsdartraiden
2020-11-01libcurl: update to 7.73.0dartraiden
2020-10-29Plugin Updater: pu_stub utilities moved to mir_appGeorge Hazan
2020-10-25Revert "fixes #2569 (Miranda uses libmdbx unsafely)"George Hazan
This reverts commit a949c9f2b090435ca63de525ee2cd1a79073f08a.
2020-10-25fixes #2569 (Miranda uses libmdbx unsafely)George Hazan
2020-10-24CCtrlTreeOpts class moved to mir_core, to be reused laterGeorge Hazan
2020-10-14warning fixesGeorge Hazan
2020-10-11liblua: update to 5.4.1dartraiden
2020-10-09compilation fix for VS2017George Hazan
2020-10-09Dbx_mdbx: fix for new constantsGeorge Hazan
2020-10-09libmdbx: switch to original amalgamated source code (v0.9.1.18)Leonid Yuriev
Amalgamated source code is the recommended form for embedding libmdbx in non-CMake build systems. This amalgamated version contains a minimum of files, is fully ready for use, and make impossible a number of errors. To upgrade or switch to a different version, just unpack to the `src` subdirectory a corresponding `libmdbx-amalgamated-X_Y_Z.zip` at the https://github.com/erthink/libmdbx/releases. For instance, the https://github.com/erthink/libmdbx/releases/download/v0.9.2/libmdbx-amalgamated-0_9_2.zip for the next release. -- Minimal changes have been made to the build configuration: 1. For use the standard `DllMain()` entry of libmdbx: - added the `MDBX_BUILD_SHARED_LIBRARY=1` option; - removed the `MDBX_CONFIG_MANUAL_TLS_CALLBACK` option; - deleted the `miranda.c` file containing only `DllMain()` with the `mdbx_dll_handle()` call, now this is done by the library itself. 2. Removed refs to extra files (that missing in the amalgamated source code): - for building `libmdbx.dll` only the `mdbx.h` and `mdbx.c` are used, but not `mdbx.c++` for a C++ API; - for building the `mdbx_chk`, `mdbx_load`, and `mdbx_dump` utilities only it own sources are used. -- Last libmdbx changes: - Fixed missing installation of `mdbx.h++`. - Fixed use of obsolete `__noreturn`. - Fixed use of `yield` instruction on ARM if unsupported. - Added pthread workaround for buggy toolchain/cmake/buildroot. - Fixed use of `pthread_yield()` for non-GLIBC. - Fixed use of `RegGetValueA()` on Windows 2000/XP. - Fixed use of `GetTickCount64()` on Windows 2000/XP. - Fixed opening DB on a network shares (in the exclusive mode). - Fixed copy&paste typos. - Fixed minor false-positive GCC warning.
2020-10-09fixes #2587 (remove rest of old OpenSSL)George Hazan
2020-10-08OpenSSL upgraded to 1.1.1George Hazan
2020-09-08DeleteDirectoryTreeW - new function that deletes a folder with all ↵George Hazan
subfolders (recursively)
2020-08-20libcurl: pick up Miranda-specific commitsdartraiden
2020-08-20libcurl: update to 7.72.0dartraiden
2020-08-19SQLite: pick up Miranda-specific commitsdartraiden
2020-08-19SQLite: update to 3.33.0dartraiden
2020-08-17FreeImage: WebP support addedGeorge Hazan
2020-08-16fixes #2538 (NewStory: add stickers support to message log and history)George Hazan
2020-08-07fix for rare crash on exitGeorge Hazan