]> granicus.if.org Git - icinga2/shortlog
icinga2
2013-02-13 Gunnar BeutnerRemoved array support, implemented support for anonymou...
2013-02-13 Gunnar BeutnerBugfix: the main task fd must not be non-blocking.
2013-02-13 Gunnar BeutnerRefactor the FD_CLOEXEC/O_NONBLOCK code.
2013-02-13 Gunnar BeutnerFixed incorrect use of F_SETFL.
2013-02-13 Gunnar BeutnerFixed incorrect use of O_CLOEXEC.
2013-02-13 Gunnar BeutnerFixed another file descriptor leak.
2013-02-13 Gunnar BeutnerEndpointManager: Decrease timer intervals.
2013-02-13 Gunnar BeutnerConfig: Implement arrays.
2013-02-13 Gunnar BeutnerBugfix: Reschedule the delegation timer after starting it.
2013-02-13 Gunnar BeutnerCleaned up the Process class.
2013-02-13 Gunnar BeutnerRefactor the Process class. Remove the Windows implemen...
2013-02-13 Gunnar BeutnerMake the delegation interval configurable.
2013-02-13 Gunnar BeutnerBuild fix.
2013-02-13 Gunnar BeutnerProcess: repeat read() until we get EAGAIN.
2013-02-13 Gunnar BeutnerUse pipe2() instead of pipe() when possible.
2013-02-13 Gunnar BeutnerMake Application::ProcessEvents() static.
2013-02-12 Gunnar BeutnerPrefer libc's implementation of execvpe over our own.
2013-02-11 Gunnar BeutnerDon't load the replication component on standalone...
2013-02-11 Gunnar BeutnerAdded the null-service template.
2013-02-11 Gunnar BeutnerWait for child processes before getting new tasks from...
2013-02-11 Gunnar BeutnerDon't send notifications for services that are unreacha...
2013-02-11 Gunnar BeutnerImplemented some more dynamic macros.
2013-02-11 Gunnar BeutnerBugfix for slave notification objects.
2013-02-11 Gunnar BeutnerReschedule service when check interval is changed.
2013-02-11 Gunnar BeutnerFreeBSD build fix.
2013-02-11 Gunnar BeutnerFixed memory leak when using execvpe() with vfork().
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
next