Commit Graph

  • 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 1740043678. 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
  • c4a696be1d mdbx-test: add workaround for CLANG/LLVM STL stupidity of std::set<>. Leonid Yuriev 2021-07-03 13:01:41 +00:00
  • cf5f31c577 mdbx: make __cold attribute first (cosmetic). Leonid Yuriev 2021-07-03 00:41:08 +03:00
  • fa49e5a57b mdbx++: rename slice::from/to_FOO_bytes() to `slice::envisage_from/to_FOO_length()'. Leonid Yuriev 2021-07-02 20:24:15 +03:00
  • 750a17e41e mdbx: more spelling. Leonid Yuriev 2021-07-01 15:23:40 +03:00
  • 5d4281fbbe mdbx: minor fix spelling. Leonid Yuriev 2021-06-26 18:54:00 +03:00
  • 2c18225654 mdbx-make: minor cleanup shell in/out redirection spaces. Leonid Yuriev 2021-06-26 17:35:56 +03:00
  • cc6610f42c mdbx: more/refine C++ crutches for mad MSVC compiler. Leonid Yuriev 2021-06-24 15:41:54 +03:00
  • 77a1f32e2a mdbx: use VERSION.txt instead of VERSION to avoid collision with #include <version>. Leonid Yuriev 2021-06-24 14:56:18 +03:00
  • 63e7276c7d mdbx: update ChangeLog. Leonid Yuriev 2021-06-18 15:13:51 +03:00
  • a5e10b4ea1 mdbx: minor refine mdbx_cursor_eof(). Leonid Yuriev 2021-06-18 01:17:48 +03:00
  • b8e621cb2f mdbx: mdbx: avoid log a warning about empty header during DB creation. Leonid Yuriev 2021-06-18 01:06:20 +03:00
  • 68a164da2b mdbx-test: add mdbx_cursor_eof() checking. Leonid Yuriev 2021-06-17 21:44:48 +03:00
  • 5db855d728 mdbx: fix false-negative mdbx_cursor_eof() result. Leonid Yuriev 2021-06-17 21:43:38 +03:00
  • 06aa596519 mdbx-test: fix minor warnings from old GCC versions. Leonid Yuriev 2021-06-17 21:41:24 +03:00
  • d47864dedf mdbx-cmake: use GNUInstallDirs variables for all cases. Leonid Yuriev 2021-06-17 16:59:40 +03:00
  • 581ca4fdf4 mdbx-ci: performs make's install target during check. Leonid Yuriev 2021-06-17 14:40:52 +03:00
  • 6771b7526c mdbx-make: use only portable option of install utility. Leonid Yuriev 2021-06-17 14:20:32 +03:00
  • d7c06b1337 mdbx: partial fix for recursive SRW-lock with MDBX_NOTLS on Windows. Leonid Yuriev 2021-06-10 02:57:32 +03:00
  • 18bc28bea2 mdbx: announce more TODO. Leonid Yuriev 2021-06-09 14:44:48 +03:00
  • 93e6e64eb0 mdbx: update ChangeLog. Leonid Yuriev 2021-06-09 13:48:03 +03:00
  • 0cd1eac6a8 mdbx: don't check other meta pages if one is specified for verification/recovery. Leonid Yuriev 2021-06-08 20:27:18 +03:00
  • 0e83a8e5ef mdbx-doc: add note for Reproducible builds. Leonid Yuriev 2021-06-02 17:08:40 +03:00
  • f951f246b8 mdbx: allow to predefine/override MDBX_BUILD_TIMESTAMP for builds reproducibility. Leonid Yuriev 2021-06-02 14:44:58 +03:00
  • 50328de63c mdbx: release v0.10.1 v0.10.1 Leonid Yuriev 2021-06-01 03:21:59 +03:00
  • a6c8c20bd9 mdbx: update ChangeLog. Leonid Yuriev 2021-05-28 01:46:24 +03:00
  • ea1fcc2246 mdbx: fix insignificantly Coverity warnings. Leonid Yuriev 2021-05-27 11:19:32 +03:00