]> git.sur5r.net Git - openldap/shortlog
openldap
2013-08-09 Quanah Gibson... Merge remote-tracking branch 'origin/mdb.master' into...
2013-08-09 Salvador Ortizmdb_del must ignore data if db not opened with MDB_DUPSORT
2013-08-09 Quanah Gibson... Merge remote-tracking branch 'origin/mdb.master' into...
2013-08-09 Howard ChuAdd mdb_env_get_maxkeysize()
2013-08-09 Hallvard FurusethReplace unpredictable EINVAL error returns.
2013-08-09 Hallvard FurusethRe-fix reader-pid code
2013-08-08 Hallvard Furusethmdb_cursorpages_mark: Mark current txn and no more.
2013-08-08 Hallvard FurusethFix mdb_ovpage_free() vs. spill.
2013-08-08 Hallvard FurusethFix page spilling when MDB_WRITEMAP.
2013-08-08 Hallvard FurusethSet MDB_TXN_ERROR when inconsistent txn state
2013-08-08 Hallvard FurusethFactor out MDB_env.
2013-08-08 Hallvard FurusethMDB_LOCK_VERSION -> MDB_LOCK_FORMAT.
2013-08-08 Hallvard FurusethFix mdb_reader_pid().
2013-08-07 Howard ChuUse proper printf format on Windows
2013-08-07 Howard ChuITS#7645 more for TLSProtocolMin
2013-08-05 Hallvard FurusethSilence warnings
2013-08-05 Hallvard FurusethTweak comments
2013-08-05 Hallvard FurusethClarify doc: mdb_copy, nested txns, mdb_drop().
2013-08-02 Quanah Gibson... ITS#7591
2013-08-02 Howard ChuITS#7591 fix back-meta missing result msgs
2013-08-02 Quanah Gibson... ITS#7654
2013-08-02 Howard ChuITS#7654 fix implicit declaration warnings
2013-07-31 Quanah Gibson... Merge remote-tracking branch 'origin/mdb.master' into...
2013-07-31 Howard ChuTweak prev commit again
2013-07-30 Quanah Gibson... Merge remote-tracking branch 'origin/mdb.master' into...
2013-07-30 Howard ChuFix typo in Win32 branch
2013-07-30 Quanah Gibson... Merge remote-tracking branch 'origin/mdb.master' into...
2013-07-30 Howard ChuCleanup prev commit
2013-07-30 Howard ChuITS#7652 fix I/O error checks
2013-07-29 Quanah Gibson... ITS#5655,ITS#7645
2013-07-29 Howard ChuITS#7645 use ldap_pvt_tls_config for TLSProtocolMin
2013-07-29 Philip GuentherITS#7645 more OpenSSL TLS versions
2013-07-29 Howard ChuITS#7645, #5655 TLSProtocolMin docs
2013-07-29 Howard ChuITS#5655 cleanup
2013-07-29 Philip GuentherITS#5655 TLS_PROTOCOL_MIN setting
2013-07-29 Quanah Gibson... ITS#7641
2013-07-29 Timothy PearsonITS#7641 don't muck with controls if slapi doesn't...
2013-07-29 Quanah Gibson... ITS#7636
2013-07-29 Howard ChuITS#7636 slapi: don't free filterstr if filter didn...
2013-07-29 Quanah Gibson... Merge remote-tracking branch 'origin/mdb.master' into...
2013-07-29 Quanah Gibson... Merge remote-tracking branch 'origin/mdb.master' into...
2013-07-29 Howard ChuTweak mdb_envinfo numreaders
2013-07-26 Howard ChuITS#7615 use shorter names for semaphores
2013-07-19 Howard ChuTweak reader_pid check
2013-07-19 Howard ChuGet pid lock outside of rmutex
2013-07-18 Howard ChuTweak reader checks
2013-07-18 Howard ChuAdd mdb_reader_check()
2013-07-18 Howard ChuSplit MDB_VERSION to MDB_DATA/MDB_LOCK VERSION
2013-07-18 Howard ChuTweak reader_list
2013-07-18 Howard ChuTweak mdb_stat(1)
2013-07-18 Howard ChuAdd mdb_reader_list()
2013-07-15 Howard ChuAdd mdb_dbi_flags()
2013-07-14 Howard ChuFix child txn dirty_room counts in spill/unspill
2013-07-14 Howard ChuMore for stale sub-cursor flags
2013-07-14 Howard ChuFix stale sub-cursor C_INIT flag
2013-07-12 Howard ChuTweak comments, defaults should be OK already
2013-07-12 Howard ChuBump version to 0.9.7
2013-07-12 Hallvard FurusethAlso set/clear P_KEEP in parent txn's cursors
2013-07-12 Howard ChuSpill pages, take 3
2013-07-12 Howard ChuDelay touching pages until cursor is positioned.
2013-07-12 Hallvard FurusethSimplify: Always set C_UNTRACK for tracked cursors.
2013-07-12 Hallvard FurusethSave freelist using proper mdb_cursor_put().
2013-07-12 Howard ChuMove code out to mdb_page_dirty()
2013-07-12 Howard ChuFactor out parent
2013-07-12 Howard ChuFix env_read_header() on Windows
2013-07-10 Hallvard FurusethDo not follow uninited cursors' page pointers.
2013-07-10 Howard ChuFix rebalance/cursor adjust
2013-07-10 Howard ChuCursors: Clear C_EOF when clearing C_INITIALIZED
2013-07-09 Howard ChuFixup other cursors after delete op
2013-07-07 Hallvard FurusethITS#7515 Reject conflicting page versions.
2013-07-07 Hallvard FurusethITS#7515 Fix tracking of parent txn's cursors.
2013-07-07 Hallvard FurusethSimplify MDB_cursor: Drop flags C_ALLOCD,C_SHADOW.
2013-07-06 Hallvard FurusethSilence more uninit warnings
2013-07-02 Howard ChuSilence uninit warning in prev commit
2013-07-02 Howard ChuTweaks for MDB_MULTIPLE
2013-07-01 Quanah Gibson... ITS#7635
2013-07-01 Quanah Gibson... ITS#7628
2013-07-01 Howard ChuITS#7628 fix back-mdb txn refcount
2013-07-01 Quanah Gibson... Merge remote-tracking branch 'origin/mdb.master' into...
2013-07-01 Howard ChuITS#7635 simplify 9474c1a0b62cad57b62855d09a201670385caa80
2013-07-01 Howard ChuITS#7635 fix read txn potential data race
2013-06-30 Howard ChuFix uninit warnings, lseek usage
2013-06-26 Hallvard FurusethFix alloc/free issues.
2013-06-26 Hallvard FurusethFactor out some vars, simplify.
2013-06-26 Hallvard FurusethMakefile/user-macro comments.
2013-06-26 Hallvard FurusethTweak I/O, fix last commit.
2013-06-22 Hallvard FurusethImprove MDB error handling, drop seek calls.
2013-06-22 Hallvard FurusethFix Windows I/O.
2013-06-22 Hallvard FurusethCatch more MDB errors. DPRINTF in mdb_env_reset0.
2013-06-22 Hallvard FurusethTweak MIDLs, catch errors.
2013-06-22 Hallvard FurusethFactor out MDB variables/expressions, cleanup.
2013-06-22 Hallvard FurusethRearrange MDB dirty page code.
2013-06-20 Hallvard FurusethSimplify mdb_page_alloc().
2013-06-20 Hallvard FurusethITS#7620: Keep empty IDLs. Tweak mdb_page_alloc().
2013-06-17 Howard ChuITS#7623 Clear P_SUBP on conversion from fake page
2013-06-13 Quanah Gibson... ITS#7580
2013-06-13 Landry BreuilITS#7580 Fix autogroup when no attrs in URI.
2013-06-13 Hallvard FurusethITS#7515 Nested MDB txns: Inherit txn flags.
2013-06-13 Hallvard FurusethClean up mdb_page_touch(), mdb_page_copy().
2013-06-13 Hallvard FurusethITS#7594 Fix MDB cursor tracking with subDBs.
next