]> granicus.if.org Git - icinga2/shortlog
icinga2
2013-09-12 Gunnar Beutnerconfig: Copy authority information into dependant services.
2013-09-12 Gunnar Beutnerido: Set m_Connected to false in Stop().
2013-09-12 Gunnar BeutnerMake sure the check latency can't be negative.
2013-09-12 Gunnar BeutnerUpdate test check output.
2013-09-12 Gunnar BeutnerAdd check output for NullCheck.
2013-09-12 Michael Friedrichido: Fix timeperioddbobject lock.
2013-09-12 Gunnar Beutnercluster: Update endpoints' features for heartbeat messages.
2013-09-12 Gunnar BeutnerRefactor authority checks a bit.
2013-09-12 Gunnar Beutnercluster: Implement authority checks.
2013-09-12 Gunnar BeutnerImprove error messages for socket error.
2013-09-12 Gunnar BeutnerFix bug which causes timeperiods not to be updated.
2013-09-11 Gunnar BeutnerRe-enable TLS compression (again).
2013-09-11 Gunnar Beutnercluster: Prevent idle timeout during log replay.
2013-09-11 Gunnar BeutnerRemove DynamicObject::Start call.
2013-09-11 Gunnar BeutnerUpdate example config.
2013-09-11 Gunnar BeutnerFix crash in MacroProcessor::ResolveMacros.
2013-09-11 Gunnar Beutnerido: Object map should not be static.
2013-09-11 Gunnar BeutnerThreadPool: Add missing lock.
2013-09-11 Gunnar Beutnerido: Fix initialization order bug.
2013-09-11 Gunnar Beutnercluster: Fix another reconnect bug.
2013-09-11 Gunnar Beutnercluster: Fix reconnect bug.
2013-09-11 Gunnar BeutnerFix crash in Endpoint::MessageThreadProc.
2013-09-11 Gunnar BeutnerBuild fix.
2013-09-11 Gunnar Beutnercluster: Heartbeat messages should include the endpoint...
2013-09-11 Gunnar Beutnercluster: Fix idle timeout.
2013-09-11 Gunnar Beutnercluster: Fix heartbeat messages.
2013-09-11 Gunnar Beutnercluster: Don't try to reconnect while we're replaying...
2013-09-11 Gunnar BeutnerRevert "Revert "Enable TLS compression.""
2013-09-11 Gunnar BeutnerRevert "Enable TLS compression."
2013-09-11 Gunnar BeutnerRevert "Revert "cluster: Disconnect timed out endpoints.""
2013-09-11 Gunnar BeutnerEnable TLS compression.
2013-09-10 Gunnar BeutnerAnother init fix.
2013-09-10 Gunnar BeutnerFix object initialization order.
2013-09-10 Gunnar BeutnerRefactor how Application objects work.
2013-09-10 Michael FriedrichConfig Conversion: Skip ARGn macros on Command object...
2013-09-10 Michael FriedrichConfig Conversion: Fix output header.
2013-09-10 Michael FriedrichConfig Conversion: Check that icinga.cfg is passed...
2013-09-10 Gunnar BeutnerDon't copy macros / custom attributes to services.
2013-09-10 Gunnar BeutnerRevert "convert: Use += for macros and custom attributes."
2013-09-10 Gunnar Beutnerconvert: Use += for macros and custom attributes.
2013-09-10 Gunnar Beutnerlivestatus: Fix macro priority.
2013-09-10 Gunnar BeutnerFix macro priority.
2013-09-10 Michael FriedrichConfig Conversion: Treat notification option 'r' as...
2013-09-10 Gunnar Beutnercluster: Avoid unnecessary SetForceNextCheck messages.
2013-09-09 Gunnar Beutnerido: Clean up obsolete handlers.
2013-09-09 Gunnar Beutnerido: Fix timeperiods with more than one segment.
2013-09-09 Gunnar BeutnerFix null ptr for Application::GetInstance().
2013-09-09 Michael FriedrichFix: Add missing locks.
2013-09-09 Gunnar BeutnerFix: Don't shell-escape macros by default.
2013-09-09 Gunnar Beutnercluster: Fix some bugs.
2013-09-08 Gunnar BeutnerBuild fix: Check if pthread_setname_np() is available.
2013-09-06 Gunnar BeutnerOnly do flapping updates when services are in a hard...
2013-09-06 Gunnar Beutnercluster: Rotate the log more frequently.
2013-09-06 Gunnar Beutnercluster: Ignore old messages.
2013-09-06 Gunnar Beutnercluster: Fix handling messages that don't have a timestamp.
2013-09-06 Gunnar Beutnercluster: Speed up log replays.
2013-09-06 Gunnar Beutnercluster: Fix acknowledgement bug.
2013-09-06 Gunnar Beutnercluster: Allow relaying config messages.
2013-09-05 Gunnar Beutnercluster: Implement processing config messages.
2013-09-05 Gunnar BeutnerRemove unused field.
2013-09-04 Gunnar Beutnercluster: Send config updates.
2013-09-04 Gunnar BeutnerFix: Host notifications should be added to the host...
2013-09-03 Gunnar BeutnerRevert "cluster: Disconnect timed out endpoints."
2013-09-03 Gunnar Beutnercluster: Disconnect timed out endpoints.
2013-09-03 Gunnar Beutnercluster: Rotate the log file when Icinga is started.
2013-09-03 Gunnar Beutnerbase: Don't set thread name for the first thread.
2013-09-03 Gunnar Beutnercluster: Periodically clean up old log files.
2013-09-03 Gunnar BeutnerRemove debug code.
2013-09-03 Gunnar Beutnercluster: Compress log files.
2013-09-03 Gunnar Beutnercluster: Send SetLogPosition messages for all message...
2013-09-03 Gunnar Beutnercluster: Fix crash bug.
2013-09-03 Gunnar Beutnercluster: Prevent message loops when replaying logs.
2013-09-03 Gunnar Beutnercluster: Make sure messages are processed in-order.
2013-09-03 Gunnar Beutnercluster: Handle non-numeric log file names.
2013-09-03 Gunnar Beutnercluster: Don't replay logs unless they're relevant.
2013-09-03 Gunnar Beutnercluster: Bugfix for the log timestamps.
2013-09-03 Gunnar Beutnercluster: Fix how replaying old messages works.
2013-09-02 Gunnar Beutnerjsonrpc: Disable debug output.
2013-09-02 Gunnar Beutnercluster: Implement persistent messages.
2013-09-02 Gunnar BeutnerFix bug in the mutex gdb printer.
2013-09-02 Gunnar BeutnerAdd more unit tests for the Value class.
2013-09-02 Gunnar BeutnerAdd more unit tests.
2013-09-02 Gunnar BeutnerFix incorrect indentation.
2013-09-02 Gunnar BeutnerAdd more unit tests.
2013-09-02 Gunnar Beutnerbase: Don't throw exception for valid netstrings.
2013-09-02 Gunnar BeutnerFix grammar mistake.
2013-09-02 Gunnar BeutnerImplement more unit tests.
2013-09-01 Gunnar BeutnerFix build warning.
2013-09-01 Gunnar BeutnerWindows build fix.
2013-08-30 Michael FriedrichConfig Conversion: fix missing Command macros, avoid...
2013-08-30 Michael FriedrichConfig Conversion: support $USERn$ and $ADMINx$ macros...
2013-08-30 Gunnar BeutnerFix HOSTSTATE macro.
2013-08-30 Gunnar BeutnerBuild fix.
2013-08-30 Gunnar BeutnerFix shell escaping in the macro processor.
2013-08-30 Michael FriedrichConfig Conversion: Add ADMINPAGER|EMAIL as macros from...
2013-08-30 Gunnar BeutnerFix 'force' parameter for notifications.
2013-08-30 Gunnar BeutnerFix incorrect parameter for OnNotificationSentChanged...
2013-08-30 Gunnar BeutnerImplement CONTACTEMAIL and CONTACTPAGER macros.
2013-08-30 Gunnar BeutnerRegister service and notification objects.
2013-08-30 Gunnar BeutnerImplement restarting Icinga.
next