icinga2/lib
Julian Brost aea06a27dc Use reference-counted pointer in notification callback
`this` could be deleted after `Notification::BeginExecuteNotification`
exited and before `Notification::ExecuteNotificationHelper` finished.
This is fixed by constructing a `Notification::Ptr` and operate on that
one as it is properly reference-counted.
2021-01-12 17:19:29 +01:00
..
base Fix typo seemless -> seamless 2020-12-25 23:27:08 +01:00
checker CheckerComponent#Stop(): don't wait for checks 2020-06-09 12:03:02 +02:00
cli Merge pull request #8580 from bebehei/typo 2021-01-11 13:45:08 +01:00
compat Revert "Make NotificationResult available for events: Cluster and Features" 2020-01-07 14:20:59 +01:00
config Make ConfigCompiler#m_LexBuffer a String 2020-01-21 13:38:59 +01:00
db_ido Introduce ReportIdoCheck() 2020-11-23 16:40:32 +01:00
db_ido_mysql IDO: Make sure to insert program status during reconnect() 2020-10-16 12:30:57 +02:00
db_ido_pgsql ido_pgsql: do not set standard_conforming_strings to off 2020-10-29 16:28:18 +01:00
icinga Use reference-counted pointer in notification callback 2021-01-12 17:19:29 +01:00
icingadb Icinga DB: don't use the work queue for publishing stats 2020-05-15 11:17:25 +02:00
livestatus Livestatus: append app name to program_version 2020-03-19 10:33:01 +01:00
methods Fix code style 2020-11-23 16:39:24 +01:00
mysql_shim account for adjusted interface of mysql8 (now utilizes c99 bools instead of my_bool labelled chars) 2019-04-29 00:18:15 +02:00
notification Merge pull request #8242 from Icinga/bugfix/reminder-notifications-before-suppressed-8201 2020-10-14 11:03:28 +02:00
perfdata Use content_length method for setting the Content-Length header 2020-12-22 16:27:38 +01:00
pgsql_shim Replace Copyright header with a short version, part II 2019-02-25 15:09:36 +01:00
remote Merge pull request #8083 from Icinga/feature/Implement-new-API-events-7974 2021-01-12 12:26:05 +01:00
CMakeLists.txt Rename ICINGA2_WITH_REDIS to ICINGA2_WITH_ICINGADB 2019-11-02 14:00:24 +01:00