]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb
Sync with HEAD
[openldap] / servers / slapd / back-bdb /
2005-06-03 Kurt ZeilengaMerge in recent changes to HEAD
2005-05-18 Kurt ZeilengaSync with HEAD
2005-05-10 Kurt ZeilengaSync with HEAD in prep for 2.3.3beta
2005-05-06 Kurt ZeilengaMerge from HEAD
2005-04-29 Kurt ZeilengaInitial round of changes for 2.3 beta
2005-03-17 Kurt ZeilengaSync with HEAD
2005-03-14 Kurt ZeilengaSync with HEAD
2005-02-02 Kurt ZeilengaSync with HEAD OPENLDAP_REL_ENG_2_3_1ALPHA
2005-01-28 Kurt ZeilengaSync with HEAD
2005-01-24 Kurt ZeilengaSync with HEAD
2005-01-20 Kurt ZeilengaSync with HEAD
2004-12-28 Pierangelo Masaratilist permissive in supported controls (ITS#3453)
2004-12-22 Sang Seok LimFixing bug in extensible filter indexing
2004-12-20 Jong Hyuk Choimisc cleanup
2004-12-20 Jong Hyuk Choimisc fix for the component indexing commit
2004-12-20 Sang Seok LimComponent Indexing support for BDB
2004-12-14 Jong Hyuk Choiadaptive caching implementation
2004-12-13 Sang Seok Lim1) <select> and <content> type component reference...
2004-12-08 Howard ChuFix ITS#3424
2004-12-06 Howard ChuFix inequality cursor management
2004-12-06 Howard ChuStore entryIDs in big-endian order, no more custom...
2004-12-06 Howard ChuFix previous commit
2004-12-06 Howard Chubdb_tool_dn2id_get should use bdb_dn2id, not duplicate...
2004-12-06 Howard ChuFix GE inequality lookups, key was getting overwritten
2004-12-05 Howard ChuBetter fix for ITS#3365, manage back-bdb's read locks...
2004-12-03 Howard ChuAdd a checkpoint task if time-based checkpointing is...
2004-11-27 Howard ChuMore migration of syncrepl from frontend to syncprov...
2004-11-26 Howard ChuMore BDB_PSEARCH cleanup
2004-11-26 Howard ChuMore Operation/Opheader fixes
2004-11-25 Howard ChuDisable back-bdb native syncrepl support, enable syncpr...
2004-11-25 Howard ChuMerge op->o_sync_mode into op->o_sync
2004-11-25 Howard ChuRevert previous commit, it breaks everything.
2004-11-23 Howard ChuDynamic control management
2004-11-17 Pierangelo Masaratirevert last commit
2004-11-17 Howard ChuFix BDB 4.3 fasttool, flag must be set before opening...
2004-11-17 Pierangelo Masaraticleanup previous commit
2004-11-17 Pierangelo Masaratilog the right function names
2004-11-15 Pierangelo Masaratiremove back-*/external.h
2004-11-13 Pierangelo Masaratifirst step towards removing back-*/external.h
2004-11-13 Howard Chufasttool: BDB 4.3 uses DB_LOG_INMEMORY instead of DB_TX...
2004-11-13 Howard ChuUpdate BDB 4.3 errcall prototype again to silence warnings
2004-11-11 Pierangelo Masaratirework static backend initialization
2004-11-10 Jong Hyuk Choifix slap_sl_free() calls in pre / post read controls
2004-11-10 Jong Hyuk Choifix suspicious capitalization to make subentries contro...
2004-11-10 Jong Hyuk Choildapsync fix for recursive deletion (ITS#3385)
2004-11-10 Howard ChuDelete incorrect comments
2004-11-08 Howard ChuBetter cache counting, partially revert 1.85
2004-11-08 Howard ChuAssist in cache debugging
2004-11-05 Ralf HaferkampPlugged memory leak
2004-11-05 Kurt Zeilengaunifdef -DBDB_ALIASES
2004-10-31 Howard ChuFix hdb cache kid counts
2004-10-31 Howard ChuITS#3356 - when purging cache, free entryInfo if node...
2004-10-30 Howard ChuDon't access entry after commit; it may be gone if...
2004-10-27 Howard ChuITS#3358 - make bdb_cache_lru_add skip entries that...
2004-10-16 Howard ChuBDB 4.3 compatibility
2004-10-16 Howard Chudefine DB_VERSION_FULL to simplify version checks
2004-10-16 Jong Hyuk Choifurther cleanup of search data upon exit, abandon,...
2004-10-16 Howard ChuBDB 4.3 compatibility, if the reader TXN is deadlocked...
2004-10-12 Jong Hyuk Choisyncrepl consistency patch: utilize BDB txn rollback
2004-10-09 Jong Hyuk Choisyncrepl consistency patch
2004-10-08 Pierangelo Masaratirevert previous commit
2004-10-06 Howard ChuRevert ITS#3353 patch, it needs to be reworked.
2004-10-05 Jong Hyuk Choimisc cleanup
2004-10-04 Pierangelo Masaratiminor cleanup
2004-10-01 Howard ChuITS#3353 consolidate slapd globals into a single struct
2004-09-28 Howard ChuAdd SLAP_MR_ORDERED_INDEX - support for inequality...
2004-09-23 Jong Hyuk ChoiModified @oc supprot code to the share anlist routines...
2004-09-14 Jong Hyuk Choireferral mem leak fix
2004-09-04 Pierangelo Masaratitrying to make names consistent
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-09-04 Kurt ZeilengaMove MSVC port to the Attic
2004-09-03 Jong Hyuk Choifix for test019 glitch
2004-09-02 Howard ChuITS#3309 better fix, add op->ord_csn in frontend and...
2004-09-01 Howard ChuITS#3309 fix syncrepl psearch propagation of Delete...
2004-08-26 Luke HowardCheck for opinfo->boi_txn before using it - sometimes...
2004-08-26 Luke Howardboi_bdb must be set
2004-08-25 Howard ChuITS#3301 fix prev commit, don't fail op on DB_NOTFOUND
2004-08-25 Howard ChuITS#3301 check for dn2entry failure
2004-08-24 Pierangelo Masaratiadd paged results support to back-ldap
2004-07-25 Pierangelo Masaratislightly rework user/operational attributes handling...
2004-07-25 Howard ChuFix ITS#3255, boi_bdb comparisons
2004-07-25 Howard ChuFix spurious warning for fasttool keyword when running...
2004-07-22 Howard ChuAdded linearindex option for slapindex. Improves perfor...
2004-07-22 Howard ChuITS#3178 add "fasttool" option to disable transaction...
2004-07-18 Pierangelo Masaratirework op/rs structures to deal with opeartional attributes
2004-07-18 Howard ChuMake sure hdb gets signed chars for len comparison
2004-07-17 Pierangelo Masaratinormalize authcDN (ITS#3246); don't touch databases...
2004-07-14 Pierangelo Masaratisilence warning
2004-07-12 Howard ChuDon't bother logging lock failures for tryOnly mode
2004-07-12 Howard ChuRelease cache locker on db close
2004-07-12 Howard ChuFix for non-thread run
2004-07-11 Pierangelo Masaratiminor cleanup
2004-07-11 Pierangelo Masaratilog what backend is starting (bdb/hdb)
2004-07-11 Pierangelo Masaratiback-relay doesn't like this
2004-07-10 Howard ChuMake sure DB result codes are returned to caller; add...
2004-07-10 Pierangelo Masaratimake sure we only get here when everything is fine
2004-07-10 Howard ChuMinor cleanup
2004-07-09 Howard ChuUse previously unused Backend->be_context_csn
2004-07-09 Howard ChuUse long-lived per-thread TXNs for loading entries...
2004-07-09 Ralf HaferkampITS#3226: Clear attribute flags after schema_check...
next