]> granicus.if.org Git - icinga2/history - lib
Fix 'make check-coverage' for VPATH builds.
[icinga2] / lib /
2013-04-19 Gunnar BeutnerFix 'make distcheck'.
2013-04-19 Gunnar BeutnerEven more unit tests.
2013-04-19 Gunnar BeutnerAdd more unit tests.
2013-04-18 Gunnar BeutnerRemove debug code.
2013-04-18 Gunnar BeutnerFix incorrect variable name.
2013-04-18 Gunnar BeutnerUnify parsing weekday definitions.
2013-04-17 Gunnar BeutnerImplement complex 1.x timeperiod definitions.
2013-04-16 Gunnar BeutnerMore bugfixes for timeperiods.
2013-04-16 Gunnar BeutnerBugfixes for the timeperiod feature.
2013-04-15 Gunnar BeutnerImplemented Icinga 1.x time period parser.
2013-04-15 Gunnar BeutnerImplement host check commands
2013-04-08 Gunnar BeutnerDon't link items after we've encountered a compiler...
2013-04-08 Gunnar BeutnerFix crash when application config item is missing.
2013-04-08 Gunnar BeutnerRemove unused #include.
2013-04-08 Gunnar BeutnerFix FIFO bug.
2013-04-05 Gunnar BeutnerFix case where all threadpool threads are killed.
2013-04-05 Gunnar BeutnerOptimize replication messages.
2013-04-05 Gunnar BeutnerBugfixes for the replication component.
2013-04-04 Gunnar BeutnerRefactor the socket subsystem.
2013-04-04 Gunnar BeutnerFix memory leaks in the config parser.
2013-04-02 Gunnar BeutnerBugfixes for the socket subsystem.
2013-04-01 Gunnar BeutnerBugfixes for the JSON-RPC sub-system.
2013-03-28 Gunnar BeutnerMake thread pool utilization calculation more accurate.
2013-03-27 Gunnar BeutnerMinor performance tweaks.
2013-03-27 Gunnar BeutnerBuild fix.
2013-03-27 Gunnar BeutnerAdd missing NUL terminator in lb_steal().
2013-03-27 Gunnar BeutnerSignificantly speed up the config lexer.
2013-03-27 Gunnar BeutnerOptimize lb_append_char().
2013-03-27 Gunnar BeutnerRemove some static vars from the config compiler (in...
2013-03-27 Gunnar BeutnerAdd some debug output in the config compiler.
2013-03-27 Gunnar BeutnerPython build fix.
2013-03-27 Gunnar BeutnerRemove unused #include.
2013-03-27 Gunnar BeutnerPerformance improvements for Value -> double conversions.
2013-03-26 Gunnar BeutnerFixed double-free in the config parser.
2013-03-25 Gunnar BeutnerFix return type for PluginCheckTask::ScriptFunc.
2013-03-25 Gunnar BeutnerRefactor ScriptFunctions.
2013-03-25 Gunnar BeutnerWindows build fix.
2013-03-25 Gunnar BeutnerRefactor AsyncTasks.
2013-03-25 Gunnar BeutnerEventQueue: Further changes to how we determine the...
2013-03-23 Gunnar BeutnerMore EventQueue tuning.
2013-03-23 Gunnar BeutnerProcess class: Pipe FD should be blocking.
2013-03-23 Gunnar BeutnerEven more tuning.
2013-03-23 Gunnar BeutnerMore tuning.
2013-03-23 Gunnar BeutnerTune thread spawning behavior.
2013-03-23 Gunnar BeutnerMake the event queue adaptive.
2013-03-22 Gunnar BeutnerProcess class: Use the global EventQueue instead of...
2013-03-22 Gunnar BeutnerWindows build fix.
2013-03-22 Gunnar BeutnerAdd validator for the PerfdataWriter type.
2013-03-22 Gunnar BeutnerFix syntax error in type validators.
2013-03-22 Gunnar BeutnerAdd missing validator for Host -> Service -> notifications.
2013-03-22 Gunnar BeutnerRefactor the macro resolver
2013-03-22 Gunnar BeutnerRemove @threadsafety doc strings
2013-03-22 Gunnar BeutnerShell-escape macros.
2013-03-21 Gunnar BeutnerMerge branch 'master' of git.icinga.org:icinga2
2013-03-21 Gunnar BeutnerRemoved the '#' prefix for the config statements 'inclu...
2013-03-21 Gunnar BeutnerRemoved the '#' prefix for the config statements 'inclu...
2013-03-21 Gunnar BeutnerImplement the 'notification_period' attribute.
2013-03-21 Gunnar BeutnerImplement 'force' option for SEND_CUSTOM_*_NOTIFICATION.
2013-03-21 Gunnar BeutnerMore bugfixes for notifications.
2013-03-20 Gunnar BeutnerFix another bug related to recovery notifications.
2013-03-20 Gunnar BeutnerFix recovery notifications for (SOFT-OK -> HARD-OK).
2013-03-20 Gunnar BeutnerImplement Icinga1.x-style compat log file rotation
2013-03-20 Gunnar BeutnerMove the notification_interval option to the Notificati...
2013-03-19 Gunnar BeutnerImplement the CheckResultReader type.
2013-03-19 Gunnar BeutnerReschedule timers even if the OnTimerExpired handler...
2013-03-19 Gunnar BeutnerFix cloning attributes for service notifications.
2013-03-19 Gunnar BeutnerUse Expression::Extract* for notifications.
2013-03-19 Gunnar BeutnerFix Expression::Extract.
2013-03-19 Gunnar BeutnerBuild dependant services using extracted expression...
2013-03-19 Gunnar BeutnerImplement the CompatLog type.
2013-03-19 Gunnar Beutner*NIX build fix.
2013-03-19 Gunnar BeutnerFix: The order in which config items are defined should...
2013-03-18 Gunnar BeutnerWindows build fix.
2013-03-18 Gunnar BeutnerRefactored #includes (Part 6).
2013-03-18 Gunnar BeutnerRefactor #includes (Part 5).
2013-03-18 Gunnar BeutnerImplement downtime notifications.
2013-03-18 Gunnar BeutnerImplement += operator for arrays.
2013-03-18 Gunnar BeutnerPython: Fix a compiler warning.
2013-03-18 Gunnar BeutnerFix example time period.
2013-03-18 Gunnar BeutnerFix unit tests.
2013-03-18 Gunnar BeutnerRefactor #includes (Part 4).
2013-03-17 Gunnar BeutnerLinux build fix.
2013-03-17 Gunnar BeutnerAdd missing file.
2013-03-17 Gunnar BeutnerRefactor #includes (Part 3).
2013-03-16 Gunnar BeutnerRefactor #includes (Part 2).
2013-03-15 Gunnar BeutnerCleaned up #includes (Part 1).
2013-03-15 Gunnar BeutnerAnother windows build fix.
2013-03-15 Gunnar BeutnerImplement support for Exception::GetLastStackTrace...
2013-03-15 Gunnar BeutnerWindows build fix.
2013-03-15 Gunnar BeutnerFix dependencies for mkembedconfig.
2013-03-15 Gunnar BeutnerFix perfdata macros.
2013-03-15 Gunnar BeutnerFix crash in TimePeriod::UpdateRegion().
2013-03-15 Gunnar BeutnerBuild fix for libpython.
2013-03-15 Gunnar BeutnerFix symbol visibility issue for REGISTER_CONFIG_FRAGMENT().
2013-03-15 Gunnar BeutnerAdd mkembedconfig as a dependency for the .conf ->...
2013-03-15 Gunnar BeutnerWindows build fix.
2013-03-15 Gunnar BeutnerFix --disable-shared
2013-03-15 Gunnar BeutnerChange log level for some debug messages.
2013-03-15 Gunnar BeutnerTimePeriod update function should return an array of...
2013-03-15 Gunnar BeutnerFix: Only take one work item from the event queue per...
next