]> git.sur5r.net Git - openldap/history - servers/slapd/overlays/pcache.c
fix length
[openldap] / servers / slapd / overlays / pcache.c
2008-11-11 Howard ChuITS#5572 retrieve main DB's ACL before relevant operations
2008-11-02 Howard Chube->be_pcl_mutexp superseded by be->bd_self
2008-10-24 Hallvard FurusethITS#4467: Fix a few wrong uses of snprintf. Also drop...
2008-10-17 Hallvard FurusethWarning cleanup: Remove no-op bv_len < 0 and bv_len...
2008-10-13 Hallvard FurusethWarning cleanup: Missing braces in initialization.
2008-10-12 Pierangelo Masaratifix overlays with private instances of databases (ITS...
2008-09-04 Pierangelo Masaratimake additional checking optional (more on ITS#5860)
2008-09-04 Pierangelo Masaratidon't cache queries that would not be answered correctl...
2008-08-23 Pierangelo Masaratifix attribute list swapping when NULL (ITS#5665)
2008-06-14 Pierangelo Masaratihandle negative caching (ITS#5546)
2008-03-20 Howard ChuITS#5435 ConfigReply arg must be non-NULL
2008-01-22 Howard ChuClean up config.h
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-11-23 Pierangelo Masaratisilence warnings
2007-11-08 Ralf HaferkampFix op->o_abandon handling. Use fake connection to...
2007-10-16 Howard ChuFix prev commit, only defer open for online Add
2007-10-08 Howard ChuITS#5173 simplify defer open behavior
2007-10-08 Howard ChuRefuse to operate on cacheDB if it hasn't been started yet
2007-10-08 Howard ChuFix for dynamic adds
2007-09-29 Pierangelo Masaratifirst round of s/sprintf/snprintf/; the rationale is...
2007-09-26 Ralf Haferkampset mod->sm_numvals
2007-09-23 Howard ChuMore for a_numvals
2007-09-20 Ralf HaferkampUse rwlock for CachedQuery to avoid returning incomplet...
2007-09-20 Ralf HaferkampFixed memory leak in pcache. Cache is now populated...
2007-09-15 Pierangelo Masaratiadd helper for internal searchs for objectClass=*
2007-09-12 Pierangelo Masaratihandle sizelimit in caching (in partial fulfilment...
2007-09-01 Pierangelo Masaratihide (experimental) schema
2007-08-29 Ralf HaferkampAdditional fix for ITS#4991. _cleanup callback was...
2007-08-21 Pierangelo Masaratiset authorizing backend
2007-08-17 Pierangelo Masaraticleanup previous commit; make sure what's queryid and...
2007-08-17 Pierangelo Masaratifix queryDelete by queryID
2007-08-17 Pierangelo Masaratiset the number of cached entries after reload...
2007-08-17 Pierangelo Masaratimake lutil_uuidstr_from_normalized() return the length...
2007-08-17 Pierangelo Masaratirevert previous commit: let queryId be an octet string...
2007-08-17 Pierangelo Masaratiuse UUID syntax for queryId
2007-08-17 Pierangelo Masaratifix UUID parsing (it's in normalized form)
2007-08-17 Pierangelo Masaratifurther fix specification
2007-08-17 Pierangelo Masaraticleanup error messages; complete privateDB control...
2007-08-17 Pierangelo Masaratiadd:
2007-08-17 Pierangelo Masaratirework previous commit: consistently remove queries...
2007-08-16 Hallvard FurusethFix typo in previous commit: spurious space in UUID...
2007-08-16 Pierangelo Masaratifix error checking when parsing UUID (detected by Cover...
2007-08-13 Pierangelo Masaratiprovide an interface to remove a set of entries from...
2007-08-13 Pierangelo Masaratiplug leak
2007-08-13 Pierangelo Masaratistop pcache task at close
2007-08-13 Pierangelo Masaratifix hot startup commit (read of uninitialized memory...
2007-08-09 Pierangelo Masaratifixed few leaks in previous commit (ITS#5081)
2007-08-09 Pierangelo Masaratiexperimental code for hot restart of proxy cache (ITS...
2007-08-06 Pierangelo Masaratifix previous commit
2007-08-06 Pierangelo Masaratihonor 1.1, * and + (ITS#5074 and more)
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
next