]> git.sur5r.net Git - openldap/history - libraries/libmdb/mdb.c
Use FNV-1A hash to generate unique mutex names
[openldap] / libraries / libmdb / mdb.c
2011-09-15 Howard ChuUse FNV-1A hash to generate unique mutex names
2011-09-15 Howard ChuDoc tweak - txn flags
2011-09-15 Howard ChuMacOSX semaphore names are limited to 31 chars
2011-09-14 Howard ChuAdd MacOSX support
2011-09-14 Howard ChuMinor doc cleanup
2011-09-14 Howard ChuMore docs
2011-09-14 Howard ChuNamespace cleanup
2011-09-13 Howard ChuTweak search_node inner loop to avoid LEAF2 checks
2011-09-13 Howard Chucursor_set/search_node tweaks, use intcmp when possible
2011-09-12 Howard ChuMinor tweaks, update relfunc behavior
2011-09-12 Howard ChuMore cursor_init cleanup
2011-09-12 Howard ChuOne more sub-cursor fix
2011-09-12 Howard ChuMerge branch 'mdb.master' of ssh://git-master.openldap...
2011-09-12 Howard ChuFix 2e3bc39fa94f21d692d8e94183f57aef9122c487
2011-09-11 Hallvard FurusethFix mdb debug formats
2011-09-11 Hallvard FurusethRestore missing LAZY_LOCKS semicolon.
2011-09-11 Hallvard Furusethmdb integer type cleanup: Use MDB_dbi consistently.
2011-09-10 Hallvard FurusethDrop ULONG in favor of size_t.
2011-09-10 Hallvard FurusethAdd mdb.c:txnid_t for readability.
2011-09-10 Hallvard Furusethmdb type cleanup: Consistent reader count types.
2011-09-10 Hallvard FurusethFix memn(r)cmp of key sizes > INT_MAX. Simplify.
2011-09-10 Hallvard FurusethCheck some mdb integer type assumptions
2011-09-10 Hallvard FurusethPut MDB_node.<mn_lo,mn_hi> in host byte order.
2011-09-10 Hallvard FurusethC90 compatibility cleanup in mdb.
2011-09-10 Hallvard FurusethCleanup mdb macros.
2011-09-10 Howard ChuIf put(NOOVERWRITE) exists, return existing data
2011-09-09 Howard ChuMinor typos, additional clarification
2011-09-09 Howard ChuPartial revert, fix MDB_page definition
2011-09-09 Howard ChuMore docs
2011-09-08 Howard ChuMore docs
2011-09-08 Howard ChuSpeedup cintcmp
2011-09-08 Howard ChuFix previous commit
2011-09-08 Howard ChuMerge branch 'mdb.cursor' into mdb.master
2011-09-08 Howard ChuFurther cursor-based restructuring
2011-09-07 Howard ChuCleanup unused code
2011-09-07 Howard ChuFix mdb_move_node again
2011-09-06 Howard ChuFix search_node, add cintcmp
2011-09-06 Howard ChuGuarantee nodes are 2-byte aligned
2011-09-06 Howard ChuChange MDB_node to depend on 2-byte alignment
2011-09-05 Howard ChuFix for mdb_cmp refactoring
2011-09-05 Howard ChuMinor cleanup
2011-09-05 Howard ChuUse mdb_midl_append/sort instead of _insert
2011-09-05 Howard Chumdb_cmp refactoring
2011-09-05 Howard ChuCursor stuff working, no major perf gain
2011-09-05 Howard ChuCursors in-progress, broken
2011-09-05 Howard ChuUse cursor->mc_flags
2011-09-05 Howard ChuBegin reimplementing basic ops as cursor ops
2011-09-05 Howard ChuAdd MDB_{FIRST,LAST}_DUP for cursor_get
2011-09-04 Howard ChuFix mdb_split, fix MDB_GET_BOTH
2011-09-03 Howard ChuCleanup midl, start documenting internals
2011-09-01 Howard ChuUgly-as-sin initial Windows port
2011-09-01 Howard ChuAPI cleanup, doxygen docs for public API
2011-09-01 Howard ChuCleanup, fix freelist alloc
2011-09-01 Howard ChuTweak locks, fix race conditions
2011-09-01 Howard ChuReduce excessive memcpy in mdb_split
2011-09-01 Howard ChuFix mdb_split, tweak split_indx if space is tight
2011-09-01 Howard ChuFix update of big data items
2011-09-01 Howard ChuFix free page reclaim and dbs table update
2011-09-01 Howard ChuMore debug, fix MDB_DEL_DUP
2011-09-01 Howard ChuMore debug output
2011-09-01 Howard ChuAdd txn_reset / txn_renew
2011-09-01 Howard ChuFirst cut at DUPFIXED support
2011-09-01 Howard ChuSet MINKEYS to 2
2011-09-01 Howard ChuKeep re-using dpages instead of freeing them
2011-09-01 Hallvard B FurusethAvoid cast-away-const for errstr[]
2011-09-01 Hallvard B FurusethWrap O_DSYNC in MDB_DSYNC.
2011-09-01 Hallvard B FurusethMacro cleanup: Parenthesize, simplify, remove a ;
2011-09-01 Hallvard B FurusethDrop gcc extension ,##__VA_ARGS__. Add DPUTS().
2011-09-01 Howard ChuFix cursor_set for dups
2011-09-01 Howard ChuSorted dups fix
2011-09-01 Howard ChuDon't alloc in cursor_push/pop
2011-09-01 Howard ChuFix multi-page commits
2011-09-01 Howard ChuFix overflow page read
2011-09-01 Howard ChuSub-DB init/dirty fixes
2011-09-01 Howard ChuFix dupsort fetch
2011-09-01 Howard ChuMore txn/cursor cleanup
2011-09-01 Howard ChuUpdate DB tables on commit even if no dirty pages
2011-09-01 Howard ChuAdd mdb_strerror(), mdb_env_set_flags()
2011-09-01 Howard Chuallow silent commit of read-only TXNs
2011-09-01 Howard ChuError cleanup
2011-09-01 Howard ChuUse IDL2 for dirty page list
2011-09-01 Howard ChuUse O_DSYNC on metafd.
2011-09-01 Howard ChuMinor cleanup
2011-09-01 Howard ChuBetter defs for locker structures
2011-09-01 Howard ChuAdd mdb_version()
2011-09-01 Howard ChuRationalize mdbenv namespace
2011-09-01 Howard ChuRename idl to midl
2011-09-01 Howard ChuAdd another FIXME comment
2011-09-01 Howard ChuPortability tweak
2011-09-01 Howard ChuSorted dup fixes
2011-09-01 Howard ChuAdd MDB_INTEGERKEY db flag
2011-09-01 Howard ChuAllow setting DB flags on main DB
2011-09-01 Howard ChuCleanup, add mdb_cursor_count()
2011-09-01 Howard ChuMore DB checks
2011-09-01 Howard ChuConsolidate stat functions
2011-09-01 Howard ChuHeader cleanup
2011-09-01 Howard ChuMore subDB fixes
2011-09-01 Howard ChuParameter cleanup
2011-09-01 Howard ChuValgrind complaints
2011-09-01 Howard ChuMore subDB stuff
next