]> git.sur5r.net Git - openldap/history - servers/slapd/overlays/pcache.c
Remove lint: import ITS#5035 part 2 from HEAD, remove unused variables.
[openldap] / servers / slapd / overlays / pcache.c
2007-07-23 Hallvard FurusethRemove lint: import ITS#5035 part 2 from HEAD, remove...
2007-06-13 Ralf HaferkampITS#4991 pcache and rwm interaction
2007-01-02 Kurt Zeilengahappy new year
2006-02-17 Howard ChuImport dynamic debug level support from HEAD
2006-02-17 Howard ChuPartial sync with HEAD:
2006-01-24 Kurt ZeilengaFrom HEAD
2006-01-17 Kurt ZeilengaMore fixes from HEAD
2006-01-03 Kurt ZeilengaHappy new year!
2005-11-27 Kurt ZeilengaSync with HEAD
2005-11-03 Kurt ZeilengaSync with HEAD
2005-10-12 Kurt ZeilengaOperation buffer align fix from HEAD
2005-09-28 Kurt ZeilengaSync with HEAD
2005-08-09 Kurt ZeilengaSync with HEAD
2005-07-11 Kurt ZeilengaSync with HEAD
2005-06-08 Kurt ZeilengaSync with HEAD (ready for 2.3 "release"?)
2005-06-03 Kurt ZeilengaMerge in recent changes to HEAD
2005-05-10 Kurt ZeilengaSync with HEAD in prep for 2.3.3beta
2005-04-29 Kurt ZeilengaInitial round of changes for 2.3 beta
2005-01-20 Kurt ZeilengaSync with HEAD
2004-12-03 Howard ChuRename syncrepl_rq to slapd_rq, move to daemon.c
2004-11-27 Howard ChuMore migration of syncrepl from frontend to syncprov...
2004-11-25 Howard ChuSplit Operation into Opheader and op
2004-11-17 Pierangelo Masaratithe caching database may need to inherit ACLs and limit...
2004-10-06 Howard ChuRevert ITS#3353 patch, it needs to be reworked.
2004-10-01 Howard ChuITS#3353 consolidate slapd globals into a single struct
2004-09-26 Pierangelo Masaratimultiple precision with BIGNUM/gmp/ulong
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-08-25 Pierangelo Masaraticheck if "rootdn" is defined
2004-08-24 Pierangelo Masarati- proxy cache erroneously returns the filtering attributes
2004-08-18 Howard ChuMore for ITS#3288 be_pcl_mutex fixes
2004-07-12 Howard ChuAdd backend_startup_one()
2004-07-10 Howard ChuRemove redundant code from previous patch
2004-07-10 Pierangelo Masaratifix previous commit (needs work)
2004-07-10 Pierangelo Masaraticache backend was not started up
2004-06-12 Pierangelo Masaraticlarify no limits in (internal) searches
2004-06-08 Jong Hyuk ChoiITS#3180 Fix
2004-06-03 Howard ChuITS#3170 fix uninit'd mod.sml_nvalues
2004-05-20 Howard ChuITS#3151 always reschedule consistency_check task
2004-05-19 Howard ChuITS#3153 only cache queries with at least one entry
2004-05-19 Howard ChuITS#3150 fix uninit'd return_val
2004-04-09 Kurt Zeilengas/bvalues/values
2004-04-07 Kurt Zeilengause BER_BVNULL
2004-04-06 Howard ChuFix search limits due to frontend limit_check change
2004-04-06 Howard ChuDon't try to use runqueue in SLAP_TOOL_MODE
2004-04-05 Kurt ZeilengaFirst rounds of backend/database flag cleanup
2004-03-17 Howard ChuFix deadlock in remove_query_data
2004-03-17 Howard ChuFix a couple SEGVs
2004-02-13 Howard ChuITS#2960 - make sure bi_open gets invoked
2004-01-01 Kurt ZeilengaHappy new year
2003-12-23 Howard ChuAvoid runtime copying of BackendDB
2003-12-08 Kurt Zeilenganotices and acknowledgements
2003-12-07 Howard ChuAdded sc_next and sc_cleanup to slap_callback
2003-12-06 Howard ChuFix bogus free
2003-12-06 Howard ChuRemove trailing whitespace
2003-12-06 Howard ChuUse runqueue for consistency checker
2003-12-06 Howard ChuMore memory cleanup
2003-12-06 Howard ChuFix add invocation
2003-12-06 Howard ChuPerform database updates as root
2003-12-06 Howard ChuOverlay build environment
2003-12-05 Howard ChuProxy-cache rewritten as an overlay