Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-05 | libmdbx: update to 0.9.2.12 with some useful fixes. | Leonid Yuriev | |
2020-12-04 | libmdbx: promoting to 0.9.2.0 release | George Hazan | |
2020-12-03 | SQLite: pick up Miranda-specific commits | dartraiden | |
2020-12-03 | SQLite: update to 3.34.0 | dartraiden | |
2020-12-03 | liblua: pick up Miranda-specific commits | dartraiden | |
2020-12-03 | liblua: update to 5.4.2 | dartraiden | |
2020-11-17 | fixes #2569 (Ломается профиль после ребута ↵ | George Hazan | |
компа. Miranda NG не может открыть '*', профиль в неизвестном формате) | |||
2020-11-01 | libcurl: pick up Miranda-specific commits | dartraiden | |
2020-11-01 | libcurl: update to 7.73.0 | dartraiden | |
2020-10-29 | Plugin Updater: pu_stub utilities moved to mir_app | George Hazan | |
2020-10-25 | Revert "fixes #2569 (Miranda uses libmdbx unsafely)" | George Hazan | |
This reverts commit a949c9f2b090435ca63de525ee2cd1a79073f08a. | |||
2020-10-25 | fixes #2569 (Miranda uses libmdbx unsafely) | George Hazan | |
2020-10-24 | CCtrlTreeOpts class moved to mir_core, to be reused later | George Hazan | |
2020-10-14 | warning fixes | George Hazan | |
2020-10-11 | liblua: update to 5.4.1 | dartraiden | |
2020-10-09 | compilation fix for VS2017 | George Hazan | |
2020-10-09 | Dbx_mdbx: fix for new constants | George Hazan | |
2020-10-09 | libmdbx: 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-09 | fixes #2587 (remove rest of old OpenSSL) | George Hazan | |
2020-10-08 | OpenSSL upgraded to 1.1.1 | George Hazan | |
2020-09-08 | DeleteDirectoryTreeW - new function that deletes a folder with all ↵ | George Hazan | |
subfolders (recursively) | |||
2020-08-20 | libcurl: pick up Miranda-specific commits | dartraiden | |
2020-08-20 | libcurl: update to 7.72.0 | dartraiden | |
2020-08-19 | SQLite: pick up Miranda-specific commits | dartraiden | |
2020-08-19 | SQLite: update to 3.33.0 | dartraiden | |
2020-08-17 | FreeImage: WebP support added | George Hazan | |
2020-08-16 | fixes #2538 (NewStory: add stickers support to message log and history) | George Hazan | |
2020-08-07 | fix for rare crash on exit | George Hazan | |
2020-07-08 | fixes #2475 (Update libmdbx to 0.8.2) | George Hazan | |
2020-07-07 | libcurl: pick up Miranda-specific commits | dartraiden | |
2020-07-07 | libcurl: update to 7.71.1 | dartraiden | |
2020-07-02 | this file isn't used anymore | George Hazan | |
2020-07-02 | fixes #2472 (Update liblua to 5.4) | George Hazan | |
2020-07-01 | TLS 1.3 support: | George Hazan | |
Netlib_GetTlsUnique - new function to retrieve TLS binding data for an opened socket | |||
2020-06-29 | PROTO_INTERFACE::GetMenuItem - unified access to all protocol menu items | George Hazan | |
2020-06-25 | compilation fix | George Hazan | |
2020-06-25 | libcurl: pick up Miranda-specific commits | dartraiden | |
2020-06-25 | libcurl: update to 7.71.0 | dartraiden | |
2020-06-25 | SQLite: pick up Miranda-specific commits | dartraiden | |
2020-06-25 | SQLite: update to 3.32.3 | dartraiden | |
2020-06-22 | temporary return of DbChecker | George Hazan | |
2020-06-15 | simpler way of applying server ids to messages | George Hazan | |
2020-06-15 | PROTO_INTERFACE::OnEventEdited - new virtual function to send edited ↵ | George Hazan | |
messages to server | |||
2020-06-14 | Proto_GetInstance: handy helper to obtain PROTO_INTERFACE for a hContact / ↵ | George Hazan | |
szModule | |||
2020-06-14 | fixes #2450 (Update libmdbx to 0.8.1) | George Hazan | |
2020-06-08 | SQLite: pick up Miranda-specific commits | dartraiden | |
2020-06-08 | SQLite: update to 3.32.2 | dartraiden | |
2020-06-04 | SQLite: pick up Miranda-specific commits | dartraiden | |
2020-06-04 | SQLite: update to 3.32.1 | dartraiden | |
2020-05-29 | towards #2408: CSrmmBaseDialog::ProcessFileDrop - a helper with window ↵ | George Hazan | |
handle to process file dropping operations |