]> granicus.if.org Git - icinga2/shortlog
icinga2
2013-02-08 Gunnar BeutnerFixed infinite loop bug in Service::BeginExecuteCheck.
2013-02-08 Gunnar BeutnerBugfix: assert in Timer::ProcessTimers.
2013-02-08 Gunnar BeutnerReschedule check timer after each finished check.
2013-02-08 Gunnar BeutnerBuild fix.
2013-02-08 Gunnar BeutnerBugfix: Fixed incorrect variable name.
2013-02-08 Gunnar BeutnerBugfix: Don't use check interval offsets for services...
2013-02-08 Gunnar BeutnerBugfix: Don't leak lock file's fd into child processes.
2013-02-08 Gunnar BeutnerImplement sub-second check intervals.
2013-02-08 Gunnar BeutnerFlush logger stream after writing 'clear color' ANSI...
2013-02-08 Gunnar BeutnerMove EXPORT_COMPONENT() macros to the beginning of...
2013-02-08 Gunnar BeutnerWindows build fix.
2013-02-08 Gunnar BeutnerBuild unit tests on Windows.
2013-02-07 Gunnar BeutnerWindows: Fixed crash in Object::~Object().
2013-02-07 Gunnar BeutnerAnother Windows build fix.
2013-02-07 Gunnar BeutnerWindows build fix.
2013-02-07 Gunnar BeutnerUpdated VS project file.
2013-02-07 Gunnar BeutnerAdded dummy project files for the notification component.
2013-02-07 Michael Friedrichautogen.sh: s/html2man/help2man/
2013-02-07 Michael Friedrichdocs/Makefile.am: keep txt in make dist
2013-02-07 Gunnar BeutnerRedesign dependencies.
2013-02-07 Michael Friedrichautomake: fix asciidoc DATA includes for make
2013-02-07 Michael FriedrichCompat: implemented log_path config getter (no function...
2013-02-07 Michael Friedrichasciidoc: only enable automake magic if feature enabled
2013-02-07 Michael Friedrichasciidoc: remove unused config file path from m4 detection
2013-02-07 Michael FriedrichDocumentation: add configure/m4 checks for asciidoc...
2013-02-07 Gunnar BeutnerUse BOOST_CHECK() instead of BOOST_REQUIRE().
2013-02-07 Gunnar BeutnerRemoved unused variable.
2013-02-07 Gunnar BeutnerMake sure that unnamed items in a dictionary are always...
2013-02-07 Gunnar BeutnerBugfix: Removing obsolete items after reloading config...
2013-02-06 Gunnar Beutnerobjects.cache: Implement service dependencies
2013-02-06 Gunnar BeutnerDocumentation: add man pages
2013-02-06 Gunnar Beutnerobjects.cache: Service definitions should include the...
2013-02-06 Gunnar BeutnerFixed error message for the method validator.
2013-02-06 Gunnar BeutnerBugfix: %require didn't work if parent type had a valid...
2013-02-06 Gunnar BeutnerWrite a validator for method names
2013-02-06 Gunnar BeutnerRemoved obsolete timeperiod code.
2013-02-06 Gunnar BeutnerUse BOOST_THROW_EXCEPTION instead of boost::throw_excep...
2013-02-06 Gunnar BeutnerFinish implementing %validator.
2013-02-06 Gunnar BeutnerBugfix: Add missing parenthesis in function call.
2013-02-06 Gunnar BeutnerFixed incorrect variable name.
2013-02-06 Gunnar BeutnerImplement AsyncTask::Wait() and make completion callbac...
2013-02-06 Gunnar BeutnerMade command-line arguments more Unix-compliant.
2013-02-05 Gunnar BeutnerConfig: Implement detection of missing required attributes
2013-02-05 Gunnar BeutnerFixed grammar mistake.
2013-02-05 Gunnar BeutnerFixed FreeBSD build.
2013-02-05 Gunnar BeutnerAdded 'clean' rule for docs/.
2013-02-05 Gunnar BeutnerDocumentation: implement make target for asciidoc gener...
2013-02-05 Gunnar BeutnerImplement validateOnly flag for LoadConfigFiles().
2013-02-05 Gunnar BeutnerFix warnings on initial startup (i.e. without a state...
2013-02-05 Gunnar BeutnerFixed default path for the icinga2.state file.
2013-02-05 Gunnar BeutnerUpdate documentation: Types, #include <>
2013-02-05 Gunnar BeutnerWindows build fix.
2013-02-05 Gunnar BeutnerValidate config objects before trying to activate them.
2013-02-04 Michael Friedrichupdate .gitignore
2013-02-04 Michael FriedrichDocumentation: implement make target for asciidoc gener...
2013-02-04 Gunnar BeutnerFixed default host template.
2013-02-04 Gunnar BeutnerAdded init script.
2013-02-04 Gunnar BeutnerWindows build fix.
2013-02-04 Gunnar BeutnerFixed default paths for icinga2.state and icinga2.pid...
2013-02-03 Gunnar BeutnerRemoved stray space in service definition.
2013-02-03 Gunnar BeutnerService::CheckCompletedHandler: Convert exceptions...
2013-02-03 Gunnar BeutnerBugfix: Deadlock in SigHupHandler due to Event::Post...
2013-02-03 Gunnar BeutnerBugfix: Crash while reloading config
2013-02-03 Gunnar BeutnerDelete removed config objects after SIGHUP
2013-02-03 Gunnar BeutnerImplemented reloading the config using SIGHUP.
2013-02-03 Gunnar BeutnerTypes: Added service attributes to the host type.
2013-02-03 Gunnar BeutnerPrint DebugInfo for failed #includes
2013-02-03 Gunnar BeutnerBugfix: Make sure Utility::Glob return false if no...
2013-02-03 Gunnar BeutnerImplemented --version and made --help output prettier.
2013-02-02 Gunnar BeutnerBugfix: Used incorrect variable for CompileFile() call.
2013-02-02 Gunnar BeutnerGracefully deal with unknown command-line options.
2013-02-02 Gunnar BeutnerUse boost::program_options to parse arguments.
2013-02-02 Gunnar BeutnerFixed compiler warnings (-Wextra).
2013-02-02 Gunnar BeutnerThrow exception in Utility::ToDouble/Utility::ToLong
2013-02-02 Gunnar BeutnerFixed types for DynamicObject::__name and DynamicObject...
2013-02-02 Gunnar BeutnerRemoved some debug output.
2013-02-02 Gunnar BeutnerBugfix: Don't copy the enable_checks attribute to child...
2013-02-02 Gunnar BeutnerRemoved the old-style validation code.
2013-02-02 Gunnar BeutnerBugfixes for the type validation feature.
2013-02-02 Gunnar BeutnerImplement type keyword in the config compiler
2013-02-02 Gunnar BeutnerAdded missing const qualifiers.
2013-02-01 Gunnar BeutnerConfig: implement support for wildcard includes
2013-02-01 Gunnar BeutnerWindows build fix.
2013-02-01 Gunnar BeutnerFixed log facility for messages from icinga-app.
2013-02-01 Gunnar BeutnerImplement search dirs for #include.
2013-02-01 Gunnar BeutnerBuild fix for Windows.
2013-02-01 Gunnar BeutnerBugfix: Unhandled exception in Service::CheckTimerHandler.
2013-02-01 Gunnar BeutnerDisplay "debug message" for exceptions (in addition...
2013-02-01 Gunnar BeutnerFixed some more compiler warnings (when using -Wall).
2013-02-01 Gunnar BeutnerBug: clearing attributes should only reset their value...
2013-02-01 Gunnar BeutnerFixed some compiler warnings.
2013-02-01 Gunnar BeutnerUpdated messages in the SIGABRT handler.
2013-02-01 Gunnar BeutnerRemoved assert()s in ConfigItemBuilder::Compile.
2013-02-01 Gunnar BeutnerMade warning and critical messages bold.
2013-02-01 Gunnar BeutnerImplemented colored log messages.
2013-02-01 Gunnar BeutnerConfig: Warn about unknown attributes.
2013-02-01 Gunnar BeutnerBugfix: Missing parent object causes assert in Replicat...
2013-02-01 Gunnar BeutnerInitial commit of the Icinga Template Library.
2013-02-01 Gunnar BeutnerBugfix: Use service names instead of aliases.
2013-01-31 Gunnar BeutnerImplement Service::OnCheckResultReceived, rename Servic...
next