icinga2/lib
Yonas Habteab 834709543a ApplyRule: Make `m_HasMatches` atomic
This prevents the `m_HasMatches` property from being altered simultaneously.
This might seem harmless (since this property can only be set to true by any calling thread),
however, from a technical (C++) point of view, this constitutes a data race.
2022-11-28 14:13:58 +01:00
..
base Type#GetLoadDependencies(): avoid malloc() 2022-11-21 15:07:39 +01:00
checker
cli icinga2 object list: warn on possibly outdated config 2022-11-24 10:50:17 +01:00
compat
config ApplyRule: Make `m_HasMatches` atomic 2022-11-28 14:13:58 +01:00
db_ido IDO: use per-instance notification_id in history 2022-02-10 16:36:35 +01:00
db_ido_mysql Merge pull request #9314 from Icinga/latin1 2022-04-04 11:05:12 +02:00
db_ido_pgsql
icinga Merge pull request #9555 from Icinga/ApplyRule-GetDebugInfo 2022-11-16 13:35:04 +01:00
icingadb Merge pull request #9521 from Icinga/noop-log-msgs 2022-10-11 19:05:03 +02:00
livestatus
methods
mysql_shim IDO MySQL: explicitly use latin1 2022-03-31 15:04:45 +02:00
notification Merge pull request #9123 from Icinga/bugfix/icinga2-crashes-when-sending-notifications-8186 2022-01-19 11:48:40 +01:00
perfdata Merge pull request #9321 from Icinga/perfdata-resume-signal 2022-04-07 15:51:02 +02:00
pgsql_shim
remote Merge pull request #9408 from Icinga/bugfix/match-api-permissions-against-join-relations 2022-10-11 13:42:27 +02:00
CMakeLists.txt