icinga2/lib/icingadb
Johannes Schmidt 393724bb2a Consistently use std::exception_ptr
`DiagnosticInformation()` wasn't able to take a `std::exception_ptr` due
to the missing conversion on older boost versions, so now everything uses
the std::exception_ptr instead. There are still a few reasons to use
`boost::exception` in some places, but for exception pointers, the standard
one should be better in most cases and almost never requires to include an
extra header.
2026-07-02 13:59:48 +02:00
..
CMakeLists.txt IcingaDB: track object changesets efficiently 2026-03-23 11:26:48 +01:00
icingadb-itl.conf Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
icingadb-objects.cpp Consistently use std::exception_ptr 2026-07-02 13:59:48 +02:00
icingadb-stats.cpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
icingadb-utility.cpp IcingaDB: track object changesets efficiently 2026-03-23 11:26:48 +01:00
icingadb-worker.cpp Inline SendNextUpdate & remove superfluous m_RconWorker checks 2026-04-16 08:53:58 +02:00
icingadb.cpp Consistently use std::exception_ptr 2026-07-02 13:59:48 +02:00
icingadb.hpp Consistently use std::exception_ptr 2026-07-02 13:59:48 +02:00
icingadb.ti Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
icingadbchecktask.cpp Log pending items stats regularly & include them as perfdata in IcingaDB check 2026-04-15 17:33:43 +02:00
icingadbchecktask.hpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
redisconnection.cpp RedisConnection: simplify GetOldestPendingQueryTs function 2026-04-02 16:37:57 +02:00
redisconnection.hpp Merge pull request #10619 from Icinga/efficient-config-and-state-update-queue 2026-04-17 11:19:50 +02:00