| 
							
							
								 Leonid Yuriev | cd2c5f594c | mdbx: rework checking MAX_PAGENOand DB upper-size limit.Related to https://github.com/erthink/libmdbx/issues/260. | 2022-01-21 02:25:27 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | 50b843ecb7 | mdbx-test: more for --ignore-dbfull. | 2022-01-21 02:13:48 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | 981b10d10a | mdbx-test: add --geometry-jitter=YES|nooption. | 2022-01-21 02:13:48 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | c588af6aca | mdbx: update Copyright year. Change-Id: Ib3e4c0ac94882c4b2a1e167dd98e6e26dbdf48a4 | 2022-01-17 11:06:14 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | 9cf18176f0 | mdbx-test: fix build for __ANDROID_API__ < 24(usingpthread_barrier_tstub). | 2022-01-05 17:47:45 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | 6866fa3eaa | mdbx: revert returning MDBX_ENODATAfrom cursor-next. | 2021-12-30 22:12:04 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | 2f5606702e | mdbx-tests: explicit enable coredumps on Linux. | 2021-12-13 04:12:43 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | 6f2c1e52ad | mdbx: add mdbx_cursor_get_batch().Resolve https://github.com/erthink/libmdbx/issues/236 | 2021-12-11 05:58:39 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | 3fdd810653 | mdbx-test: engage mdbx_env_set_syncperiod()&mdbx_env_set_syncbytes().Related to https://github.com/erthink/libmdbx/issues/248. | 2021-12-03 21:55:40 +03:00 |  | 
			
				
					| 
							
							
								 Леонид Юрьев (Leonid Yuriev) | d96bc98244 | mdbx: minor refine/fix MDBX_ENODATAfor compatibility.Related to https://github.com/erthink/libmdbx/issues/243 | 2021-12-02 20:22:37 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | 66c354baff | mdbx-test: add seek-test for MDBX_GET_BOTH.Related to https://github.com/erthink/libmdbx/issues/243 | 2021-11-25 19:19:15 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | 9d55d06a20 | mdbx-test: add check for MDBX_ENODATAcondition. | 2021-11-22 13:43:51 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | 5babf0872e | mdbx++: add ifndef-guard for _CRT_SECURE_NO_WARNINGS. | 2021-10-22 20:14:12 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | 64e6fa93fd | mdbx: fix #pragma packto avoid misalignment for some compilers.Fixes https://github.com/erthink/libmdbx/issues/235. | 2021-10-09 12:36:40 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | ee917209fe | mdbx-test: add stochastic-small script. | 2021-10-09 12:30:39 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | f936217309 | mdbx-test: avoid extra transaction restart. | 2021-10-09 12:30:35 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | cd73caac1c | mdbx-test: remove entropy source and use fully determined PRNG. | 2021-08-27 15:03:59 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | 046dc02f73 | mdbx: make MDBX_STRINGIFYmacro public. | 2021-07-26 03:53:11 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | c2fa453725 | mdbx-test: fix keygen-related issue. Fixes https://github.com/erthink/libmdbx/issues/127 | 2021-07-26 03:52:46 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | 5fa2e30709 | mdbx-test: add exclusiveandaccedeoptions for DB operation mode. | 2021-07-21 02:23:36 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | c81ab53eb2 | mdbx-test: add usage for long-stochastic scripts. | 2021-07-19 12:42:57 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | 1995754bc3 | mdbx-test: add workarounds for QEMU (all 32-bit, Alpha, Sparc). | 2021-07-13 17:38:08 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | f749b3deee | mdbx-test: minor refine stochastic script to be able use arithmetic in the arguments. | 2021-07-13 13:51:24 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | de4a6baf80 | mdbx-test: add --db-upto-mboption for stochastic script. | 2021-07-13 13:49:33 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | a7becdc6b3 | mdbx-test: add --size-upper-uptofor simplify cross-testing 32-bit code with QEMU on 64-bit host. | 2021-07-13 13:48:12 +03:00 |  | 
			
				
					| 
							
							
								 Леонид Юрьев (Leonid Yuriev) | c7e05f63e6 | mdbx-test: remove vector[...]from Valgrind's suppressions. | 2021-07-09 17:44:27 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | d65305564f | mdbx-test: more suppressions for Valrgind (for case db-page less than systen-page). | 2021-07-09 17:44:27 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | 660c302525 | mdbx-test: adapt long-stochasticscript for old bash version (Mac OS). | 2021-07-09 17:44:27 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | d7aad3a7cf | mdbx-make: distinct smoke*andtest*targets. | 2021-07-09 17:44:27 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | 682632756f | mdbx-test: add options support for long-stochasticscript. | 2021-07-09 17:44:27 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | 62889b5b7f | mdbx-test: use mdbx::bufferfrom mdbx++. | 2021-07-04 13:23:53 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | c4a696be1d | mdbx-test: add workaround for CLANG/LLVM STL stupidity of std::set<>. | 2021-07-04 00:11:04 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | 68a164da2b | mdbx-test: add mdbx_cursor_eof()checking.Related to https://github.com/erthink/libmdbx/issues/207. | 2021-06-17 21:44:48 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | 06aa596519 | mdbx-test: fix minor warnings from old GCC versions. | 2021-06-17 21:43:15 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | ebab75642e | mdbx: add public MDBX_MAYBE_UNUSED.This also should fix C++ mdbx API build by MSVC 2015. | 2021-05-11 21:07:40 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | 7c45f75010 | mdbx-test: update Valgrind's suppressions for actual function names. | 2021-05-08 20:02:09 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | 5ae120af80 | mdbx-windows: more crutches for MinGW. More for https://github.com/erthink/libmdbx/issues/155
