summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Collapse)Author
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
2020-07-08fixes #2475 (Update libmdbx to 0.8.2)George Hazan
2020-07-07libcurl: pick up Miranda-specific commitsdartraiden
2020-07-07libcurl: update to 7.71.1dartraiden
2020-07-02this file isn't used anymoreGeorge Hazan
2020-07-02fixes #2472 (Update liblua to 5.4)George Hazan
2020-07-01TLS 1.3 support:George Hazan
Netlib_GetTlsUnique - new function to retrieve TLS binding data for an opened socket
2020-06-29PROTO_INTERFACE::GetMenuItem - unified access to all protocol menu itemsGeorge Hazan
2020-06-25compilation fixGeorge Hazan
2020-06-25libcurl: pick up Miranda-specific commitsdartraiden
2020-06-25libcurl: update to 7.71.0dartraiden
2020-06-25SQLite: pick up Miranda-specific commitsdartraiden
2020-06-25SQLite: update to 3.32.3dartraiden
2020-06-22temporary return of DbCheckerGeorge Hazan
2020-06-15simpler way of applying server ids to messagesGeorge Hazan
2020-06-15PROTO_INTERFACE::OnEventEdited - new virtual function to send edited ↵George Hazan
messages to server
2020-06-14Proto_GetInstance: handy helper to obtain PROTO_INTERFACE for a hContact / ↵George Hazan
szModule
2020-06-14fixes #2450 (Update libmdbx to 0.8.1)George Hazan
2020-06-08SQLite: pick up Miranda-specific commitsdartraiden
2020-06-08SQLite: update to 3.32.2dartraiden
2020-06-04SQLite: pick up Miranda-specific commitsdartraiden
2020-06-04SQLite: update to 3.32.1dartraiden
2020-05-29towards #2408: CSrmmBaseDialog::ProcessFileDrop - a helper with window ↵George Hazan
handle to process file dropping operations