]> git.sur5r.net Git - openldap/history - libraries
Merge remote-tracking branch 'origin/mdb.master'
[openldap] / libraries /
2012-09-17 Howard ChuMore for ab04c50a32275e216b82edaeeed50208cf49336b
2012-09-17 Howard ChuAdd mdb_cursor_renew()
2012-09-17 Howard ChuShared lib should depend on pthread
2012-09-17 Howard ChuAdd MDB_SET_KEY cursor op
2012-09-14 Howard ChuMerge remote-tracking branch 'origin/mdb.master'
2012-09-14 Howard ChuITS#7383 More explicit error codes
2012-09-12 Howard ChuMerge remote-tracking branch 'origin/mdb.master'
2012-09-12 Howard ChuITS#7385 fix mdb_page_split (again)
2012-09-07 Howard ChuMerge remote-tracking branch 'origin/mdb.master'
2012-09-07 Howard ChuUpdate comments, bump version
2012-09-06 Howard Chumsync should default to fully synchronous
2012-09-05 Howard ChuAdd msync support for WRITEMAP option
2012-09-05 Howard ChuAdd MDB_WRITEMAP to use a writable mmap
2012-09-04 Howard ChuMore for 57b5fbea491c956ed7a4ab7d12d802de2b29455d
2012-08-29 Hallvard Furusethlibmdb: Fix P_INVALID when pgno_t != unsigned long
2012-08-29 Hallvard Furusethlibmdb: Check sem_open() against SEM_FAILED.
2012-08-27 Howard ChuMerge remote-tracking branch 'origin/mdb.master'
2012-08-27 Howard ChuIn mdb_audit, change assert to fprintf
2012-08-26 Howard ChuFix mdb_audit()
2012-08-24 Howard ChuMerge remote-tracking branch 'origin/mdb.master'
2012-08-24 Ondrej KuznikITS#7369 mdb_stat: cleanup in case something went wrong.
2012-08-24 Howard ChuITS#7369 abort txn before exiting
2012-08-23 Howard ChuMerge remote-tracking branch 'origin/mdb.master'
2012-08-23 Howard ChuITS#7364 also close the mutexes as needed
2012-08-23 Chris MikkelsonITS#7364 Remove POSIX semaphores when the last user...
2012-08-22 Rich MegginsonITS#7360 accept nss certname in the form of tokenname...
2012-08-22 Howard ChuITS#7359 cleanup for loop
2012-08-22 Jan VcelakITS#7359 MozNSS: fix whitespaces in all my changes
2012-08-22 Howard ChuMerge remote-tracking branch 'origin/mdb.master'
2012-08-22 Chris MikkelsonITS#7363 Use posix semaphores on apple and bsd systems.
2012-08-21 Jan VcelakITS#7359 MozNSS: prefer unlocked slot when getting...
2012-08-21 Howard ChuITS#7358 fix ITS#7270 patch
2012-08-21 Howard ChuMerge commit 'd53644f6'
2012-08-16 Howard ChuLoop thru all DBs and show their stats
2012-08-02 Howard ChuMinor cleanup
2012-07-31 Howard ChuWrite optimization: avoid copying unused portions of...
2012-07-26 Jan VcelakITS#7331 MozNSS: ignore untrusted issuer error when...
2012-07-26 Howard ChuMerge remote-tracking branch 'origin/mdb.master'
2012-07-26 Howard ChuFix txn_commit error check
2012-07-26 Howard ChuMerge remote-tracking branch 'origin/mdb.master'
2012-07-26 Howard ChuFix 205bb17793e27be67098ccc80ee919165d7cb993
2012-07-26 Howard ChuUpdate sub-DBs before updating free list
2012-07-25 Howard ChuMerge remote-tracking branch 'origin/mdb.master'
2012-07-25 Howard ChuAppend mode should also detect keys that are too small
2012-07-24 Howard ChuMerge remote-tracking branch 'origin/mdb.master'
2012-07-24 Howard ChuFix root split check in mdb_page_split
2012-07-23 Mat BoothITS#7332 Changes required to build with Microsoft Visua...
2012-07-23 Howard ChuSkip unneeded calls to mdb_page_get in mdb_page_search
2012-07-23 Howard ChuMerge remote-tracking branch 'origin/mdb.master'
2012-07-23 Howard ChuLeave extra space when creating a fake page
2012-07-23 Howard ChuAppend mode still needs to detect duplicates
2012-07-22 Emily BackesUpdate name information
2012-07-21 Howard ChuMerge remote-tracking branch 'origin/mdb.master'
2012-07-21 Howard ChuAppend tweaks, page_split fixes
2012-07-18 Howard ChuMerge remote-tracking branch 'origin/mdb.master'
2012-07-17 Howard ChuMake sure cursor's DB is init'd if STALE.
2012-07-13 Howard ChuDon't use env-private copy of DB root nodes.
2012-07-13 Howard ChuFix darwin sem_open() names
2012-07-13 Howard ChuFix ID -> MDB_ID due to 20baad4a207db5d0e84fc3a7409f216...
2012-07-13 Howard ChuWindows thread callback support
2012-07-11 Howard ChuITS#6262 fix gettime() regression
2012-07-09 Howard ChuMerge remote-tracking branch 'origin/mdb.master'
2012-07-09 Howard ChuDrop me_toggle, unused
2012-07-09 Howard ChuRevert "libmdb: Do not use the MDB_txbody.mtb_txnid...
2012-07-07 Howard ChuMerge remote-tracking branch 'origin/mdb.master'
2012-07-07 Howard ChuFix: avoid direct reference to meta pages
2012-07-06 Howard ChuAdd MDB_NOMETASYNC env option.
2012-07-06 Howard ChuTweak b802bcf7040110e1f0768d9d9ffa88dabd4bd5e7
2012-07-05 Howard ChuPartial revert of 13c663f666ac28d7a72cbe644d393fc8d2dd9881
2012-06-26 Jan VcelakITS#7316 MozNSS: do not retry when reading the pin...
2012-06-26 Jan VcelakITS#7315 MozNSS: do not authenticate to a slot manually
2012-06-26 Jan VcelakITS#7314 MozNSS: lock whole init and clenaup process
2012-06-26 Jan VcelakITS#7313 MozNSS: store certificate object instead of...
2012-06-26 Jan VcelakITS#7312 MozNSS: context specific token description...
2012-06-25 Jan VcelakITS#7241 unbind: free socket prior to destroying TLS...
2012-06-23 Howard ChuITS#7293 make ldapava_free static
2012-06-07 Howard ChuITS#7290 fix ldap_int_initialize() to set debug level
2012-06-07 Jan VcelakITS#7291 MozNSS: read pin from file file can cause...
2012-06-07 Tim Strobell (Cont... ITS#7289 MozNSS: cipher suite selection by name may...
2012-06-05 Jan VcelakITS#7287 MozNSS: do not overwrite error in tlsm_verify_cert
2012-06-05 Tim Strobell (Cont... ITS#7285 Mozilla NSS: default cipher suite always selected
2012-06-05 Quanah Gibson-MountMerge remote branch 'origin/mdb.master'
2012-06-02 Howard ChuTweak prev commit, use first unused slot
2012-06-02 Howard ChuFix mdb_open, re-use closed dbi slots
2012-05-30 Jan VcelakITS#7276 MozNSS: allow CA certdb together with PEM...
2012-05-30 Frederik DeweerdtITS#7270 Protect accesses to ldap_int_hostname with...
2012-05-09 Howard ChuMerge remote-tracking branch 'origin/mdb.master'
2012-05-09 Howard ChuITS#7266 fix rebalance for LEAF2 pages
2012-05-09 Howard ChuMerge remote-tracking branch 'origin/mdb.master'
2012-05-09 Howard ChuMore freelist tweaks, avoid referencing freed page
2012-05-06 Howard ChuMerge remote-tracking branch 'origin/mdb.master'
2012-05-06 Howard ChuFurther clarification of mdb_open()
2012-04-18 Howard ChuMerge remote-tracking branch 'origin/mdb.master'
2012-04-18 Howard ChuITS#7251 fix Apple/Windows shared mutex naming
2012-04-12 Hallvard Furusethlibmdb: midl.h namespace cleanup.
2012-04-12 Hallvard Furusethlibmdb: Simplify pick_meta() from read_meta().
2012-04-12 Hallvard Furusethlibmdb: Simplify mdb_default_cmp. No real change.
2012-04-12 Hallvard Furusethlibmdb: signed meets unsigned warning cleanup
2012-04-12 Hallvard Furusethlibmdb: MDB_FDATASYNC code cleanup.
2012-04-12 Hallvard Furusethlibmdb: Add C++ 'extern "C" {}' to *.h
next