]> granicus.if.org Git - icinga2/shortlog
icinga2
2013-02-11 Gunnar BeutnerRemove the icinga2_DEPENDENCIES variable in icinga...
2013-02-11 Gunnar BeutnerRemove Host::OnInitCompleted and clean up the classes...
2013-02-11 Gunnar BeutnerRemove support for _DEBUG env var.
2013-02-11 Gunnar BeutnerChecker: Use weak_ptrs to keep track of services.
2013-02-11 Gunnar BeutnerFixed some more memory leaks.
2013-02-11 Gunnar BeutnerFixed some memory leaks in the config parser.
2013-02-11 Gunnar BeutnerFixed uninitialized variable bug.
2013-02-10 Gunnar BeutnerProcess: use read() on *NIX.
2013-02-10 Gunnar BeutnerImplemented poll() support for Process tasks.
2013-02-10 Gunnar BeutnerUse multiple worker threads for Process tasks.
2013-02-10 Gunnar BeutnerFixed deadlock in Process::WorkerThreadProc.
2013-02-10 Gunnar BeutnerWindows build fix.
2013-02-10 Gunnar BeutnerWindows build fix.
2013-02-10 Gunnar BeutnerBuild fix V2.
2013-02-10 Gunnar BeutnerBuild fix for *NIX systems with a non-GNU libc.
2013-02-10 Gunnar BeutnerFixed soft service recoveries.
2013-02-10 Gunnar BeutnerBugfixes for the Process class.
2013-02-10 Gunnar BeutnerFixed exception in command pipe thread after sending...
2013-02-10 Gunnar BeutnerBugfix: Ignore missing macro dicts.
2013-02-10 Gunnar BeutnerFixed 1 second delay for child processes.
2013-02-09 Gunnar BeutnerImplemented environment-based macros.
2013-02-09 Gunnar BeutnerBugfix: host and source groups don't have display names.
2013-02-09 Gunnar BeutnerBuild fix.
2013-02-09 Gunnar BeutnerUpdate VS project filters.
2013-02-09 Gunnar BeutnerFixed incorrect type name.
2013-02-09 Gunnar BeutnerFixed spelling mistake.
2013-02-09 Gunnar BeutnerImplement some dynamic macros.
2013-02-09 Gunnar BeutnerRemoved alias property, added display_name.
2013-02-09 Gunnar BeutnerITL: Added template for plugin-based notifications.
2013-02-09 Gunnar BeutnerImplemented status.dat support for notifications.
2013-02-09 Gunnar BeutnerBugfix for triggered downtimes.
2013-02-09 Gunnar BeutnerImplemented notification request messages, notification...
2013-02-09 Gunnar BeutnerImplemented rudimentary notifications.
2013-02-09 Gunnar BeutnerMade the debug log level slightly less spammy.
2013-02-09 Gunnar BeutnerUpdated VS filters for libconfig.
2013-02-09 Gunnar BeutnerWindows bugfixes for Utility::DirName and Utility:...
2013-02-09 Gunnar BeutnerFixed incorrect Service::GetByName call.
2013-02-09 Gunnar BeutnerBugfix: Incorrect array index in ACKNOWLEDGE_HOST_PROBL...
2013-02-09 Gunnar BeutnerBugfix: use short names in servicegroup objects.
2013-02-09 Gunnar BeutnerUpdated filters for the VS project.
2013-02-09 Gunnar BeutnerRemove separate host ack/downtime/comments functionality.
2013-02-08 Gunnar BeutnerBugfix: Local events for changed attributes aren't...
2013-02-08 Gunnar BeutnerCopy service and host dependencies into service items.
2013-02-08 Gunnar BeutnerImplement dictionary-based host/service name pairs.
2013-02-08 Gunnar BeutnerUse Host constructor/destructor/OnAttributeChange inste...
2013-02-08 Gunnar BeutnerExternal commands: Removed duplicate argument validation.
2013-02-08 Gunnar BeutnerFixed compiler warning.
2013-02-08 Gunnar BeutnerBuild unit tests for Win64/Release.
2013-02-08 Gunnar BeutnerUpdated validation rules for service dependencies.
2013-02-08 Gunnar BeutnerRemoved x64 build target (use Win64 instead).
2013-02-08 Gunnar BeutnerImplement service shortnames.
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...
next