Commit Graph

  • fe0ec8ceca mdbx: fix and refine mdbx_update_gc() to avoid infinite looping possibility (squashed). Leonid Yuriev 2021-10-03 02:12:56 +03:00
  • 6737d304a6 mdbx-ci: MDBX_FORCE_ASSERTION=1 for CI-build. Leonid Yuriev 2021-10-01 14:18:05 +03:00
  • fe7186d549 mdbx: reflow comment (cosmetic). Leonid Yuriev 2021-09-29 02:38:40 +03:00
  • c81226906a mdbx: update ChangeLog and Contributors list. Leonid Yuriev 2021-09-28 00:37:33 +03:00
  • 699361c5d0 mdbx: update bindings/wrappers list. Leonid Yuriev 2021-09-27 20:39:19 +03:00
  • 903bcd2466 mdbx-ci: switch github action from Ubuntu 16.04 to 18.04 Leonid Yuriev 2021-09-21 15:06:10 +03:00
  • c714ee9b55 mdbx++: remove noexcept from potentially throwing txn::put(). yperbasis 2021-09-03 20:07:29 +02:00
  • bf603bdffc
    mdbx: release v0.10.3 v0.10.3 Leonid Yuriev 2021-08-27 22:47:12 +03:00
  • cd73caac1c mdbx-test: remove entropy source and use fully determined PRNG. Leonid Yuriev 2021-08-27 15:02:15 +03:00
  • aec884f0d1 mdbx-make: extend cross-qemu target. Leonid Yuriev 2021-08-26 17:56:39 +03:00
  • e3ce6d645a mdbx-make: fix/filter-out cross-qemu target arch list. Leonid Yuriev 2021-08-26 02:23:31 +03:00
  • d2cba98f70 mdbx: always setup madvise while opening DB. Leonid Yuriev 2021-08-25 14:13:07 +03:00
  • 217e951e68 mdbx-make: fix getting revision number from middle of history. Leonid Yuriev 2021-08-22 11:06:47 +03:00
  • 99b75b5004 mdbx: fix/model minor Coverity issues. Leonid Yuriev 2021-08-16 23:45:56 +03:00
  • 42d545e579 mdbx: fix minor zero-length memcmp() UB. Leonid Yuriev 2021-08-14 17:38:37 +03:00
  • e3300259ff mdbx: add minor enum-related workarounds for UndefinedBeheviorSanitizer. Leonid Yuriev 2021-08-14 16:03:12 +03:00
  • 68273acc2a mdbx: add and use MDBX_NOSANITIZE_ENUM macro. Leonid Yuriev 2021-08-14 16:02:33 +03:00
  • e20664fe55 mdbx: Merge branch 'master' into devel branch. Leonid Yuriev 2021-08-14 16:01:16 +03:00
  • 8c761f5774 mdbx: update Ethereum address. Leonid Yuriev 2021-08-14 00:19:40 +03:00
  • b6ffec12e4 "mdbx: ignore legacy P_DIRTY flag (0x10) for nested/sub-pages. Leonid Yuriev 2021-08-11 15:46:31 +03:00
  • 5d4d02617d mdbx-cmake: fix search GCC tools for LTO. Leonid Yuriev 2021-08-05 02:21:14 +03:00
  • 327b283136 mdbx-cmake: fix/reorder dirs list for search CLANG tools for LTO. Leonid Yuriev 2021-08-04 15:45:15 +03:00
  • 4bb0c57e29 mdbx: minor fixes/workarounds for CLANG < 9.x Leonid Yuriev 2021-08-04 14:09:50 +03:00
  • a9cae5e314 mdbx-cmake: avoid CMake warning about compatibility with 3.8.2 Leonid Yuriev 2021-08-03 17:17:22 +03:00
  • b9ac607a5e mdbx: update patch for buildroot (old versions). Leonid Yuriev 2021-08-03 00:57:22 +03:00
  • 7e035115bb mdbx-doc: add ref to Haskell bindings. Leonid Yuriev 2021-08-02 09:05:50 +03:00
  • 099dd68630 mdbx-doc: add a note about the need for git tags. Leonid Yuriev 2021-08-01 17:58:42 +03:00
  • 5d7ef50054 mdbx-ci: disable RDP by default for AppVeyor. Leonid Yuriev 2021-07-29 14:11:27 +03:00
  • 2395564c17 mdbx++: add cursor::erase() overloads for key and for key-value. Andrea Lanfranchi 2021-07-26 19:28:10 +02:00
  • 5e7a685ba8 mdbx: add basic CMakeSettings.json for Visual Studio. Andrea Lanfranchi 2021-07-26 19:21:53 +02:00
  • f7cbf41f03 mdbx: add .vscode to gitignore. Andrea Lanfranchi 2021-07-26 19:10:35 +02:00
  • 70933d81a8
    mdbx: release v0.10.2 v0.10.2 Leonid Yuriev 2021-07-26 05:23:52 +03:00
  • a8115267a6 mdbx++: disable using C++20 concepts for CLANG < 12. Leonid Yuriev 2021-07-26 05:16:29 +03:00
  • a9e99241b7 mdbx-make: fix/clean dependencies for make dist. Leonid Yuriev 2021-07-26 00:45:25 +03:00
  • bca4adcdc7 mdbx-make: show compier and version by make show-options. Leonid Yuriev 2021-07-25 23:53:04 +03:00
  • 79281d59c7 mdbx++: workaround macro for clang bugs. Leonid Yuriev 2021-07-25 23:16:14 +03:00
  • e6a83654a8 mdbx-make: add stub bench-related targets for case no ioarena. Leonid Yuriev 2021-07-25 18:18:57 +03:00
  • f4f166a66d mdbx-make: avoid multiple tips about ioarena. Leonid Yuriev 2021-07-25 17:24:05 +03:00
  • 65fa0cf8ed mdbx++: revive encode/decode to hex/base58/base64 (squashed). Leonid Yuriev 2021-07-25 16:52:01 +03:00
  • 046dc02f73 mdbx: make MDBX_STRINGIFYmacro public. Leonid Yuriev 2021-07-25 15:11:05 +03:00
  • c2fa453725 mdbx-test: fix keygen-related issue. Leonid Yuriev 2021-07-23 01:27:02 +03:00
  • e731260056 mdbx: fix SIGSEGV regression while copying DB with enabled audit. Leonid Yuriev 2021-07-22 12:04:54 +03:00
  • 9a04c9a350 mdbx: update available Bindings list. Leonid Yuriev 2021-07-21 17:39:34 +03:00
  • 13912be35d mdbx: update ChangeLog. Leonid Yuriev 2021-07-21 12:12:10 +03:00
  • 2e68adefb3 mdbx-doc: add README paragraph for testing. Leonid Yuriev 2021-07-21 02:28:44 +03:00
  • bf9e6146df mdbx-make: add missing long-test to make help output. Leonid Yuriev 2021-07-20 22:12:38 +03:00
  • 2c190cfb56 mdbx-doc: add README paragraph for containers. Leonid Yuriev 2021-07-20 16:27:41 +03:00
  • 5fa2e30709 mdbx-test: add exclusive and accede options for DB operation mode. Leonid Yuriev 2021-07-20 11:15:54 +03:00
  • faafa21480 mdbx-doc: refine Dixygen comments related to use custom comparators. Leonid Yuriev 2021-07-20 01:50:54 +03:00
  • 3f929e3766 mdbx-make: update thunk-makefile's target-list. Leonid Yuriev 2021-07-19 20:17:03 +03:00
  • 9a1dffc7dc mdbx: update ChangeLog. Leonid Yuriev 2021-07-19 13:21:47 +03:00
  • c81ab53eb2 mdbx-test: add usage for long-stochastic scripts. Leonid Yuriev 2021-07-19 12:42:57 +03:00
  • 7759e52850 mdbx-windows: use MachineGuid of any size for bootid generation. Leonid Yuriev 2021-07-19 12:07:45 +03:00
  • e7336e1d5e mdbx: add checks for unexpected LEAF2-pages. Leonid Yuriev 2021-07-19 11:30:40 +03:00
  • 68aef96f0a mdbx-tool: minor clarify mdbx_chk' logic key/data checks. Leonid Yuriev 2021-07-18 10:39:02 +03:00
  • 0b120b8fa9 mdbx-windows: fix bootid generation for case of change system' time. Leonid Yuriev 2021-07-17 21:00:50 +03:00
  • 28c36af67c mdbx: refine built-in ASAN option. Leonid Yuriev 2021-07-16 15:44:40 +03:00
  • d67b9eaf17 mdbx: fix ASAN-regression after 1740043678951c5a1a088e6572722de438162ab2. Leonid Yuriev 2021-07-16 15:40:02 +03:00
  • 6034985686 mdbx: add MDBX_ASAN_(UN)POISON_MEMORY_REGION() macros. Leonid Yuriev 2021-07-16 14:59:37 +03:00
  • 7da64b725d mdbx: perform madvise only for the first process opens a DB. Leonid Yuriev 2021-07-16 14:40:01 +03:00
  • ba22ae9ab3 mdbx: update .gitignore Leonid Yuriev 2021-07-16 10:14:46 +03:00
  • 8aaf5d071b mdbx: fix pagecheck(). Leonid Yuriev 2021-07-16 03:00:43 +03:00
  • 6a6ead6cfb mdbx-make: rename buildflags_tag to buildflags.tag (cosmetic). Leonid Yuriev 2021-07-15 16:55:38 +03:00
  • 10fefe87a6 mdbx-make: minor fix to save dist-check logs. Leonid Yuriev 2021-07-15 16:50:49 +03:00
  • de3c028f0d mdbx-make: fix buildflags_tag embedding into config.h. Leonid Yuriev 2021-07-14 10:30:29 +03:00
  • b6233ae2e5 mdbx-tools: minor fix/unify error counters. Leonid Yuriev 2021-07-14 05:14:52 +03:00
  • fe5f008d39 mdbx-tools: skip iteration & checking records if corresponding tree is corrupted. Leonid Yuriev 2021-07-14 03:18:51 +03:00
  • c8743cb9c4 mdbx: fix null-deref while override invalid meta-pages. Leonid Yuriev 2021-07-14 03:05:50 +03:00
  • 1995754bc3 mdbx-test: add workarounds for QEMU (all 32-bit, Alpha, Sparc). Leonid Yuriev 2021-07-13 12:38:58 +03:00
  • f749b3deee mdbx-test: minor refine stochastic script to be able use arithmetic in the arguments. Leonid Yuriev 2021-07-13 09:47:28 +03:00
  • ebfffe3f2b mdbx-make: use --db-upto-mb option to be able testing 32-bit targets under QEMU. Leonid Yuriev 2021-07-12 11:16:49 +03:00
  • de4a6baf80 mdbx-test: add --db-upto-mb option for stochastic script. Leonid Yuriev 2021-07-12 10:53:12 +03:00
  • 584326e9b6 mdbx-make: rename MDBX_TEST_EXTRA to MDBX_SMOKE_EXTRA. Leonid Yuriev 2021-07-12 10:44:00 +03:00
  • a7becdc6b3 mdbx-test: add --size-upper-upto for simplify cross-testing 32-bit code with QEMU on 64-bit host. Leonid Yuriev 2021-07-12 00:08:34 +03:00
  • 4de2dcebb5 mdbx: increase the MDBX_READERS_LIMIT to 32767. Leonid Yuriev 2021-07-11 02:44:19 +03:00
  • 678a80dd19 mdbx: fix hang/shutdown on big-endian platforms without __cxa_thread_atexit(). Leonid Yuriev 2021-07-11 02:17:20 +03:00
  • 55d1f5e9c0 mdbx++: remove extra noexcept for buffer::&assign_reference(). Leonid Yuriev 2021-07-10 18:13:45 +03:00
  • c18bf4f898 mdbx: minor clarify mdbx_mapresize(). Leonid Yuriev 2021-07-10 18:02:53 +03:00
  • 728e7f92b2 mdbx: minor fix mdbx_mresize() to preserve result code for read-only cases. Leonid Yuriev 2021-07-10 17:52:17 +03:00
  • 1740043678 mdbx: minimize the size of poisoned/unpoisoned regions to avoid ASAN hangs. Leonid Yuriev 2021-07-10 16:09:02 +03:00
  • 891d68838a mdbx: return MDBX_TOO_LARGE under Valgrind/ASAN if being opened DB is 100 larger than RAM. Leonid Yuriev 2021-07-10 12:19:20 +03:00
  • 108398c213 mdbx: refine rollback while opening weak/invalid DB. Leonid Yuriev 2021-07-09 17:40:15 +03:00
  • 8bdee27248 mdbx: create/refactoring override_meta(). Leonid Yuriev 2021-07-08 23:52:16 +03:00
  • 00c6dc9788 mdbx: re-verify head and steady meta-pages while opening db by the first process. Leonid Yuriev 2021-07-08 16:05:52 +03:00
  • fb67682a79 mdbx: refine mdbx_validate_meta(). Leonid Yuriev 2021-07-08 13:51:36 +03:00
  • 5ed50a4739 mdbx: remove filesize arg from header/meta read functions (refactoring). Leonid Yuriev 2021-07-08 13:26:51 +03:00
  • c30c3def8b mdbx: the filesize field of mdbx_mmap_t now is not specific for Windows. Leonid Yuriev 2021-07-08 13:18:51 +03:00
  • 2f74f405ae mdbx: avoid returning MDBX_TXN_FULL error when possible. Леонид Юрьев (Leonid Yuriev) 2021-05-12 00:22:50 +03:00
  • c7e05f63e6 mdbx-test: remove vector[...] from Valgrind's suppressions. Леонид Юрьев (Leonid Yuriev) 2021-07-08 11:41:07 +03:00
  • d65305564f mdbx-test: more suppressions for Valrgind (for case db-page less than systen-page). Leonid Yuriev 2021-07-07 02:21:52 +03:00
  • 660c302525 mdbx-test: adapt long-stochastic script for old bash version (Mac OS). Leonid Yuriev 2021-07-06 22:27:23 +03:00
  • d7aad3a7cf mdbx-make: distinct smoke* and test* targets. Leonid Yuriev 2021-07-06 15:37:10 +03:00
  • 15ed0f6a84 mdbx++: workaround for compile-time 'uninitialized' warning (i.e. a GCC's bug) from GCC 10.x with enabled UB-sanitizer. Leonid Yuriev 2021-07-06 13:13:30 +03:00
  • ffb8d23632 mdbx++: minor fixes for UN-sanitizer. Leonid Yuriev 2021-07-06 01:20:19 +03:00
  • 682632756f mdbx-test: add options support for long-stochastic script. Leonid Yuriev 2021-07-05 18:27:27 +03:00
  • 39c5e66ed1 mdbx: fix safe64_reset() for platforms without atomic 64-bit compare-and-swap. Leonid Yuriev 2021-07-04 17:24:47 +03:00
  • b66780633e mdbx-tools: linking with math library (-lm). Leonid Yuriev 2021-07-04 15:37:19 +03:00
  • bd2bb51f0f mdbx++: rework buffer::silo to avoid use std::string. Leonid Yuriev 2021-07-04 00:12:22 +03:00
  • ac69464143 mdbx-make: change prefix of the 'TIP' messages (cosmetics). Леонид Юрьев (Leonid Yuriev) 2021-07-03 13:51:28 +03:00
  • 62889b5b7f mdbx-test: use mdbx::buffer from mdbx++. Leonid Yuriev 2021-04-19 17:44:04 +03:00