icinga2/lib
Yonas Habteab 31785b48fd Expression: Decrease `frame.Depth` only when calling `IncreaseStackDepth()` succeeds
This ensures that `frame.Depth` is only decreased when preceding `frame.IncreaseStackDepth()` callee was successful.
This way, `frame.Depth` will have the same depth prior to and after evaluating a frame.
2022-09-07 09:41:16 +02:00
..
base Merge pull request #9409 from Icinga/feature/disallow-empty-object-names 2022-08-11 16:53:28 +02:00
checker Merge pull request #8601 from Icinga/feature/replace-std-boost-bind-with-lambdas-7006 2021-03-18 17:56:13 +01:00
cli Fix compiler warnings don't move local variables 2022-02-22 17:51:43 +01:00
compat Merge pull request #8447 from Icinga/feature/deprecated-relative-removal 2021-06-22 12:05:33 +02:00
config Expression: Decrease `frame.Depth` only when calling `IncreaseStackDepth()` succeeds 2022-09-07 09:41:16 +02: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 IDO PgSQL: always use regular string literals 2021-08-05 11:39:32 +02:00
icinga Merge pull request #7919 from Icinga/feature/parameter-delimiters-check-execution-6277 2022-05-23 13:23:36 +02:00
icingadb IcingaDB::VersionChangedHandler(): don't handle not synced types 2022-08-10 13:24:44 +02:00
livestatus Merge pull request #8601 from Icinga/feature/replace-std-boost-bind-with-lambdas-7006 2021-03-18 17:56:13 +01:00
methods Replace std/boost::bind() function with lambda expression 2021-03-10 16:29:40 +01:00
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 #9332 from Icinga/bugfix/compare-cluster-tickets-in-constant-time 2022-04-11 15:32:32 +02:00
CMakeLists.txt