Commit Graph

  • 8a08df9188 mdbx: check txn inside mdbx_cursor_renew(). Leo Yuriev 2018-01-11 21:49:29 +03:00
  • c4007cbc70 mdbx: check txn inside mdbx_cursor_txn(). Leo Yuriev 2018-01-11 21:43:54 +03:00
  • 6b5533338f mdbx: prohibit recursive txn-begin by MDBX_BUSY. Leo Yuriev 2018-01-11 21:09:34 +03:00
  • 18432ebfab mdbx-windows: minor refine LCK_BODY_LEN. Leo Yuriev 2018-01-09 21:32:01 +03:00
  • 455f60eec1 mdbx: minor fix OSAL (extra assert). Leo Yuriev 2018-01-09 21:18:33 +03:00
  • abcacea543 mdbx: more pid and MDBX_FATAL_ERROR checks. Leo Yuriev 2018-01-09 21:14:42 +03:00
  • c0be0d6fb7 mdbx: fix mdbx_env_set_geometry() for case remap failed. Leo Yuriev 2018-01-09 21:12:53 +03:00
  • 8e8c00aadf mdbx-windows: raise MDBX_PANIC if remap failed. Leo Yuriev 2018-01-09 15:46:42 +03:00
  • 963da34412 mdbx: fix mdbx_env_set_geometry(). Leo Yuriev 2018-01-09 15:37:27 +03:00
  • e7922b65fa mdbx-windows: refine mdbx_mresize(). Leo Yuriev 2018-01-09 15:30:36 +03:00
  • 8d4e212630 mdbx: update README Leo Yuriev 2018-01-08 18:49:53 +03:00
  • f06e1de000 mdbx: update README.md Leo Yuriev 2018-01-08 18:49:21 +03:00
  • 59ad929d36 mdbx-windows: fix and refine mdbx_suspend_threads_before_remap(). Leo Yuriev 2018-01-08 18:07:11 +03:00
  • 30bd7d3078 mdbx: shrinking memory-mapping for Windows (initial). Leo Yuriev 2018-01-07 14:37:38 +03:00
  • f10f5b376f mdbx: account freelist-backlog while shrinking DB. Leo Yuriev 2018-01-07 22:31:34 +03:00
  • 7812476518 mdbx: fix readonly mapping for Windows. Leonid Yuriev 2018-01-07 17:06:11 +03:00
  • 4ed8eddf42 Improve cmake support. Add rpm generation Vladimir Romanov 2018-01-07 15:10:06 +03:00
  • d14ca5cc4f mdbx: fix _InterlockedExchangeAdd64 for some 32-bit SDKs. Leonid Yuriev 2018-01-07 02:56:06 +03:00
  • 897d4dbf87 mdbx: fix growth memory-mapping on Windows. Leo Yuriev 2018-01-07 14:26:20 +03:00
  • 91a9d4d916 mdbx: more ntpapi for Windows. Leo Yuriev 2017-12-25 18:31:59 +03:00
  • 294d4ac0b9 Add pcrf_test Vladimir Romanov 2018-01-05 05:57:54 +03:00
  • 35537e05f4 Add pcrf_test Vladimir Romanov 2018-01-05 05:57:33 +03:00
  • 987940ee6c Add endline Vladimir Romanov 2018-01-04 09:30:42 +03:00
  • 18a261a6dd Add CMake support Vladimir Romanov 2018-01-04 09:27:09 +03:00
  • 24a8bdec49 mdbx: fix SIGSEGV in case mdbx_env_close_ex() called without mdbx_env_open(). Leo Yuriev 2017-12-20 14:22:37 +03:00
  • 3e9308eb0e mdbx: check for running write-txn inside mdbx_env_close(). Leo Yuriev 2017-12-19 16:38:12 +03:00
  • b1c7fa30c0 mdbx: fix MDBX_BUSY comment/description (typo). Leo Yuriev 2017-12-19 16:37:20 +03:00
  • 96a0647253 mdbx-windows: fix mmap-resize (add MEM_RESERVE afrer NtExtendSection). Leo Yuriev 2017-12-19 16:06:03 +03:00
  • 8008e23cfa mdbx-windows: minor fix for legacy Windows SDK. Leo Yuriev 2017-12-19 15:35:12 +03:00
  • a5b077b2f0 mdbx: minor clarify mdbx_env_set_geometry(). Leo Yuriev 2017-12-19 15:33:25 +03:00
  • 46a3d4e0a3 mdbx: fix assertion (minor, not a malfunction). Leo Yuriev 2017-12-18 14:39:41 +03:00
  • e68cce8412 mdbx: refine README. Leo Yuriev 2017-11-15 18:47:39 +03:00
  • a63c18261a mdbx-bench: add 'bench-quartet' target. Leo Yuriev 2017-11-13 20:36:23 +03:00
  • c72bc2e122 mdbx-bench: add other KV-drivers from ioarena. Leo Yuriev 2017-10-29 12:33:46 +03:00
  • fc1bbf3a4b mdbx: disable 'unreachable code' for MSVC. Leo Yuriev 2017-10-29 03:23:39 +03:00
  • 866ca18970 mdbx: add few __fallthrough and __unreachable. Leo Yuriev 2017-10-29 00:58:02 +03:00
  • aec2445161 mdbx: rework '_noop' and related macros. Leo Yuriev 2017-10-29 00:57:14 +03:00
  • db4ab61a0c mdbx: drop '__packed'. Leo Yuriev 2017-10-29 00:56:05 +03:00
  • 6f6b360aba mdbx: add/fix 'fallthrough' for GCC 7.x Leo Yuriev 2017-10-28 10:35:01 +03:00
  • 03db768830 mdbx-bench: rename log-file instead of remove it in case of error. Leo Yuriev 2017-10-27 18:26:55 +03:00
  • d1f04656ab mdbx: more robustness for thread checking while reset/renew/abort of txn. Leo Yuriev 2017-10-27 18:01:20 +03:00
  • d4bf0a3332 mdbx: refine/simplify mdbx_find_oldest(). Leo Yuriev 2017-10-27 15:43:06 +03:00
  • 1a27e40701 mdbx: Merge branch 'fix-after-txntry'. Leo Yuriev 2017-10-27 14:17:43 +03:00
  • b6f14780e3 mdbx: fix performance degradation in the absence of readers. Leo Yuriev 2017-10-26 20:28:59 +03:00
  • f9b1bbe1e3 mdbx-bench: minors for calling ioarena. Leo Yuriev 2017-10-26 17:15:56 +03:00
  • 0a7a290d06 mdbx: drop mdbx_txn_trylock(). Leo Yuriev 2017-10-26 21:47:41 +03:00
  • 5e1721efdd mdbx: fix mdbx_robust_trylock(). Leo Yuriev 2017-10-26 21:22:25 +03:00
  • 32c5c3b761 mdbx-tests: refine after last pull-request. Leo Yuriev 2017-10-26 21:14:29 +03:00
  • 17b8e48bf4 mdbx: cleanup after last pull-request. Leo Yuriev 2017-10-26 20:51:46 +03:00
  • 875d22ff38 mdbx: add James Rouzier into AUTHORS. Leo Yuriev 2017-10-26 12:05:00 +03:00
  • 4e40af60e7 Merge pull request #20 from rouzier/feature/txn_try Leonid Yuriev 2017-10-26 11:52:11 +03:00
  • 531ac06fda Add try.c to libmdbx.files James Rouzier 2017-10-25 21:02:03 -04:00
  • 0d81f2244c Add try.cc to compile for windows James Rouzier 2017-10-25 21:01:19 -04:00
  • 088e811da4 Add test case for txn try James Rouzier 2017-10-25 20:56:12 -04:00
  • 2f1f4b19a0 Update test to accept flags instead of a bool James Rouzier 2017-10-25 19:54:40 -04:00
  • 7c466e53f0 Add the ability to not block when opening a write transaction James Rouzier 2017-10-25 19:41:28 -04:00
  • 4f1c846437 mdbx: rollback to not-a-weak instead to steady. Leo Yuriev 2017-10-10 18:14:07 +03:00
  • b7121d7711 mdbx: fix meta.mm_psize typecast. Leo Yuriev 2017-10-09 13:49:57 +03:00
  • 9fd7056b4f mdbx: fix loose/dirty bug. Leo Yuriev 2017-10-05 04:15:45 +03:00
  • f4ca6ed6b9 mdbx: fix handling MAX_MAPSIZE32 limit. Leo Yuriev 2017-10-02 18:01:08 +03:00
  • 2ce817b438 mdbx: ensure checks to avoid using meta-pages. Leo Yuriev 2017-09-26 20:13:43 +03:00
  • dc31d7d1a3 mdbx: fix shrinking below a lower-bound. Leo Yuriev 2017-09-26 19:36:51 +03:00
  • 86a15f4ef1 mdbx: IMPENDING CHANGES WARNING. Leo Yuriev 2017-09-17 15:30:41 +03:00
  • f518c48dfe mdbx: add Acknowledgements. Leo Yuriev 2017-09-17 15:07:32 +03:00
  • 6a2ce93f19 mdbx: minor simplify mdbx_dbi_open_ex(). Leo Yuriev 2017-09-07 09:52:53 +03:00
  • 5b23d7e452 mdbx: fix mdbx_dbi_open_ex(MDBX_CREATE) for rdonly txn. Leo Yuriev 2017-09-07 09:09:44 +03:00
  • 26dab6dee0 mdbx: import - ITS#8722 fix FIRST_DUP/LAST_DUP cursor bounds check. Leo Yuriev 2017-09-07 09:41:38 +03:00
  • 5f90052274 mdbx: Merge branch 'devel'. Leo Yuriev 2017-09-05 21:06:21 +03:00
  • ee9d0903c8 mdbx: use <winternl.h> for Windows. Leo Yuriev 2017-09-05 20:58:03 +03:00
  • e6e92134a6 mdbx: fix PVS-Studio warnings. Leo Yuriev 2017-09-05 20:56:11 +03:00
  • 928014c88a mdbx: fix coverity warning (minor). Leo Yuriev 2017-09-01 17:43:07 +03:00
  • cf5c1d274d mdbx: Merge branch 'devel'. Leo Yuriev 2017-09-01 17:26:49 +03:00
  • ace062f4a7 mdbx: fix warning around mode_t. Leo Yuriev 2017-08-16 11:28:38 +03:00
  • 876faab1d8 mdbx: fix mode_t typedef. Leo Yuriev 2017-08-16 11:19:25 +03:00
  • 728252058d mdbx: fix/refine comment. Leo Yuriev 2017-08-16 09:25:35 +03:00
  • 276e3578da mdbx: fix tutorial/sample-mdbx.c Leo Yuriev 2017-08-16 09:04:33 +03:00
  • b0dc98bec0 mdbx: add tutorial/sample-mdbx.c and drop obsolete sample-mdb.txt. dreamsxin 2017-08-16 03:53:06 +03:00
  • 9b5e28e8e6 mdbx: fix mdbx_setup_dxb() for a case when db-size not (pre)configured by user. Leo Yuriev 2017-08-16 08:44:07 +03:00
  • be5bbea281 mdbx: more update links after move the repo. Leo Yuriev 2017-08-12 11:19:03 +03:00
  • ecbc0b9c12 mdbx: update links after move the repo. v0.0.1 Leo Yuriev 2017-08-12 10:48:50 +03:00
  • d21340b304 mdbx: Merge branch 'devel'. Leo Yuriev 2017-08-09 12:52:28 +03:00
  • 0dc145aa2d mdbx: fix typo and endif comment. Leo Yuriev 2017-08-02 15:15:08 +03:00
  • a783325a6d mdbx: backport - ITS#8699 more for cursor_del ITS#8622. Howard Chu 2017-07-26 21:37:40 +01:00
  • fff54697ea mdbx: Merge branch 'devel'. Leo Yuriev 2017-07-30 00:58:11 +03:00
  • 71822ee6ba mdbx: fix README typos. Leo Yuriev 2017-07-29 23:06:26 +03:00
  • b839352e52 libmdbx: update links after move the repo. Leo Yuriev 2017-07-29 22:42:30 +03:00
  • 234901d8aa mdbx: Merge branch 'devel'. Leo Yuriev 2017-07-28 21:56:43 +03:00
  • 7b8a1c9794 mdbx: fix typo. Leo Yuriev 2017-07-28 21:53:15 +03:00
  • b91dbcad57 mdbx: Merge branch 'devel'. Leo Yuriev 2017-07-28 14:49:48 +03:00
  • c91885de67 mdbx: use _ASSERTE() for MSVC. Leonid Yuriev 2017-07-28 13:48:46 +03:00
  • 82a716847b mdbx: fix/workaround mmap-resize for Windows. Leonid Yuriev 2017-07-28 13:48:10 +03:00
  • 128cc2d308 mdbx: fix pnl_sort(). Leonid Yuriev 2017-07-28 13:47:24 +03:00
  • 7982ff6e0d mdbx: Merge branch 'devel'. Leo Yuriev 2017-07-27 19:14:55 +03:00
  • ffa8f55354 mdbx: update TODO and README (refunding of free pages). Leo Yuriev 2017-07-27 18:38:08 +03:00
  • 7149285187 mdbx: temporary add solib-stat into README. Leo Yuriev 2017-07-27 18:16:19 +03:00
  • 0f37ae56d8 mdbx: minor cleanup version-info. Leo Yuriev 2017-07-27 18:10:07 +03:00
  • c6fc062cfd mdbx: fix MSVC warnings. Leo Yuriev 2017-07-27 17:05:38 +03:00
  • 684847db39 mdbx: relax backlog estimation/preparation for freelist_save(). Leo Yuriev 2017-07-25 19:08:25 +03:00
  • aa5403ad38 mdbx: 1/1 as default grow/shrink for MDBX_DEBUG. Leo Yuriev 2017-07-24 21:24:45 +03:00
  • c49d1bc97a mdbx: provide refunding pages into unallocated space. Leo Yuriev 2017-07-26 09:32:00 +03:00