icinga2/lib
Alexander A. Klimov d468d7993c Lookup apply rules faster by Type*, not String and by map instead of ==/!=
1. The lookup of apply rules per source type now implies
   no String(const char*) (no malloc()) and just pointer (uint64) comparisions
2. Apply rules are now also grouped by target type via a nested map, that obsoletes
   checking the target type while iterating over all rules per source type
2022-10-19 13:43:51 +02:00
..
base Merge pull request #9521 from Icinga/noop-log-msgs 2022-10-11 19:05:03 +02:00
checker
cli Replace two-variants enum with bool 2022-10-07 15:14:33 +02:00
compat
config Lookup apply rules faster by Type*, not String and by map instead of ==/!= 2022-10-19 13:43:51 +02:00
db_ido
db_ido_mysql
db_ido_pgsql
icinga Lookup apply rules faster by Type*, not String and by map instead of ==/!= 2022-10-19 13:43:51 +02:00
icingadb Merge pull request #9521 from Icinga/noop-log-msgs 2022-10-11 19:05:03 +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
mysql_shim
notification
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