Change-Id: I7de6122ff160372b2dcfd2a0a26e332cb52d0560 | 2021-05-08 18:38:44 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | ab1fc94a5b | mdbx-windows: fix build for Windows XP/2000 ( _WIN32_WINNT< 0x0600).Related to https://github.com/erthink/libmdbx/issues/155
Change-Id: Ibd795817e05b6da39ef270ce7b55b31d963d07b0 | 2021-05-08 18:38:26 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | 6b6165cdeb | mdbx: rename internal defines/macros to distinguish it from build options. Change-Id: I42fe240e6ddd5d34c8fec38633849ebdcce0e116 | 2021-04-30 01:59:48 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | a4db174b58 | mdbx-test: add --random-writemap=noto long-stochastic.Change-Id: If19a966493f706f86335699d0de0dfc2865e20e1 | 2021-04-23 16:05:47 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | 097c3ea059 | mdbx-test: fix minor Solaris/SunOS warnings. | 2021-04-20 22:09:48 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | e412d1a19e | mdbx-test: don't use make checkfrom long-stochastic.Change-Id: I3fd9f0b1b86ffec056a4fb3980f8692d80d5ebd4 | 2021-04-18 19:39:51 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | 28affe79d8 | mdbx-test: output the signal name if killed/coredumped. Change-Id: I51e70daf89149ecbe72924fc9f105ea072574a23 | 2021-04-14 19:27:13 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | 0c3fb1804e | mdbx-test: add SPECULUM_CURSORSbuild macro/option.Change-Id: I5dc9ccde725ce49db4fb0e94be02e9c7b48f1291 | 2021-03-28 23:34:41 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | 19575e799f | mdbx-test: add stochastic reverse mode to the appendscenario.Change-Id: If506aff63b6c517922ae621f7805b58c9282e946 | 2021-03-28 23:34:41 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | ecc755881e | mdbx: move key generator linearization into actor::review_params().Change-Id: I35492f64b6b5eae9702d26f3e0ba9df31f57a4af | 2021-03-16 02:44:28 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | f4781b63a8 | mdbx-test: add params-review by actors. Change-Id: I79fb6cb19c73facd8cc8cefc3bf3101e9d0c672c | 2021-03-16 01:45:49 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | b48958c177 | mdbx-test: add registryfor test cases.Change-Id: Ie9f069dbe6846af170628945db9897ec690fc3da | 2021-03-15 20:52:18 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | f3356d1f86 | mdbx-test: add --keylen=Nand--datalen=Noptions.Change-Id: I7bb4fdbc3ab5445ca3ecc8065eb90620d1958a1e | 2021-03-15 14:20:07 +03:00 |  | 
			
				
					| 
							
							
								 Leonid Yuriev | b57a338546 | mdbx-test: minor refactor mdbx_logger().Change-Id: I058be7e01b5fc031610363bf6747ae7f62ba4c67 | 2021-01-31 23:20:49 +03:00 |  |