Commit Graph

  • 024c5bfb60 lmdb: Cleanup mtest* and sample-*. Hallvard Furuseth 2015-04-14 20:25:51 +02:00
  • 2ce1fcbb8f lmdb: Reformat mdb_dbi_open() doc for clarity. Hallvard Furuseth 2015-04-14 20:24:30 +02:00
  • 5ac6404059 lmdb: Cleanup MDB_env.me_txn0. Hallvard Furuseth 2015-04-08 21:52:05 +02:00
  • dba429d608 lmdb: Fix per-txn MDB_NOMETASYNC, MDB_NOSYNC. Hallvard Furuseth 2015-04-08 21:51:50 +02:00
  • c4097ec898 lmdb: Renumber MDB_TXN_* flags, simplify flag code. Hallvard Furuseth 2015-04-08 21:51:16 +02:00
  • 5daf811dcb lmdb: Clear error from previous txn in mdb_txn_renew(). Hallvard Furuseth 2015-04-08 21:47:24 +02:00
  • 4a1574c998 all: refine #defines that controls memory checking. Leo Yuriev 2015-03-25 21:28:58 +03:00
  • 9a76b0a008 liblmdb: fix warnings in lmdb-tools. Leo Yuriev 2015-03-24 13:29:55 +03:00
  • 88b465a6ed lmdb-tools: fir LTO-build - use CFLAGS and AR instead of directly. Leo Yuriev 2015-03-16 13:14:52 +03:00
  • 1981e8b6ee lmdb: ITS#8066 fix mdb_load with large values. Howard Chu 2015-02-26 21:36:04 +00:00
  • 602fdd16b9 lmdb: define MDB_INLINE macro instead of __inline. Leo Yuriev 2015-02-24 15:14:01 +03:00
  • 3766484c9e all: 2015 copyright timestamp (from OpenLDAP). Quanah Gibson-Mount 2015-02-11 15:37:51 -06:00
  • ddbda992c7 lmdb: refines Valgrind usage. Leo Yuriev 2015-01-18 00:29:31 +03:00
  • b6b2609f9e lmdb: minor refine (rename md_pad => md_psize). Leo Yuriev 2015-01-17 18:03:57 +03:00
  • 48e85e891e lmdb: use pwritev() on non-windows systems (MDB_USE_PWRITEV). Leo Yuriev 2015-01-17 17:48:54 +03:00
  • 1ca2b54966 lmdb: more coherent-barriers where reader's pid updated. Leo Yuriev 2015-01-17 17:18:46 +03:00
  • ae747bb4ce lmdb: ITS#7971 Fix reader allocation and me_numreaders. Hallvard Furuseth 2015-01-17 06:32:12 +01:00
  • 62181cfe87 lmdb: Reject CHANGELESS flags in mdb_env_set_flags(). Hallvard Furuseth 2015-01-14 08:12:50 +01:00
  • 1f58fb66ae lmdb: ITS#7969 properly compiler/memory/coherent barriers. Leo Yuriev 2015-01-13 12:08:56 +03:00
  • e7a0c74c09 lmdb: Fix potential null deref (coverity). Howard Chu 2015-01-13 18:47:18 +00:00
  • eb885ab910 lmdb: Make SysV semaphores robust. Cleanup MDB_ROBUST. Hallvard Furuseth 2015-01-12 21:02:29 +01:00
  • 3015e8d03e lmdb: account pages from penging txn in mdb_txn_straggler(). Leo Yuriev 2015-01-13 00:12:13 +03:00
  • 8375bb0c8d lmdb: ITS#8021 doc - Don't mix MDB_WRITEMAP + non-WRITEMAP. Hallvard Furuseth 2015-01-12 12:19:51 +01:00
  • 13b144dc5d ITS#8021 env_sync is invalid in RDONLY env Howard Chu 2015-01-09 11:25:07 +00:00
  • 3fd4f9cce0 lmdb: rework workaround for potential ext3/ext4 corruption issue. Leo Yuriev 2015-01-07 19:09:14 +03:00
  • f00d2cdef6 lmdb: MDB_LIFORECLAIM & MDB_COALESCE modes. Leo Yuriev 2015-01-01 16:03:34 +03:00
  • 9eedc88441 lmdb: ITS#7974 oom-handler feature. Leo Yuriev 2014-12-29 23:57:26 +03:00
  • 84ce8b4cd8 lmdb: properly sync meta-pages in mdb_sync_env(). Leo Yuriev 2014-09-19 22:47:19 +04:00
  • fcfe2b7042 lmdb: auto-sync with kbytes threshold (aka checkpoint by kbytes). Leo Yuriev 2014-11-30 12:19:27 +03:00
  • c9489da920 lmdb: lock meta-pages in writemap-mode to avoid unordered write. Leo Yuriev 2014-09-20 07:16:15 +04:00
  • 2df38ad58b lmdb: ITS#7974 get a lag of the reading for dreamcatcher. Leo Yuriev 2014-10-21 15:34:22 +04:00
  • 7984f8817f lmdb: more usefull info from mdb_stat tool. Leo Yuriev 2014-12-30 00:15:03 +03:00
  • 1b8398b413 lmdb: Use last page (off-by-one error). Leo Yuriev 2015-01-03 23:07:06 +03:00
  • 1b5de44e23 fix: uninitialized (warnings). Leo Yuriev 2015-01-04 01:30:02 +03:00
  • c1d30eeeda Cleanup trailing whitespaces. Leo Yuriev 2015-01-15 22:06:04 +03:00
  • 37a8a96733 Merge branch 'mdb-master' at 2015-01-01. Leo Yuriev 2015-01-07 18:46:52 +03:00
  • 7a7639e5f1 Merge branch 'mdb-0.9' at 2015-01-01. Leo Yuriev 2015-01-07 18:35:19 +03:00
  • 83055127c1 OpenLDAP mdb.master at 985bbbbdd5d64e57f55249ffdeb7c08035b240b2 (2015-01-01). Leo Yuriev 2015-01-07 18:12:57 +03:00
  • 8431fb6372 OpenLDAP mdb.RE/0.9 at fe8b13f2251d49689b05876b86b3e10bb89993cd (2015-01-01). Leo Yuriev 2015-01-07 17:55:19 +03:00
  • 27a2bfaa10 OpenLDAP 2.4.40 Leo Yuriev 2015-01-07 16:49:50 +03:00