Fix: may be used uninitialized warnings
[lttng-tools.git] / src / bin / lttng-sessiond / notification-thread-events.c
2018-12-10  Francis DeslauriersFix: may be used uninitialized warnings
2018-11-16  Michael JeansonFix: typo 'occured' -> 'occurred'
2018-10-06  Jérémie GalarneauFix: session conditions not evaluated at subscription...
2018-08-24  Jérémie GalarneauImplement rotation command handlers in notification...
2018-08-24  Jérémie GalarneauImplement rotation ongoing/completed commands
2018-08-24  Jérémie GalarneauFix: remove session_info from sessions_ht on destruction
2018-08-24  Jérémie GalarneauBind newly registered triggers to session or channel...
2018-08-24  Jérémie GalarneauAdd a hashing function for session rotation conditions
2018-08-24  Jérémie GalarneauBuild a list of triggers applying to a given session...
2018-08-24  Jérémie GalarneauAdd a comment clarifying the ownership of triggers
2018-08-24  Jérémie GalarneauFix: use condition's type to compute its hash
2018-08-24  Jérémie GalarneauCleanup: enforce const-correctness in notification...
2018-08-24  Jérémie GalarneauFix: add session_info object to sessions_ht
2018-08-23  Jérémie GalarneauCleanup: remove superfluous argument to consumed size...
2018-08-22  Jérémie GalarneauUse the dynamic buffer to serialize notification objects
2018-08-20  Jérémie GalarneauFix: client_list_element leak on failure to evaluate...
2018-04-04  Jérémie GalarneauClarify notification channel info ht destruction error log
2018-04-04  Jonathan RajotteCheck return value of cds_lfht_destroy
2018-04-03  Julien DesfossezSession consumed size notification
2018-04-03  Jérémie GalarneauFix: previous channel total is not updated
2018-04-03  Jérémie GalarneauAdd likely/unlikely annotations on channel sample handl...
2018-04-03  Jérémie GalarneauSeparate session info from channel info in notification...
2018-03-26  Jonathan RajotteFix: double similar condition
2018-02-28  Jérémie GalarneauClean-up: typo fixes in notification thread comments
2017-11-26  Jérémie GalarneauFix: evaluate trigger condition on registration
2017-08-03  Michael JeansonTypo: occured -> occurred
2017-07-28  Jonathan RajotteUse pipe instead of eventfd() for notification command...
2017-07-26  Jérémie GalarneauDocs: grammar fix in comment
2017-07-26  Jonathan RajotteFix: evaluate condition/trigger on subscription
2017-06-21  Michael JeansonTypo: occured -> occurred
2017-06-13  Jérémie GalarneauFix: reject triggers if they depend on an unavailable...
2017-05-28  Jérémie GalarneauFix: explicitly send client credentials during handshake
2017-05-28  Jérémie GalarneauOptimization: remove unnecessary buffer resizes on...
2017-05-28  Jérémie GalarneauFix: inbound buffer may be set too short on partial...
2017-05-28  Jérémie GalarneauClean-up: fix misleading code alignment
2017-05-28  Jérémie GalarneauClean-up: remove useless comment
2017-05-19  Jérémie GalarneauFix: use lttng_waiter instead of futex in notification...
2017-05-11  Jérémie GalarneauClean-up: missing static qualifier on internal function
2017-05-09  Jérémie GalarneauFix: missing header causes build failure with --disable...
2017-05-08  Jérémie GalarneauClean-up: use lttng_read() wrapper instead of read()
2017-05-06  Jérémie GalarneauFix: memory leak of client_list_element
2017-05-05  Jérémie GalarneauFix: use of session_name instead of channel_name in...
2017-05-05  Jérémie GalarneauAdd the sessiond notification-handling subsystem
This page took 0.278579 seconds and 51 git commands to generate.