icinga2/lib
Julian Brost 596fcdc123 Downtime::DowntimesExpireTimerHandler: don't copy vector
`ConfigType::GetObjectsByType<Downtime>()` already returns a
`std::vector<Downtime::Ptr>` so there is no point in copying it into another
vector of the same type just to then iterate the copied vector instead of the
original one.
2021-12-01 13:05:23 +01:00
..
base Dictionary: Make sure underlaying map is ordered 2021-11-12 13:34:57 +01: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 Merge pull request #7874 from Icinga/feature/sd_notify-7329 2021-06-28 18:20:15 +02:00
compat Merge pull request #8447 from Icinga/feature/deprecated-relative-removal 2021-06-22 12:05:33 +02:00
config Rename silent parameter of ConfigItem::ActivateItems() 2021-06-21 16:07:36 +02:00
db_ido Merge pull request #8855 from Icinga/bugfix/inconsistent-ido-schema-versions-8852 2021-07-14 18:09:27 +02:00
db_ido_mysql Merge pull request #8425 from Icinga/bugfix/hosts-128-characters-7472 2021-07-16 18:34:29 +02:00
db_ido_pgsql IDO PgSQL: always use regular string literals 2021-08-05 11:39:32 +02:00
icinga Downtime::DowntimesExpireTimerHandler: don't copy vector 2021-12-01 13:05:23 +01:00
icingadb Merge pull request #9009 from Icinga/bugfix/icingadb-runtime-updates-delete-relationships 2021-11-12 17:52:59 +01: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
notification Notifications: Make sure not to send reminder notification, if problem notification has been suppressed 2021-03-30 15:32:49 +02:00
perfdata InfluxdbCommonWriter#Flush(): fix log message 2021-10-14 12:03:45 +02:00
pgsql_shim
remote Adjust incosistent pki log messages (#8965) 2021-11-22 16:06:55 +01:00
CMakeLists.txt