icinga2/lib/config
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
..
CMakeLists.txt Separately handle apply rules targetting only specific parent objects 2022-10-28 14:27:53 +02:00
activationcontext.cpp Replace Copyright header with a short version, part I 2019-02-25 14:48:22 +01:00
activationcontext.hpp Replace Copyright header with a short version, part I 2019-02-25 14:48:22 +01:00
applyrule-targeted.cpp Avoid evaluating the same filter twice for the same target 2022-11-04 10:15:22 +01:00
applyrule.cpp ApplyRule: Make `m_HasMatches` atomic 2022-11-28 14:13:58 +01:00
applyrule.hpp ApplyRule: Make `m_HasMatches` atomic 2022-11-28 14:13:58 +01:00
config_lexer.ll Make ConfigCompiler#m_LexBuffer a String 2020-01-21 13:38:59 +01:00
config_parser.yy ApplyRule::GetTargetTypes(): return by const ref not to malloc() 2022-10-19 13:43:51 +02:00
configcompiler.cpp Merge pull request #8601 from Icinga/feature/replace-std-boost-bind-with-lambdas-7006 2021-03-18 17:56:13 +01:00
configcompiler.hpp Use std::mutex, not boost::mutex 2021-02-03 09:54:57 +01:00
configcompilercontext.cpp icinga2 daemon -C: write icinga2.debug only if --dump-objects given 2022-11-23 12:54:33 +01:00
configcompilercontext.hpp icinga2 daemon -C: write icinga2.debug only if --dump-objects given 2022-11-23 12:54:33 +01:00
configfragment.hpp Replace Copyright header with a short version, part I 2019-02-25 14:48:22 +01:00
configitem.cpp Merge pull request #9586 from Icinga/9363 2022-11-24 16:03:42 +01:00
configitem.hpp Rename silent parameter of ConfigItem::ActivateItems() 2021-06-21 16:07:36 +02:00
configitembuilder.cpp Replace std::shared_ptr<Expression> with Expression::Ptr 2019-10-21 17:10:51 +02:00
configitembuilder.hpp Replace std::shared_ptr<Expression> with Expression::Ptr 2019-10-21 17:10:51 +02:00
expression.cpp Expression: Decrease `frame.Depth` only when calling `IncreaseStackDepth()` succeeds 2022-09-07 09:41:16 +02:00
expression.hpp VariableExpression#GetVariable(): return by const ref not to unnecessarily malloc() 2022-10-28 14:27:53 +02:00
i2-config.hpp Replace Copyright header with a short version, part I 2019-02-25 14:48:22 +01:00
objectrule.cpp Replace Copyright header with a short version, part I 2019-02-25 14:48:22 +01:00
objectrule.hpp Replace Copyright header with a short version, part I 2019-02-25 14:48:22 +01:00
vmops.hpp Replace std::shared_ptr<Expression> with Expression::Ptr 2019-10-21 17:10:51 +02:00