]> git.sur5r.net Git - openldap/history - servers/slapd/back-ldbm/back-ldbm.h
Happy new year!
[openldap] / servers / slapd / back-ldbm / back-ldbm.h
2006-01-03 Kurt ZeilengaHappy new year!
2005-11-27 Kurt Zeilengaunifdef -DBDB_SUBENTRIES -DLDBM_SUBENTRIES
2005-09-04 Howard ChuITS#3978: Added alock calls; warns about inconsistency...
2005-04-12 Howard ChuITS#3648 use slapd runqueue for periodic sync
2005-01-01 Kurt ZeilengaHappy New Year!
2004-01-01 Kurt ZeilengaHappy new year
2003-11-28 Kurt ZeilengaNotices
2003-08-27 Jong Hyuk Choiunifdef LDAP_SYNC and LDAP_SYNCREPL
2003-07-15 Jong Hyuk ChoiVarious changes
2003-01-03 Kurt ZeilengaHappy new year
2002-02-02 Kurt Zeilengaswitch to openldap-data directory
2002-01-29 Kurt ZeilengaAdd giant lock code back in... (it's my flakey devbox...
2002-01-29 Kurt ZeilengaBack out giant lock code, needs more work
2002-01-29 Kurt ZeilengaAdd GIANT rwlock! This should resolve nasty concurrenc...
2002-01-13 Howard ChuTurn on USE_INDIRECT_NIDS by default
2002-01-04 Kurt ZeilengaUpdate copyright statements
2001-10-11 Mark AdamsonSerialize access to idl insert/delete key routines...
2001-09-22 Howard ChuTweaked ID_BLOCKs to record NIDs for INDIRECT blocks...
2001-06-28 Randy KunkeeMove backend_syncfreq code down into back-ldbm. Create...
2001-06-22 Kurt ZeilengaBackout directory config option
2001-06-21 Randy KunkeePatches from Mark Whitehouse (with changes from myself...
2001-05-29 Kurt ZeilengaAdd an LDBM backend "directory" directive (in addition to
2000-08-22 Kurt ZeilengaFirst cut of LDBM substrings indexing. Needs testing.
2000-06-14 Mark ValenceBug hunting -- various problems with opening caches.
2000-06-10 Kurt ZeilengaMisc code cleanup.
2000-06-05 Mark ValenceKeep from ldbm_sync'ing a DBCache unless it has been...
2000-06-04 Kurt ZeilengaNew indexer/filter codes (test suite works) with cheats
2000-06-03 Kurt ZeilengaRaise MAXDBCACHE to 128.
2000-05-26 Kurt ZeilengaDB3 fixes
2000-05-23 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: cleanup
2000-05-13 Kurt ZeilengaY2k copyright update
2000-05-03 Kurt Zeilengamove default "directory"
2000-01-28 Kurt ZeilengaMove INDEX_ macros from back-ldbm.h to slap.h and prefi...
1999-09-23 Kurt ZeilengaReimplement LDBM_SYNC/LDBM_NOSYNC code (dbnosync).
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-08-17 Kurt ZeilengaNew dn2id format with base/one/subtree indices (ldbm...
1999-08-16 Hallvard Furusethback-ldbm: Kill ldbm_ignore_nextid_file, replace with...
1999-08-13 Kurt ZeilengaAdd DN_INDICES search filter and has_children support...
1999-08-12 Kurt ZeilengaLeft DN_INDICES defines by mistake... it's not ready...
1999-08-11 Kurt ZeilengaImplement DN_PARENT_PREFIX and framework for DN_SUBTREE...
1999-08-11 Kurt ZeilengaRemoved redundant dn_normalization(strdup(ndn)) from...
1999-08-09 Kurt Zeilengalimit maxindirect to 9
1999-08-07 Kurt ZeilengaUse a cursor to step through ID_BLOCKS.
1999-08-06 Kurt ZeilengaAdd copyright notices.
1999-08-04 Kurt ZeilengaAdd copyright notice and a few comments here and there
1999-07-19 Kurt ZeilengaNamespace changes
1999-06-18 Kurt Zeilengaber_int_t, ber_tag_t, ber_socket_t, ber_len_t
1999-04-30 Hallvard FurusethITS#141: Add ldbm_ignore_nextid_file, since tools/ldif2...
1999-04-01 Hallvard FurusethEnclose `DB_ENV li_db_env' declaration in #ifdef HAVE_B...
1999-04-01 Gary WilliamsNT port
1999-02-11 Kurt ZeilengaUpdate LDBM cache so that it manages it's own state.
1999-02-10 Kurt ZeilengaMove LDBM-backend specific fields of Entry struct into...
1999-02-04 Kurt ZeilengaBackout startup/initialization changes in preparation...
1999-02-02 Kurt ZeilengaHack up a quick bandaid to make things compile. Startu...
1999-02-01 Kurt SpanierIntroduction of a backend startup/shutdown function...
1999-01-31 Kurt ZeilengaRewrite IDL block code to use simple array and accessor...
1999-01-28 Kurt ZeilengaUse -lldap_r instead of -lldap -lthread.
1999-01-26 Kurt ZeilengaLDBM/back-ldbm locking reworked!
1999-01-26 Kurt ZeilengaHide allocate of reentrant_database cond varible and...
1999-01-22 Kurt ZeilengaImplement NEXTID chunking. Obtain IDs in chunks of...
1999-01-22 Kurt Zeilenganextid cleanup in preparation to disable next_id_return().
1999-01-07 Kurt ZeilengaModify Add/Delete/Modrdn operations to require write...
1998-12-30 Kurt ZeilengaPreliminary Fixes for ITS#24, ITS#26, and ldbm_back_add...
1998-12-28 Kurt ZeilengaImprove readability of base output in debugging.
1998-11-07 Kurt ZeilengaMake flush_writes the default. Change option to 'dbcac...
1998-10-25 Kurt Zeilengamerged with autoconf branch
1998-10-21 Kurt ZeilengaSLAPD compiles. Needs LDBM work to link.
1998-10-21 Kurt Zeilengainclude portable.h
1998-09-03 Kurt ZeilengaAdded support for SleepyCat DB2 DBI.
1998-08-19 Kurt ZeilengaAdded ldbm flush on write code which uses slapd.conf...
1998-08-09 Kurt ZeilengaInitial revision