]> git.sur5r.net Git - openldap/shortlog
openldap
2013-10-04 Howard ChuMerge remote-tracking branch 'origin/mdb.master'
2013-10-04 Howard ChuFix mdb_env_set_mapsize()
2013-10-04 Howard ChuMerge remote-tracking branch 'origin/mdb.master'
2013-10-04 Howard ChuITS#7715 always set filesize for WRITEMAP
2013-10-03 Hallvard FurusethAdd Caveat: Readers need write access. Whitespace.
2013-10-03 Hallvard FurusethMaintain MDB_cursor.mc_top
2013-10-03 Hallvard Furusethmdb_cursor_sibling(): Fix error result
2013-10-03 Hallvard Furusethmdb_node_add(): Plug page leak when MDB_PAGE_FULL.
2013-10-03 Hallvard FurusethOptimize code holding reader mutex
2013-10-03 Hallvard FurusethSet MDB_xcursor DB_DIRTY, clear md_name.
2013-10-03 Hallvard FurusethSet subDB DBI=parent DBI, fix MDB_DUPSORT delete.
2013-10-03 Howard Chus/MDB_NORDLOCK/MDB_NOLOCK/
2013-10-02 Howard ChuMore doc for MDB_NORDLOCK
2013-10-01 Howard ChuAdd MDB_NORDLOCK to omit all reader table usage
2013-09-30 Emily BackesITS#7712 Fix lock ordering in libldap abandon
2013-09-23 Hallvard FurusethDrop unneeded code.
2013-09-23 Hallvard FurusethClean up and simplify mdb_page_search().
2013-09-23 Hallvard FurusethTweak MDB_DEBUG output
2013-09-23 Hallvard FurusethRename SWAP() to avoid conflict with sqlightning.
2013-09-23 Hallvard Furusethmdb_page_unspill(): Rename local vars.
2013-09-23 Hallvard FurusethITS#7515 Fix mdb_page_unspill() in nested txn.
2013-09-23 Hallvard FurusethITS#7515 Fix mdb_txn_commit(nested txn with spills).
2013-09-23 Hallvard FurusethITS#7515 Fix mt_dirty_room in nested txns.
2013-09-23 Hallvard FurusethITS#7515 mdb_pages_xkeep(): Careful about xcursors.
2013-09-23 Hallvard Furusethmdb_pages_xkeep(): Reformat, use common flag mask
2013-09-23 Hallvard FurusethUpdate MDB documentation and comments.
2013-09-23 Hallvard FurusethITS#7682 mdb_env_copy(): Avoid Linux O_DIRECT bug.
2013-09-21 Howard ChuITS#7681 fix 18a07eb7c2dc33372455a6040984cd6b699b41a5
2013-09-21 Howard ChuITS#7701 fix mdb_rebalance
2013-09-19 Howard ChuFix modrdn unique check
2013-09-19 Quanah Gibson... Add maxsize parameter for mdb examples
2013-09-19 Quanah Gibson... Update example slapd.conf bits to use mdb instead of bdb
2013-09-19 Quanah Gibson... Switch example slapd.conf to use mdb instead of bdb
2013-09-19 Quanah Gibson... Regenerated configure
2013-09-19 Quanah Gibson... Fix option bits
2013-09-19 Quanah Gibson... Updated configure
2013-09-19 Quanah Gibson... More for flag changes
2013-09-19 Quanah Gibson... Note bdb/hdb are deprecated and scheduled for removal...
2013-09-19 Quanah Gibson... Default hdb to "no" instead of "yes"
2013-09-19 Quanah Gibson... Enable features that were hidden behind LDAP_DEVEL
2013-09-10 Pierangelo... ITS#7687: password modify can muck with controls (quick...
2013-09-10 Howard ChuITS#7398 add LDAP_OPT_X_TLS_PEERCERT
2013-09-09 Howard ChuITS#7683 more for tls version/cipher info
2013-09-09 Howard ChuMerge remote-tracking branch 'origin/mdb.master'
2013-09-09 Howard ChuRelease 0.9.8
2013-09-09 Howard ChuITS#7381 more for prev commit
2013-09-08 Howard ChuITS#7595 don't try to use EC if OpenSSL lacks it
2013-09-07 Howard ChuDrop unused var in prev commit
2013-09-07 Howard ChuSimplify write waiter handling
2013-09-07 Howard ChuITS#7683 log tls prot/cipher info
2013-09-07 Howard ChuITS#7595 more doc for elliptic curve
2013-09-07 Howard ChuITS#7685 add missing olcTLSProtocolMin
2013-09-07 Howard ChuITS#7595 Add Elliptic Curve support for OpenSSL
2013-09-07 Howard ChuITS#7430 GnuTLS: Avoid use of deprecated function
2013-09-07 Howard ChuAdd GnuTLS channel binding support
2013-09-07 Howard ChuFix double-free on ciphersuite parse failure
2013-09-07 Howard ChuITS#7684, #7506 TLSDHParamFile typo
2013-09-07 Howard ChuITS#7506 more doc updates
2013-09-07 Ben JencksITS#7506 DHParamFile: Update docs
2013-09-07 Howard ChuITS#7506 fix prev commit
2013-09-07 Ben JencksITS#7506 tls_o.c: Fix Diffie-Hellman parameter usage.
2013-09-07 Howard ChuITS#7506 cleanup prev commit
2013-09-07 Ben JencksITS#7506 tls_g.c: Properly support DHParamFile.
2013-09-06 Howard ChuITS#7381 fix chain config for restarts
2013-09-06 Howard ChuMerge remote-tracking branch 'origin/mdb.master'
2013-09-05 Howard Chuupdates
2013-09-05 Salvador OrtizITS#7682 In mdb_env_copy retry open if O_DIRECT fails
2013-09-05 Howard ChuMore for 5f6fa8c04204888c4ff7ac6be1868d81ff4410a8
2013-09-05 Claude BrissonITS#7681 fix mdb_cursor_set behaviour for MDB_SET_RANGE
2013-09-04 Howard ChuFix uninit'd poolqs in prev commit
2013-09-03 Howard ChuRemember if last cursor op was a delete
2013-09-03 Howard ChuMore for threadpool queues
2013-09-03 Jan SynacekITS#7680 Fix typos in manpages.
2013-09-02 Howard ChuIn mdb_checkpoint, force sync
2013-08-30 Howard ChuITS#7676,7677 don't leak libldap err codes
2013-08-29 Howard ChuMerge remote-tracking branch 'origin/mdb.master'
2013-08-29 Howard ChuAdd a changelog
2013-08-29 Howard ChuBump version to 0.9.8
2013-08-29 Howard ChuAllow mdb_env_set_mapsize() on an open environment
2013-08-27 Howard ChuMerge remote-tracking branch 'origin/mdb.master'
2013-08-27 Howard ChuITS#7672 fix mdb_dbi_flags
2013-08-27 Howard ChuAdd channel binding support
2013-08-25 Hallvard Furusethmdb_page_unspill(): Fix dirty_room in nested txn
2013-08-24 Howard ChuAnother take on spill_pgs and deletes
2013-08-24 Howard ChuCleanup prev commit
2013-08-24 Howard ChuSpeedup deletion from spill_pgs
2013-08-23 Howard ChuITS#7671 always return the key for a dup val
2013-08-23 Howard ChuITS#7670 Tweak cursor_del0
2013-08-23 Hallvard Furusethmdb_page_spill(): Fix nested txn mt_dirty_room
2013-08-23 Hallvard FurusethSimplify last commits
2013-08-23 Howard ChuTweak prev commit
2013-08-23 Howard ChuLess aggressive page_spill
2013-08-21 Howard ChuUpdate caveats now that mdb_reader_check exists
2013-08-19 Howard ChuCleanup comments in prev commit
2013-08-19 Howard ChuMore fixes for prev commit
2013-08-19 Howard ChuFix 34f832faee9f215dfdb61de52506f2905258b147
2013-08-19 Howard ChuFix prev commit
2013-08-17 Howard ChuMultiple queues per threadpool
2013-08-17 Howard ChuTweak mutex acquisition
2013-08-16 Howard ChuMerge remote-tracking branch 'origin/mdb.master'
next