]> git.sur5r.net Git - openldap/history - servers/slapd/back-monitor
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
[openldap] / servers / slapd / back-monitor /
2007-12-15 Pierangelo Masaratifix declarations of buffers for numeric strings; other...
2007-11-07 Quanah Gibson-MountUse per-thread slap_counters to eliminate lock contention
2007-10-25 Howard ChuUse per-thread slap_counters to eliminate lock contention
2007-10-08 Howard ChuITS#5164 from HEAD
2007-10-03 Howard ChuFrom ITS#5164 - treat monitoredInfo normalization consi...
2007-09-29 Howard ChuITS#5153 from HEAD - sorted values
2007-09-29 Howard ChuITS#4965 again, registration cleanup from HEAD
2007-09-24 Howard ChuUse attr_valfind instead of value_find_ex to optimize...
2007-09-15 Howard ChuAdd comment for prev commit
2007-09-15 Howard ChuFix prev commit
2007-09-15 Pierangelo Masaratiapply Howard's cleanup of database monitoring registration
2007-09-01 Quanah Gibson-MountSync with HEAD for OL 2.4.5
2007-08-28 Pierangelo Masaratiforgot to re-sort operation names
2007-08-27 Pierangelo Masaraticonsistently dispose of limbo
2007-08-16 Pierangelo Masaratilet req_modify_s and req_modrdn_s have a common portion...
2007-08-16 Pierangelo Masaratiuniformly exploit rootdn bind; add support for rootdn...
2007-08-11 Howard ChuRemove tool_id2entry_get
2007-08-03 Ralf HaferkampReworked recent backend API changes, now using a separa...
2007-08-01 Ralf Haferkampremoved bogus cast
2007-07-25 Ralf HaferkampAdded a new parameter (ConfigArgs*) to the _db_init...
2007-07-13 Howard ChuFallout from ITS#4986 - remove unused param of select_b...
2007-06-15 Hallvard Furuseth Do not access a void* (mi_entry_limbo) as if it were...
2007-06-09 Pierangelo Masaratialways complain when custom monitor stuff cannot be...
2007-05-18 Hallvard FurusethGive OperationBuffer normal struct members instead...
2007-05-18 Hallvard FurusethWarning cleanup (avoid cast double return val -> intege...
2007-05-08 Howard Chucoverity scan, e is non-NULL
2007-05-08 Howard Chucoverity scan, fix typo
2007-04-04 Ralf HaferkampMoved the check for existing monitor database to the...
2007-03-21 Pierangelo Masaratidon't add databases twice; but try as hard as possible...
2007-03-21 Pierangelo Masaratiallow adding of back-bdb with monitoring on (ITS#4789)
2007-03-21 Pierangelo Masaratifix ITS#4883
2007-03-20 Pierangelo Masaraticleanup struct declarations
2007-03-19 Pierangelo Masaratiadd uptime monitoring (in seconds)
2007-02-13 Kurt ZeilengaQuick merge: everything from HEAD
2007-01-27 Howard ChuPartially revert prev commit, just omit the sl_mem_destroy
2007-01-25 Howard ChuDon't muck with sl_mem
2007-01-25 Howard ChuFix call to connection_fake_init, plug leak
2007-01-23 Pierangelo Masaratimake Solaris happy with printf of NULLs (ITS#4811?)
2007-01-07 Pierangelo Masaratidon't leave attrs with no values 'round; fix description
2007-01-06 Pierangelo Masaratiself-document thread monitoring
2007-01-02 Kurt Zeilengahappy new year
2006-12-24 Pierangelo Masaratidon't leak callbacks if stuff cannot be registered...
2006-12-08 Kurt ZeilengaMonitor attributes should have dSAOperation usage,
2006-11-27 Howard ChuAvoid unnecessary calls to oc_bvfind
2006-11-15 Howard ChuConvert schema parsers to ConfigArgs so they can pass...
2006-10-26 Pierangelo Masaratifix building without threads (don't publish any thread...
2006-10-19 Kurt ZeilengaSync with HEAD
2006-10-08 Howard ChuFix uninit (coverity)
2006-09-25 Pierangelo Masaratimonitor max file descriptor number
2006-09-15 Pierangelo Masaratimore good looking error messages
2006-09-14 Pierangelo Masaratihandle errors
2006-09-14 Pierangelo Masaratimonitor __ALL__ thread parameters
2006-09-13 Howard ChuUse register_at / register_oc helpers
2006-09-13 Howard ChuAdd BackendInfo.bi_extra for backend custom APIs
2006-09-09 Pierangelo Masaratidon't bother about unregistering stuff during shutdown
2006-09-09 Pierangelo Masaratimore cleanup; add the frontend to the set of monitored...
2006-09-09 Pierangelo Masaratifix entry unlock in case of unhandled scope (ITS#4668)
2006-09-09 Pierangelo Masaratisupport "subordinate" scope
2006-09-08 Pierangelo Masarati- need to be able to set new subsystems when appending...
2006-09-06 Pierangelo Masaraticleanup subsystems monitoring OID handling
2006-09-06 Pierangelo Masaraticheck return values (failing when filter invalid)
2006-09-06 Pierangelo Masaratiimplement support for unregistering registered stuff
2006-09-06 Pierangelo Masaratiremove dependencies on back-{b,h}db
2006-09-06 Pierangelo Masarati- setup framework for monitoring of back-bdb/back-hdb...
2006-09-01 Pierangelo Masaraticleanup
2006-08-29 Howard ChuEntry/Attribute struct caching, to minimize malloc...
2006-08-20 Kurt Zeilengasync with HEAD
2006-08-18 Pierangelo Masaratimore thread monitoring reworking; connection_pool_max...
2006-08-18 Kurt ZeilengaSync with HEAD
2006-08-17 Pierangelo Masaratifix previous commit
2006-08-17 Pierangelo Masaratiadd tasklist monitoring; review runqueue monitoring
2006-08-15 Kurt ZeilengaSome LDAP_DEVEL cleanup
2006-08-05 Pierangelo Masaratiprocess callbacks first; they are supposed to remove...
2006-05-15 Kurt ZeilengaSync with HEAD
2006-05-06 Pierangelo Masaratiadd URI list resorting feature (ITS#4524)
2006-04-18 Kurt ZeilengaSync with HEAD
2006-04-12 Kurt Zeilengaunifdef -DSLAP_ACL_HONOR_DISCLOSE
2006-04-11 Kurt Zeilengasync with HEAD
2006-04-11 Kurt Zeilengaremove more LDBM cruft
2006-04-02 Hallvard FurusethWarnings: Unused vars. funcptr=0, not =NULL. if(b=...
2006-04-02 Hallvard FurusethCast %ld format arg to long
2006-03-31 Pierangelo Masaratidon't use uninitialized mutexes
2006-03-31 Howard Chuplug leaks
2006-03-31 Howard ChuCleanup
2006-03-19 Pierangelo Masaratifix leak
2006-02-16 Kurt ZeilengaMacro cleanup
2006-01-21 Pierangelo Masaratifix previous commit
2006-01-12 Howard ChuAdd monitor_entry_stub() for creating entries. Fix...
2006-01-09 Pierangelo Masaratiuse a placeholder to mark that there is no process...
2006-01-05 Pierangelo Masaratifix search of specific connection (ITS#4300)
2006-01-03 Kurt ZeilengaHappy new year!
2005-12-26 Pierangelo Masaratihandle when URIs are null
2005-11-27 Kurt ZeilengaUpdate description
2005-11-26 Howard ChuDrop monitor_back_db_config()
2005-11-25 Pierangelo Masaraticheck sizelimit in frontend (ITS#4213)
2005-11-20 Pierangelo Masaratidon't leak temporary URLs
2005-11-19 Pierangelo Masaratifix dangling resources issue in slapd-ldap; completely...
2005-11-18 Pierangelo Masaratibetter fix to ITS#4183 (the prototype in proto-slap...
2005-11-16 Pierangelo Masaratipartially revert commit
2005-11-14 Pierangelo Masaratiinitialize back-monitor only if configured (so resource...
next