]> granicus.if.org Git - icinga2/history - lib
Clean up the IsAbsolutePath patch
[icinga2] / lib /
2017-04-27 Gunnar BeutnerClean up the IsAbsolutePath patch
2017-04-26 Michael FriedrichMerge pull request #5187 from Icinga/fix/absolute-windo...
2017-04-24 Jean FlachFix absolute include paths for windows 5187/head
2017-04-20 Michael FriedrichRedis: Dump severity field to icinga:{host,service...
2017-04-20 Andreas ScherbaumReplace http:// links with https:// links where a secur...
2017-04-19 Gunnar BeutnerImplement source_location attribute for the ConfigObjec...
2017-04-13 Michael FriedrichImplement severity attribute for host/service objects
2017-04-12 Michael FriedrichRedis: Dump host and service state events
2017-04-12 Michael FriedrichMerge pull request #5127 from dgoetz/feature/improve...
2017-04-12 Michael FriedrichMerge pull request #5153 from dgoetz/fix/selinux-packaging
2017-04-12 Michael FriedrichSet zone attribute to no_user_modify for API POST requests
2017-04-06 Gunnar BeutnerAdd missing base class call for ScheduledDowntime:...
2017-04-05 Jean FlachAdd missing header
2017-03-29 Thomas GelfRedisWriter: publish Icinga 2 stats as a simple "keepalive"
2017-03-29 Michael FriedrichFix object deletion on restart
2017-03-29 Michael FriedrichRename source file
2017-03-29 Michael FriedrichAdd exception handler for Redis WorkQueue
2017-03-29 Michael FriedrichAdd log message for config/status dump end for Redis
2017-03-29 Michael FriedrichFix possible crash on startup status updates in Redis
2017-03-29 Michael FriedrichFix hash value for empty custom attributes
2017-03-29 Gunnar BeutnerFix memory leak in RedisWriter::ExecuteQuery
2017-03-29 Gunnar BeutnerAdd COUNT parameter for SCAN
2017-03-29 Gunnar BeutnerUpdated remaining queries to use ExecuteQuery()
2017-03-29 Gunnar BeutnerReplace existing queries with ExecuteQuery() calls
2017-03-29 Michael FriedrichImplement config dump/update/delete publishing; fix...
2017-03-29 Gunnar BeutnerImplement RedisWriter::ExecuteQuery
2017-03-29 Michael FriedrichAdd properties and vars config checksums
2017-03-29 Gunnar BeutnerUse GetHostService() instead of casts
2017-03-29 Gunnar BeutnerImplement the db_index property for the RedisWriter...
2017-03-29 Gunnar BeutnerUse transactions for the initial config and status...
2017-03-29 Gunnar BeutnerMake sure to use pretty-printed checksums in JSON blobs...
2017-03-29 Gunnar BeutnerClean up the code a bit
2017-03-29 Gunnar BeutnerFix crash in SHA1
2017-03-29 Gunnar BeutnerUpdate log message
2017-03-29 Michael FriedrichStart working on checksum config dump
2017-03-29 Gunnar BeutnerMerge branch 'support/2.6'
2017-03-28 Gunnar BeutnerAdd missing arguments
2017-03-28 Michael FriedrichIDO: Do not terminate Icinga 2 if the database schema...
2017-03-27 Gunnar BeutnerImprove function metadata by adding arguments
2017-03-27 Michael FriedrichFix logging for discarded cluster messages
2017-03-27 Gunnar BeutnerMove log message
2017-03-27 Gunnar BeutnerDon't try to remove comments that were statically confi...
2017-03-27 Gunnar BeutnerImprove log message in ConfigObjectUtility::DeleteObjec...
2017-03-27 Michael FriedrichIDO: Fix where condition for downtime history updates
2017-03-22 Gunnar BeutnerEnsure that only child processes for checks are reniced
2017-03-20 Michael FriedrichMerge pull request #5085 from Icinga/feature/logstash...
2017-03-20 Michael FriedrichReview LogstashWriter feature implementation
2017-03-20 Kai GollerAdd LogstashWriter feature
2017-03-20 Michael FriedrichIDO: Fix where condition for downtime history updates
2017-03-16 Gunnar BeutnerDon't use raw pointers in boost::bind
2017-03-16 Gunnar BeutnerAdd missing freeReplyObject calls
2017-03-16 Gunnar BeutnerMerge DEL queries into one query
2017-03-16 Gunnar BeutnerAdd ASSERTs for the Redis queries
2017-03-16 Gunnar BeutnerRemove some log messages
2017-03-16 Gunnar BeutnerMake sure all Redis tasks are executed on the WQ threads
2017-03-16 Gunnar BeutnerRemove redundant check
2017-03-16 Gunnar BeutnerImplement event handlers for config and status updates
2017-03-16 Gunnar BeutnerFix attribute type filter
2017-03-16 Gunnar BeutnerOnly export config objects to Redis
2017-03-16 Michael FriedrichRedis: First attempt of a reconnect config dump
2017-03-15 Gunnar BeutnerGet rid of event IDs for Redis
2017-03-15 Gunnar BeutnerFix incorrect handling for SCAN results
2017-03-15 Gunnar BeutnerAdd another log message
2017-03-15 Gunnar BeutnerAdd missing free call
2017-03-15 Gunnar BeutnerMake function names available in the API
2017-03-15 Gunnar BeutnerImprove handling for missing start_time and finish_time...
2017-03-14 Gunnar BeutnerOnly send events to Redis when there is at least one...
2017-03-14 Gunnar BeutnerImplement support for expiring subscriptions
2017-03-14 Michael FriedrichBetter error handling and fixes
2017-03-14 Michael FriedrichImplement event subscriptions
2017-03-14 Michael FriedrichEnsure to check the auth command return value
2017-03-02 Michael FriedrichIDO MySQL: Don't immediately execute an upsert insert...
2017-03-02 Michael FriedrichAdd more debug build logging to IDO MySQL
2017-03-01 Michael FriedrichMerge pull request #5044 from Icinga/fix/api-post-error...
2017-03-01 Michael FriedrichAPI: Fix error code for invalid 'attrs' type for POST... 5044/head
2017-02-28 Sebastian MarschingFixed return code check in CRL loading
2017-02-24 Michael FriedrichMerge pull request #5034 from Icinga/fix/ido-downtime...
2017-02-24 Michael FriedrichDB IDO: Fix actual_end_time update for non-triggered... 5034/head
2017-02-23 Michael FriedrichMerge pull request #5026 from Icinga/fix/ack-notify...
2017-02-23 Michael FriedrichFix notify/sticky parameter handling in 'acknowledge... 5026/head
2017-02-23 Michael FriedrichMerge pull request #5025 from Icinga/fix/ido-resultset...
2017-02-22 Michael FriedrichIDO MySQL: Don't immediately execute an upsert insert... 5025/head
2017-02-22 Michael FriedrichAdd more debug build logging to IDO MySQL
2017-02-21 Gunnar BeutnerFix spelling mistake
2017-02-21 Gunnar BeutnerEnsure that only child processes for checks are reniced
2017-02-21 Gunnar BeutnerFix incorrect argument for Application::GetExePath
2017-02-15 Rune DarrudAdd a log message for RedisWriter on start and stop
2017-02-13 Gunnar BeutnerImprove reconnect behavior for the RedisWriter class
2017-02-13 Gunnar BeutnerImplement UNIX domain socket support for the RedisWrite...
2017-02-13 Gunnar BeutnerFix crash in ConfigItem::RemoveIgnoredItems
2017-02-10 Michael FriedrichAdd a removal note for enable_legacy_mode for GraphiteW...
2017-02-09 Gunnar BeutnerAdd RedisWriter class
2017-02-09 Alexander A. KlimovUnify the JSON structures of responses to authorized...
2017-02-09 Michael FriedrichFix unauthorized response in REST API when header reque...
2017-02-09 Edgar FußFix for traditional glob(3) behaviour
2017-02-08 Edgar FußFix lsb_release/sw_vers errors on NetBSD
2017-02-08 Michael FriedrichLog a warning for missing API permissions
2017-02-08 Michael FriedrichHide stack traces for warning log level in the External...
2017-02-08 Michael FriedrichAdd logging for started/stopped features
2017-02-08 Michael FriedrichEnsure that api/log is created before attempting to...
next