]> git.sur5r.net Git - openldap/history - servers/slapd/overlays/pcache.c
Reworked recent backend API changes, now using a separate struct,
[openldap] / servers / slapd / overlays / pcache.c
2007-08-03 Ralf HaferkampReworked recent backend API changes, now using a separa...
2007-07-25 Ralf HaferkampAdded a new parameter (ConfigArgs*) to the _db_init...
2007-07-23 Hallvard FurusethCosmetic change: spaces->tab in last patch. Thus reada...
2007-07-20 Ralf HaferkampFixed return value of _cleanup function
2007-05-31 Ralf HaferkampITS#4991 restore save_attrs when a request is finished...
2007-05-18 Hallvard FurusethGive OperationBuffer normal struct members instead...
2007-01-02 Kurt Zeilengahappy new year
2006-12-24 Howard ChuITS#4337 implement modrdn for back-config
2006-12-12 Howard ChuITS#4768 more be_add fallout
2006-09-15 Pierangelo Masaratiprivate database inherits monitoring from underlying one
2006-09-14 Pierangelo Masaratidestroy exactly what needs to
2006-09-13 Howard ChuUse register_at / register_oc
2006-05-25 Hallvard FurusethFormat fixes: %p takes void*, not struct* whose represe...
2006-05-25 Howard ChuFix concurrency issues
2006-05-23 Howard ChuFix prev commit, LE/GE searches advanced in wrong direc...
2006-05-20 Howard ChuMore cleanup
2006-05-20 Howard Chucleanup debug msg
2006-05-19 Howard ChuCleanup (revert ITS#4472, etc.)
2006-05-19 Howard ChuITS#4549, rewritten query_containment etc...
2006-05-19 Howard ChuCleanup query attrs
2006-05-19 Howard ChuCleanup template searching
2006-04-04 Hallvard FurusethITS#4472: Make t_rwlock a lock pointer instead of a...
2006-04-04 Howard Chucleanup
2006-04-02 Hallvard FurusethWarnings: Unused vars. funcptr=0, not =NULL. if(b=...
2006-02-16 Howard ChuITS#4406 don't cache attrsonly results
2006-02-02 Howard ChuUse "pcache" dynamic debug level
2006-02-02 Howard ChuFix negative caching again, be sure it's really from...
2006-02-01 Howard ChuUse LDAP_DEBUG_CACHE instead of TRACE. Delete remove_mutex.
2006-01-27 Howard ChuFix negative caching, only do it on Success
2006-01-23 Howard ChuITS#4364 add filter_dup, don't use str2filter to dup...
2006-01-18 Howard ChuAdd ability to cache negative results and specify negat...
2006-01-17 Howard ChuITS#4225 added proxyCacheQueries parameter for configur...
2006-01-09 Howard ChuOptimizations for containment checks
2006-01-09 Howard ChuPlug memleak when query isn't added to cache
2006-01-09 Howard ChuTone down debug messages
2006-01-09 Howard ChuStreamline answerability test
2006-01-09 Howard ChuITS#4316 fix to make attrset subsets work as documented.
2006-01-03 Kurt ZeilengaHappy new year!
2005-11-28 Pierangelo Masaratiadd support for backend/overlay obsolete names...
2005-11-25 Pierangelo Masaratistreamline overlay configuration
2005-11-24 Pierangelo Masaratiuse time_t for time-related vars
2005-11-24 Pierangelo Masaratiuse lutil_ato*() whenever appropriate
2005-11-23 Pierangelo Masaratifix return attributes (ITS#4203)
2005-11-23 Pierangelo Masarati"relax" previous commit; don't leave locks 'round ...
2005-11-23 Pierangelo Masaratiquick fix to ITS#4204
2005-11-23 Pierangelo Masaratimake controls as strict as possible
2005-11-23 Pierangelo Masaratiadd some integrity checks on input, without changing...
2005-11-03 Howard ChuCleanup
2005-11-03 Howard ChuITS#4128 use backend_db_init
2005-10-12 Kurt ZeilengaAlign Operation buffers using LBER_ALIGNED_BUFFER
2005-09-04 Pierangelo Masaratiall right, don't worry about free() by now
2005-09-04 Pierangelo Masaratidisable pagedResults or reject
2005-08-07 Pierangelo Masaratiplug selected leaks at shutdown
2005-08-01 Luke Howardslap_mods2entry() should not zero pointers into the...
2005-07-06 Hallvard FurusethFormat fixes (%d<->%lu etc)
2005-06-04 Howard ChuAdd SLAP_MOD_INTERNAL flag to Modifications, allow...
2005-05-24 Howard ChuUse "pcache" to invoke the overlay instead of "proxycache"
2005-05-20 Pierangelo Masaratiminor cleanup
2005-05-20 Pierangelo Masaratiinitialize AttributeName structures; allow '*' attribut...
2005-05-09 Howard ChuFix (temporary) crash on ldbm
2005-05-09 Howard ChuMore fixes for overlay support. Converted pcache to...
2005-04-23 Howard ChuAdd task names to runqueue entries. Display running...
2005-03-29 Sang Seok LimFixing memory leakage in attribute aliasing
2005-03-28 Pierangelo Masaratifix previous commit
2005-03-28 Pierangelo Masaratidocument missing feature; avoid the risk of returning...
2005-03-21 Howard ChuSchema unparsing support
2005-03-21 Howard ChuAdd HARDCODE schema flags
2005-01-01 Kurt ZeilengaHappy New Year!
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
next