| 2011-09-12 | Hallvard Furuseth | Tweak back-mdb integer types to match libmdb. | commit | commitdiff | tree | snapshot | 
| 2011-09-12 | Howard Chu | Merge remote branch 'origin/mdb.master' | commit | commitdiff | tree | snapshot | 
| 2011-09-12 | Howard Chu | More cursor_init cleanup | commit | commitdiff | tree | snapshot | 
| 2011-09-12 | Howard Chu | One more sub-cursor fix | commit | commitdiff | tree | snapshot | 
| 2011-09-12 | Howard Chu | Merge branch 'mdb.master' of ssh://git-master.openldap... | commit | commitdiff | tree | snapshot | 
| 2011-09-12 | Howard Chu | Fix 2e3bc39fa94f21d692d8e94183f57aef9122c487 | commit | commitdiff | tree | snapshot | 
| 2011-09-11 | Hallvard Furuseth | Fix mdb debug formats | commit | commitdiff | tree | snapshot | 
| 2011-09-11 | Hallvard Furuseth | Restore missing LAZY_LOCKS semicolon. | commit | commitdiff | tree | snapshot | 
| 2011-09-11 | Hallvard Furuseth | mdb integer type cleanup: Use MDB_dbi consistently. | commit | commitdiff | tree | snapshot | 
| 2011-09-10 | Hallvard Furuseth | Drop ULONG in favor of size_t. | commit | commitdiff | tree | snapshot | 
| 2011-09-10 | Hallvard Furuseth | Add mdb.c:txnid_t for readability. | commit | commitdiff | tree | snapshot | 
| 2011-09-10 | Hallvard Furuseth | mdb type cleanup: Consistent reader count types. | commit | commitdiff | tree | snapshot | 
| 2011-09-10 | Hallvard Furuseth | explain mdl_midl_sort() istack size | commit | commitdiff | tree | snapshot | 
| 2011-09-10 | Hallvard Furuseth | Fix memn(r)cmp of key sizes > INT_MAX.  Simplify. | commit | commitdiff | tree | snapshot | 
| 2011-09-10 | Hallvard Furuseth | Check some mdb integer type assumptions | commit | commitdiff | tree | snapshot | 
| 2011-09-10 | Hallvard Furuseth | Put MDB_node.<mn_lo,mn_hi> in host byte order. | commit | commitdiff | tree | snapshot | 
| 2011-09-10 | Hallvard Furuseth | C90 compatibility cleanup in mdb. | commit | commitdiff | tree | snapshot | 
| 2011-09-10 | Howard Chu | Fix - slapcat doesn't set op->o_hdr for tmpmemctx | commit | commitdiff | tree | snapshot | 
| 2011-09-10 | Hallvard Furuseth | Cleanup mdb macros. | commit | commitdiff | tree | snapshot | 
| 2011-09-10 | Hallvard Furuseth | libmdb/.gitignore += test[45], Doxygen output | commit | commitdiff | tree | snapshot | 
| 2011-09-10 | Howard Chu | Merge branch 'mdb.master' of ssh://git-master.openldap... | commit | commitdiff | tree | snapshot | 
| 2011-09-10 | Howard Chu | Fix out-of-order slapadd | commit | commitdiff | tree | snapshot | 
| 2011-09-10 | Howard Chu | If put(NOOVERWRITE) exists, return existing data | commit | commitdiff | tree | snapshot | 
| 2011-09-10 | Howard Chu | Fix bogus error codes | commit | commitdiff | tree | snapshot | 
| 2011-09-09 | Howard Chu | Minor typos, additional clarification | commit | commitdiff | tree | snapshot | 
| 2011-09-09 | Howard Chu | Keep cursor open for id2entry | commit | commitdiff | tree | snapshot | 
| 2011-09-09 | Howard Chu | Add a few NULL checks to defend against dumb API checkers. | commit | commitdiff | tree | snapshot | 
| 2011-09-09 | Howard Chu | Use tmpmem-based entries | commit | commitdiff | tree | snapshot | 
| 2011-09-09 | Howard Chu | Drop referral.c | commit | commitdiff | tree | snapshot | 
| 2011-09-09 | Howard Chu | Merge branch 'master' of ssh://git-master.openldap... | commit | commitdiff | tree | snapshot | 
| 2011-09-09 | Howard Chu | Add Valgrind mempool support. | commit | commitdiff | tree | snapshot | 
| 2011-09-09 | Howard Chu | Partial revert, fix MDB_page definition | commit | commitdiff | tree | snapshot | 
| 2011-09-09 | Howard Chu | More docs | commit | commitdiff | tree | snapshot | 
| 2011-09-08 | Pierangelo... | silence warning | commit | commitdiff | tree | snapshot | 
| 2011-09-08 | Pierangelo... | import ITS#6925 patch; fix peeraddr variable name clash... | commit | commitdiff | tree | snapshot | 
| 2011-09-08 | Howard Chu | Merge remote branch 'origin/mdb.master' | commit | commitdiff | tree | snapshot | 
| 2011-09-08 | Howard Chu | More docs | commit | commitdiff | tree | snapshot | 
| 2011-09-08 | Pierangelo... | fix uninit'ed vars (ITS#7039) | commit | commitdiff | tree | snapshot | 
| 2011-09-08 | Quanah Gibson... | Merge branch 'master' of ssh://git-master.openldap... | commit | commitdiff | tree | snapshot | 
| 2011-09-08 | Quanah Gibson... | Fix loglevel <integer> to be loglevel <level> to match... | commit | commitdiff | tree | snapshot | 
| 2011-09-08 | Howard Chu | Speedup cintcmp | commit | commitdiff | tree | snapshot | 
| 2011-09-08 | Howard Chu | Fix 6c8e4f2671b6aed41cd5098725048dbe2513612c | commit | commitdiff | tree | snapshot | 
| 2011-09-08 | Howard Chu | Merge remote branch 'origin/mdb.master' | commit | commitdiff | tree | snapshot | 
| 2011-09-08 | Howard Chu | Fix previous commit | commit | commitdiff | tree | snapshot | 
| 2011-09-08 | Howard Chu | Merge remote branch 'origin/mdb.master' | commit | commitdiff | tree | snapshot | 
| 2011-09-08 | Howard Chu | Merge branch 'mdb.cursor' into mdb.master | commit | commitdiff | tree | snapshot | 
| 2011-09-08 | Howard Chu | Print loop counter on failure | commit | commitdiff | tree | snapshot | 
| 2011-09-08 | Howard Chu | Forgot to commit this  mdb.cursor | commit | commitdiff | tree | snapshot | 
| 2011-09-08 | Howard Chu | Forgot to commit this | commit | commitdiff | tree | snapshot | 
| 2011-09-08 | Howard Chu | Further cursor-based restructuring | commit | commitdiff | tree | snapshot | 
| 2011-09-07 | Howard Chu | Cleanup unused code | commit | commitdiff | tree | snapshot | 
| 2011-09-07 | Howard Chu | Merge branch 'mdb.master' of ssh://git-master.openldap... | commit | commitdiff | tree | snapshot | 
| 2011-09-07 | Howard Chu | Fix mdb_move_node again | commit | commitdiff | tree | snapshot | 
| 2011-09-07 | Howard Chu | ITS#7035 don't loop forever in wait4msg | commit | commitdiff | tree | snapshot | 
| 2011-09-07 | Howard Chu | More error msgs | commit | commitdiff | tree | snapshot | 
| 2011-09-06 | Howard Chu | Merge branch 'mdb.master' of /home/hyc/OD/mdb | commit | commitdiff | tree | snapshot | 
| 2011-09-06 | Howard Chu | Fix search_node, add cintcmp | commit | commitdiff | tree | snapshot | 
| 2011-09-06 | Howard Chu | Fix 6c8e4f2 for empty suffixes | commit | commitdiff | tree | snapshot | 
| 2011-09-06 | Howard Chu | Merge branch 'mdb.master' of /home/hyc/OD/mdb | commit | commitdiff | tree | snapshot | 
| 2011-09-06 | Howard Chu | Guarantee nodes are 2-byte aligned | commit | commitdiff | tree | snapshot | 
| 2011-09-06 | Howard Chu | Change MDB_node to depend on 2-byte alignment | commit | commitdiff | tree | snapshot | 
| 2011-09-06 | Howard Chu | More search optimizations | commit | commitdiff | tree | snapshot | 
| 2011-09-06 | Howard Chu | Use AD-indexes | commit | commitdiff | tree | snapshot | 
| 2011-09-06 | Howard Chu | Add AttributeDescription counter | commit | commitdiff | tree | snapshot | 
| 2011-09-05 | Howard Chu | Merge remote branch 'mdb/mdb.master' | commit | commitdiff | tree | snapshot | 
| 2011-09-05 | Howard Chu | Fix for mdb_cmp refactoring | commit | commitdiff | tree | snapshot | 
| 2011-09-05 | Howard Chu | More merge fix | commit | commitdiff | tree | snapshot | 
| 2011-09-05 | Howard Chu | Fix bad merge | commit | commitdiff | tree | snapshot | 
| 2011-09-05 | Howard Chu | Debug helper for index | commit | commitdiff | tree | snapshot | 
| 2011-09-05 | Howard Chu | Merge remote branch 'mdb/mdb.master' | commit | commitdiff | tree | snapshot | 
| 2011-09-05 | Howard Chu | Minor cleanup | commit | commitdiff | tree | snapshot | 
| 2011-09-05 | Hallvard Furuseth | back-mdb/Makefile.in += variable MDB_SUBDIR. | commit | commitdiff | tree | snapshot | 
| 2011-09-05 | Howard Chu | Fix from key_change consolidation | commit | commitdiff | tree | snapshot | 
| 2011-09-05 | Howard Chu | Use mdb_midl_append/sort instead of _insert | commit | commitdiff | tree | snapshot | 
| 2011-09-05 | Howard Chu | Use mdb_midl_append/sort instead of _insert | commit | commitdiff | tree | snapshot | 
| 2011-09-05 | Howard Chu | Cursor updates | commit | commitdiff | tree | snapshot | 
| 2011-09-05 | Howard Chu | mdb_cmp refactoring | commit | commitdiff | tree | snapshot | 
| 2011-09-05 | Howard Chu | Reimplement basic ops as cursor ops | commit | commitdiff | tree | snapshot | 
| 2011-09-05 | Howard Chu | Add MDB_{FIRST,LAST}_DUP for cursor_get | commit | commitdiff | tree | snapshot | 
| 2011-09-05 | Howard Chu | Cleanup midl, start documenting internals | commit | commitdiff | tree | snapshot | 
| 2011-09-05 | Howard Chu | Tweak docs | commit | commitdiff | tree | snapshot | 
| 2011-09-05 | Howard Chu | mdb_cmp refactoring | commit | commitdiff | tree | snapshot | 
| 2011-09-05 | Howard Chu | Cursor stuff working, no major perf gain | commit | commitdiff | tree | snapshot | 
| 2011-09-05 | Howard Chu | Cursors in-progress, broken | commit | commitdiff | tree | snapshot | 
| 2011-09-05 | Howard Chu | Use cursor->mc_flags | commit | commitdiff | tree | snapshot | 
| 2011-09-05 | Howard Chu | Begin reimplementing basic ops as cursor ops | commit | commitdiff | tree | snapshot | 
| 2011-09-05 | Howard Chu | Add MDB_{FIRST,LAST}_DUP for cursor_get | commit | commitdiff | tree | snapshot | 
| 2011-09-04 | Howard Chu | Fix mdb_split, fix MDB_GET_BOTH | commit | commitdiff | tree | snapshot | 
| 2011-09-04 | Howard Chu | Fix mdb_split, fix MDB_GET_BOTH | commit | commitdiff | tree | snapshot | 
| 2011-09-03 | Howard Chu | Cleanup midl, start documenting internals | commit | commitdiff | tree | snapshot | 
| 2011-09-03 | Howard Chu | Fix conversion of IDL to range | commit | commitdiff | tree | snapshot | 
| 2011-09-02 | Howard Chu | Fix log parsing, broken by 8d74f71 | commit | commitdiff | tree | snapshot | 
| 2011-09-02 | Howard Chu | Tweak docs | commit | commitdiff | tree | snapshot | 
| 2011-09-02 | Howard Chu | Tests updates for mdb | commit | commitdiff | tree | snapshot | 
| 2011-09-02 | Howard Chu | Add MDB support to configure and test framework. | commit | commitdiff | tree | snapshot | 
| 2011-09-02 | Howard Chu | Import back-mdb | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Merge remote branch 'mdb4/master' | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Ugly-as-sin initial Windows port | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | API cleanup, doxygen docs for public API | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Cleanup, fix freelist alloc | commit | commitdiff | tree | snapshot | 
| next |