]> granicus.if.org Git - icinga2/shortlog
icinga2
2013-06-17 Gunnar BeutnerRemoved obsolete file.
2013-06-13 Gunnar BeutnerImplement volatile services
2013-06-13 Gunnar BeutnerImplement command timeouts.
2013-06-13 Gunnar BeutnerRefactor commands and implement event handlers.
2013-06-06 Gunnar BeutnerRemove the ILogger interface.
2013-06-06 Gunnar BeutnerFix inheritance for config types.
2013-06-06 Gunnar BeutnerFix dependency problem for "make dist".
2013-06-04 Gunnar BeutnerWindows build fix.
2013-06-04 Gunnar BeutnerRename 'path_prefix' option to 'perfdata_path'.
2013-05-15 Gunnar BeutnerFixed grammar mistake.
2013-05-15 Gunnar BeutnerUpdate CGI section in the tutorial.
2013-05-13 Gunnar BeutnerImplement notification escalations.
2013-05-13 Gunnar BeutnerFix ThreadPool exception on shutdown.
2013-05-08 Gunnar BeutnerFix infinite loop in LegacyTimePeriod::FindNthWeekday().
2013-05-08 Gunnar BeutnerMake error message about invalid object names more...
2013-05-08 Gunnar BeutnerFix: ConfigItem types and names are not case-insensitive
2013-05-07 Gunnar BeutnerDisallow colons in user-defined objects. Use colons...
2013-05-07 Gunnar BeutnerDon't allow config items to inherit from themselves.
2013-05-06 Gunnar BeutnerRename .txt files to .adoc.
2013-05-04 Michael Friedrichicinga2.spec: show some love for proper builds
2013-05-03 Gunnar BeutnerFix type name.
2013-05-03 Gunnar BeutnerInit script: Fix shell redirection.
2013-05-03 Gunnar BeutnerImplement -d (daemonize) and -e (errorlog).
2013-05-03 Gunnar BeutnerFix uninitialized variables.
2013-05-03 Gunnar BeutnerFix parsing <MONTH> <DAY> time defs (e.g. "december...
2013-05-03 Gunnar BeutnerFix DST bug in LegacyTimePeriod::ParseTimeSpec().
2013-05-03 Gunnar BeutnerRemoved dependency on boost/uuid.
2013-05-03 Gunnar BeutnerAdd missing comma.
2013-05-03 Gunnar BeutnerTutorial: Add section about time periods.
2013-05-03 Gunnar BeutnerImplement new validation type: name(Type)
2013-05-02 Michael FriedrichITL: add 'legacy-timeperiod' with update method
2013-05-02 Gunnar BeutnerUpdate INSTALL file.
2013-04-24 Gunnar BeutnerUpdate documentation.
2013-04-24 Gunnar BeutnerUpdate tutorial.
2013-04-23 Gunnar BeutnerUpdate config syntax documentation. Add install/config...
2013-04-23 Gunnar BeutnerFix VPATH asciidoc builds.
2013-04-22 Gunnar BeutnerBuild fix.
2013-04-22 Gunnar Beutnerconfigure.ac: Fix Python detection.
2013-04-21 Gunnar BeutnerFix staged installs (DESTDIR).
2013-04-19 Gunnar BeutnerWindows build fix.
2013-04-19 Gunnar BeutnerFix memory leak in the StdioStream class.
2013-04-19 Gunnar BeutnerBugfixes for the BufferedStream class.
2013-04-19 Gunnar BeutnerFix 'make check-coverage' for VPATH builds.
2013-04-19 Gunnar BeutnerRemove -Weffc++.
2013-04-19 Gunnar BeutnerFix VPATH builds.
2013-04-19 Gunnar BeutnerFix 'make distcheck'.
2013-04-19 Gunnar BeutnerRemoved obsolete debug code.
2013-04-19 Gunnar BeutnerEven more unit tests.
2013-04-19 Gunnar BeutnerAdd more unit tests.
2013-04-18 Gunnar BeutnerAdd some 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 BeutnerFix deadlock in ReplicationComponent::EndpointConnected...
2013-04-01 Gunnar BeutnerAdd cluster.conf to the Makefile.
2013-04-01 Gunnar BeutnerFix ITL definition for the replication component.
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 BeutnerRelease checker mutex before writing log message.
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.
next