]> git.sur5r.net Git - openldap/history - libraries
ITS#7418 Fix slapo-constraint: handle uri and restrict correctly
[openldap] / libraries /
2012-10-31 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-10-25 Howard ChuBetter fix for MDB_DEBUG tweak -- from hbf
2012-10-25 Howard ChuRevert "MDB_DEBUG tweak for old compilers"
2012-10-25 Howard ChuMDB_DEBUG tweak for old compilers
2012-10-23 Howard ChuFix flag checks in mdb_open
2012-10-23 Howard Chufix Windows mdb_env_copy(), WriteFile overflow
2012-10-23 Howard ChuMake sure mdb_open flags are committed on main DB
2012-10-22 Howard ChuMinor cleanup
2012-10-22 Howard ChuFix MDB_PREV
2012-10-17 Howard ChuTweak output, add free page info
2012-10-16 Howard ChuAdd mdb_env_info() to retrieve interesting env params
2012-10-16 Howard ChuMerge mdb_stata into mdb_stat
2012-10-16 Howard ChuMake sure increases of mapsize are persisted
2012-10-15 Hallvard FurusethITS#7377 Errorcheck Windows calls and thread keys.
2012-10-15 Hallvard FurusethExplicitly unlock the MDB lockfile on Windows.
2012-10-15 Hallvard Furusethmdb_env_open(): Keep mdb_env_set_flags() flags.
2012-10-15 Hallvard FurusethMore for mdb_env_copy().
2012-10-15 Hallvard FurusethFix last commit.
2012-10-13 Howard ChuSupport read access on read-only media
2012-10-11 Howard ChuSilence warning in prev commit
2012-10-11 Howard ChuAdd mdb_copy for backing up a DB environment
2012-10-03 Hallvard FurusethTweak MDB restrictions
2012-10-03 Hallvard FurusethFix mdb_open() off-by-one error in maxdbs check
2012-10-03 Hallvard FurusethITS#7377 Wrap fcntl F_SETLK in EINTR loop too.
2012-10-03 Hallvard FurusethITS#7377 Catch ftruncate() error
2012-10-03 Hallvard FurusethITS#7377 Document caveats/troubeshooting.
2012-10-02 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-09-30 Howard ChuFix prev commit
2012-09-30 Howard ChuFix mdb_drop
2012-09-27 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-09-27 Howard ChuITS#7385, check further for bad splits
2012-09-19 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-09-19 Howard ChuAdd MDB_GET_CURRENT
2012-09-18 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-09-18 Howard ChuITS#7394 ignore WRITEMAP if RDONLY
2012-09-18 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-09-17 Howard ChuMore for 48ef27b6f5c804eca6a9d27f8dd2b4ded376f8af
2012-09-17 Howard ChuMore for ab04c50a32275e216b82edaeeed50208cf49336b
2012-09-17 Hallvard FurusethITS#7377 Catch MDB user errors.
2012-09-17 Hallvard FurusethITS#7377 Catch MDB setup errors and clean up.
2012-09-17 Hallvard FurusethITS#7364 Limit mdb lock upgrade before sem_unlink.
2012-09-17 Hallvard FurusethITS#7364 Always sem_unlink() in mdb_env_open().
2012-09-17 Hallvard FurusethITS#7377 Wrap sem_wait & file locks in EINTR loops
2012-09-17 Hallvard FurusethRemove mdb data races. Use (txnid_t)-1 as "no ID".
2012-09-17 Hallvard FurusethSave pid in MDB_env instead of repeating getpid().
2012-09-17 Hallvard FurusethMDB_WRITEMAP needs no DSYNC descriptor (me_mfd)
2012-09-17 Hallvard FurusethITS#7363 Preprocessor namespace cleanup.
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 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-09-14 Howard ChuITS#7383 More explicit error codes
2012-09-12 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-09-12 Howard ChuITS#7385 fix mdb_page_split (again)
2012-09-07 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
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 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-08-27 Howard ChuIn mdb_audit, change assert to fprintf
2012-08-26 Howard ChuFix mdb_audit()
2012-08-24 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
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 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
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 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-08-22 Chris MikkelsonITS#7363 Use posix semaphores on apple and bsd systems.
2012-08-22 Jan VcelakITS#7359 MozNSS: prefer unlocked slot when getting...
2012-08-22 Howard ChuITS#7358 fix ITS#7270 patch
2012-08-22 Howard ChuMinor cleanup
2012-08-22 Howard ChuWrite optimization: avoid copying unused portions of...
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 Quanah Gibson-MountMerge branch 'OPENLDAP_REL_ENG_2_4' of ssh://git-master...
2012-07-26 Howard ChuCleanup gssapi_flags -> ldo_gssapi_flags
2012-07-26 Howard ChuMore for prev commit (270ef33acf18dc13bfd07f8a8e66b446f...
2012-07-26 Howard ChuITS#7118, #7133 tentative fix
2012-07-26 Jan VcelakITS#7241 unbind: free socket prior to destroying TLS...
2012-07-26 Jan VcelakITS#7331 MozNSS: ignore untrusted issuer error when...
2012-07-26 Mat BoothITS#7332 Changes required to build with Microsoft Visua...
2012-07-26 Emily BackesUpdate name information
2012-07-26 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-07-26 Howard ChuFix txn_commit error check
2012-07-26 Howard ChuFix 205bb17793e27be67098ccc80ee919165d7cb993
2012-07-26 Howard ChuUpdate sub-DBs before updating free list
2012-07-25 Howard ChuAppend mode should also detect keys that are too small
2012-07-24 Howard ChuFix root split check in mdb_page_split
2012-07-23 Howard ChuSkip unneeded calls to mdb_page_get in mdb_page_search
2012-07-23 Howard ChuLeave extra space when creating a fake page
next