icinga2/lib
Alexander A. Klimov 1702eebd41 Change RedisConnection::Query::value_type to a string/view variant
Especially our history messages contain lots of hardcoded C string literals
`"like this one"`. At runtime, they get translated to pointers to constant
global memory, `const char*`. String `malloc(3)`s and copies these data every
time. In contrast, the new type just stores the address if any. (Actually,
`const char*` is wrapped by `std::string_view` to not compute its length every
time.)
2026-03-03 11:29:07 +01:00
..
base Merge pull request #10715 from Icinga/fix-ubsan-errors 2026-02-19 08:38:40 +01:00
checker Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
cli Merge pull request #10028 from RincewindsHat/node_setup_no_globals 2026-02-12 14:44:50 +01:00
compat Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
config Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
db_ido Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
db_ido_mysql Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
db_ido_pgsql Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
icinga Merge pull request #10715 from Icinga/fix-ubsan-errors 2026-02-19 08:38:40 +01:00
icingadb Change RedisConnection::Query::value_type to a string/view variant 2026-03-03 11:29:07 +01:00
livestatus Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
methods Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
mysql_shim Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
notification Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
perfdata Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
pgsql_shim Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
remote Merge pull request #10716 from Icinga/drop-thread-local-variable-apiuser 2026-02-13 14:43:36 +01:00
CMakeLists.txt Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00