]> git.sur5r.net Git - openldap/shortlog
openldap
2011-09-30 Howard ChuITS#7037 restart consumer on Persist errors
2011-09-30 Howard ChuITS#7037 fix syncrepl_add_glue for empty suffix
2011-09-30 Howard ChuITS#7051 fix GNUtls cert dn parse
2011-09-30 Howard ChuITS#7052 syncrepl deletes need a non-empty CSN
2011-09-21 Howard ChuUpdated for mdb_txn_begin API change.
2011-09-21 Howard ChuMerge remote branch 'origin/mdb.master'
2011-09-21 Howard ChuTrack changes to all cursors.
2011-09-21 Howard ChuAdd support for nested transactions.
2011-09-19 Hallvard Furusethback-bdb/back-mdb IDL cleanup.
2011-09-19 Hallvard FurusethCleanup ISO C compatibility for recent commits
2011-09-19 Hallvard FurusethMore libmdb vs back-mdb C type tweaks.
2011-09-19 Hallvard FurusethMerge branch 'mdb.master'
2011-09-19 Hallvard Furusethlibmdb IDL cleanup.
2011-09-19 Howard ChuAdditional fix for prev commit
2011-09-19 Howard ChuMerge branch 'mdb.master' of ssh://git-master.openldap...
2011-09-19 Howard ChuMake sure 2 subpages fit in one real page
2011-09-19 Howard ChuMerge remote branch 'origin/mdb.master'
2011-09-19 Howard ChuFix last delete from a subpage
2011-09-18 Howard ChuFix 09006ccec7928c9cf53bca6abe741e8d4d466c98
2011-09-18 Howard ChuFix prev commit
2011-09-18 Howard ChuSupport index truncation
2011-09-18 Howard ChuMerge branch 'mdb.master' of ssh://git-master.openldap...
2011-09-18 Howard ChuFix mdb_drop() if not deleting the DB record
2011-09-18 Howard ChuFix typo, minor cleanup
2011-09-18 Howard ChuNew mdb_close() signature
2011-09-18 Howard ChuMerge remote branch 'origin/mdb.master'
2011-09-18 Howard ChuSupport single parameter substitution in filter
2011-09-18 Howard ChuAdd mdb_drop() for deleting a DB
2011-09-18 Howard ChuAPI change, consistency check
2011-09-17 Howard ChuMerge branch 'mdb.master' of ssh://git-master.openldap...
2011-09-17 Howard ChuNew sorted-dup subpage support
2011-09-17 Howard Chudeltasync test tweaks
2011-09-15 Howard ChuMerge branch 'mdb.master' of ssh://git-master.openldap...
2011-09-15 Howard ChuUse FNV-1A hash to generate unique mutex names
2011-09-15 Howard ChuMerge remote branch 'origin/mdb.master'
2011-09-15 Howard ChuDoc tweak - txn flags
2011-09-15 Howard ChuMacOSX semaphore names are limited to 31 chars
2011-09-14 Howard ChuMerge remote branch 'origin/mdb.master'
2011-09-14 Howard ChuAdd MacOSX support
2011-09-14 Howard ChuFix entry_alloc with no attrs
2011-09-14 Howard ChuFix onelevel search from last commit
2011-09-14 Howard ChuMinor doc cleanup
2011-09-14 Howard ChuMore docs
2011-09-14 Howard ChuNamespace cleanup
2011-09-13 Howard ChuMore search optimization
2011-09-13 Howard ChuTentative speedup - use plain ints for entry_encode...
2011-09-13 Howard ChuMerge remote branch 'origin/mdb.master'
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-13 Howard Chumdb_db_close() should not force env_sync in quick mode
2011-09-12 Howard ChuResolve MDB/HDB monitor OID clashes
2011-09-12 Howard ChuJust use memcpy since we know it's non-overlapping
2011-09-12 Hallvard FurusethTweak back-mdb integer types to match libmdb.
2011-09-12 Howard ChuMinor tweaks, update relfunc behavior
2011-09-12 Howard ChuMerge remote branch 'origin/mdb.master'
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 Furusethexplain mdl_midl_sort() istack size
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 Howard ChuFix - slapcat doesn't set op->o_hdr for tmpmemctx
2011-09-10 Hallvard FurusethCleanup mdb macros.
2011-09-10 Hallvard Furusethlibmdb/.gitignore += test[45], Doxygen output
2011-09-10 Howard ChuMerge branch 'mdb.master' of ssh://git-master.openldap...
2011-09-10 Howard ChuFix out-of-order slapadd
2011-09-10 Howard ChuIf put(NOOVERWRITE) exists, return existing data
2011-09-10 Howard ChuFix bogus error codes
2011-09-09 Howard ChuMinor typos, additional clarification
2011-09-09 Howard ChuKeep cursor open for id2entry
2011-09-09 Howard ChuAdd a few NULL checks to defend against dumb API checkers.
2011-09-09 Howard ChuUse tmpmem-based entries
2011-09-09 Howard ChuDrop referral.c
2011-09-09 Howard ChuMerge branch 'master' of ssh://git-master.openldap...
2011-09-09 Howard ChuAdd Valgrind mempool support.
2011-09-09 Howard ChuPartial revert, fix MDB_page definition
2011-09-09 Howard ChuMore docs
2011-09-08 Pierangelo... silence warning
2011-09-08 Pierangelo... import ITS#6925 patch; fix peeraddr variable name clash...
2011-09-08 Howard ChuMerge remote branch 'origin/mdb.master'
2011-09-08 Howard ChuMore docs
2011-09-08 Pierangelo... fix uninit'ed vars (ITS#7039)
2011-09-08 Quanah Gibson... Merge branch 'master' of ssh://git-master.openldap...
2011-09-08 Quanah Gibson... Fix loglevel <integer> to be loglevel <level> to match...
2011-09-08 Howard ChuSpeedup cintcmp
2011-09-08 Howard ChuFix 6c8e4f2671b6aed41cd5098725048dbe2513612c
2011-09-08 Howard ChuMerge remote branch 'origin/mdb.master'
2011-09-08 Howard ChuFix previous commit
2011-09-08 Howard ChuMerge remote branch 'origin/mdb.master'
2011-09-08 Howard ChuMerge branch 'mdb.cursor' into mdb.master
2011-09-08 Howard ChuPrint loop counter on failure
next