]> granicus.if.org Git - icinga2/shortlog
icinga2
2015-03-03 Gunnar BeutnerFix uninitialized field in the CheckerComponent class
2015-03-03 Gunnar BeutnerFix file descriptor leak in SetDaemonIO
2015-03-03 Gunnar BeutnerRemove the return type for Utility::LoadExtensionLibrary
2015-03-02 Gunnar BeutnerUse _exit instead of Exit in Application::SetResourceLimits
2015-03-02 Jean FlachAmericaniz(s)e colo(u)r in troubleshoot cli
2015-03-02 Michael FriedrichFix deadlock in DB IDO and external command events
2015-03-02 Michael FriedrichFix troubleshooting cli hint text
2015-03-02 Michael FriedrichFix output formatting in troubleshoot cli command
2015-03-02 Michael FriedrichFix compiler warnings
2015-03-02 Jason YoungUpdate PerfdataValue::Parse to ignore invalid warn...
2015-03-02 Gunnar BeutnerRemove unused variable in PkiUtility::SignCsr
2015-03-02 Gunnar BeutnerRemove unnecessary SubStr call
2015-03-02 Gunnar BeutnerRemove redundant checks in check_service
2015-03-02 Gunnar BeutnerRemove redundant checks in check_procs
2015-03-02 Gunnar BeutnerRemove redundant checks
2015-03-02 Gunnar BeutnerRemove redundant check
2015-03-02 Gunnar BeutnerRemove unused variable
2015-03-02 Jean-Marcel... Add more colour to troubleshoot cli
2015-03-02 Gunnar BeutnerImplement the assignment operator for the Value class
2015-03-02 Gunnar BeutnerRemove unused variables
2015-03-02 Gunnar BeutnerFix incorrect operator in Value::operator^
2015-03-02 Gunnar BeutnerFix incorrect header length check in NetString::ReadStr...
2015-03-02 Gunnar BeutnerFix incorrect assignment in Logger::EnableConsoleLog
2015-03-02 Gunnar BeutnerRemove redundant function
2015-03-02 Gunnar BeutnerMake copy constructor private for the Log class
2015-03-02 Gunnar BeutnerFix incorrect return type for Application::Run
2015-03-02 Gunnar BeutnerFix incorrect format specifier for fprintf
2015-03-02 Jean-Marcel... Fix whitespace
2015-03-02 Jean-Marcel... Work on troubleshoot cli
2015-03-02 Gunnar BeutnerFix incorrect assignment in PluginUtility::ExecuteCommand
2015-03-02 Gunnar BeutnerFix uninitialized fields in the StreamLogger class
2015-03-02 Gunnar BeutnerFix uninitialized field in the LivestatusScriptFrame...
2015-03-02 Gunnar BeutnerFix uninitialized field in the LivestatusQuery class
2015-03-02 Gunnar BeutnerFix uninitialized field in the Checkable class
2015-03-02 Gunnar BeutnerFix uninitialized field in the ScriptError class
2015-03-02 Gunnar BeutnerFix uninitialized field in the ApiListener class
2015-03-02 Gunnar BeutnerRemove unreachable code
2015-03-02 Gunnar BeutnerFix leak in SocketEvents::Threadproc
2015-03-02 Gunnar BeutnerFix uninitialized fields
2015-03-02 Gunnar BeutnerFix uninitialized variable in DaemonUtility::ValidateCo...
2015-03-02 Jean-Marcel... Add message concerning file compression to troubleshoot cli
2015-03-02 Gunnar BeutnerAdd missing fclose() in mkembedconfig
2015-03-01 Paul RichardsFix: check_memory tool shows incorrect memory size...
2015-03-01 Gunnar BeutnerMake sure the WQ status timer is stopped properly
2015-03-01 Gunnar BeutnerAdd --gc-sections to the linker flags
2015-03-01 Gunnar BeutnerEnable unity builds by default
2015-02-28 Gunnar BeutnerFix another crash in Timer::Call
2015-02-27 Gunnar BeutnerRefactor the API timeout timer
2015-02-27 Gunnar BeutnerMake sure that the timeout timer gets destroyed properly
2015-02-27 Gunnar BeutnerUse the main threadpool to disconnect API clients
2015-02-27 Gunnar BeutnerFix a deadlock in WorkQueue::WorkerThreadProc
2015-02-27 Gunnar BeutnerFix a crash in Timer::Reschedule
2015-02-27 Gunnar BeutnerFix crash in SocketEvents::ThreadProc
2015-02-27 Jean-Marcel... Fix whitespace
2015-02-27 Jean-Marcel... Use RequestShutdown with exitcode instead of Applicatio...
2015-02-27 Gunnar BeutnerFix null pointer dereference in ApiClient::TimeoutTimer...
2015-02-27 Jean-Marcel... Add colours to troubleshoot cli
2015-02-27 Gunnar BeutnerFix a crash in Timer::Call
2015-02-27 Gunnar BeutnerFix another potential hang in TlsStream::Handshake
2015-02-26 Gunnar BeutnerFix a deadlock in ApiClient::Disconnect
2015-02-26 Gunnar BeutnerDon't send heartbeats during log replay
2015-02-26 Gunnar BeutnerImplement 'else if'
2015-02-26 Jean FlachUpdate documentation
2015-02-26 Gunnar BeutnerFix a crash in ApiClient::TimeoutTimerHandler
2015-02-26 Jean-Marcel... Change behaviour of troubleshoot cli parameters
2015-02-26 Gunnar BeutnerFix another crash in SocketEvents::Register
2015-02-26 Gunnar BeutnerImprove log message for cluster connection timeouts
2015-02-26 Jean-Marcel... Add --include-vars and --include-objects troubleshoot cli
2015-02-26 Gunnar BeutnerClose client connections if we haven't received any...
2015-02-26 Gunnar BeutnerMake sure that the 'connecting' flag is reset properly
2015-02-26 Michael FriedrichFix Livestatus tests on Windows
2015-02-26 Gunnar BeutnerBuild fix for Windows
2015-02-25 Jean-Marcel... Remove --include-objects option from troubleshoot for now
2015-02-25 Jean FlachUpdate troubleshoot documentation with manual steps
2015-02-25 Michael FriedrichDocumentation: Fix missing livestatus tables
2015-02-25 Gunnar BeutnerMake sure that the scheduled start time for downtimes...
2015-02-25 Jean FlachAdd documentation for the troubleshoot command
2015-02-25 Gunnar BeutnerFix a crash in TlsStream::Close
2015-02-25 Michael FriedrichChange Livestatus query log level to 'notice'
2015-02-25 Gunnar BeutnerFix valgrind warning in ExternalCommandListener::Comman...
2015-02-25 Jean-Marcel... Fix a missing import
2015-02-25 Gunnar BeutnerFix null pointer dereference in ApiEvents::RepositoryTi...
2015-02-25 Jean-Marcel... Fix some whitespace
2015-02-25 Gunnar BeutnerFix another problem where Icinga doesn't detect that...
2015-02-25 Blerim SheqaAdd check command for check_webinject
2015-02-25 Gunnar BeutnerMake sure that Notification objects are activated after...
2015-02-25 Jean-Marcel... Fix troubleshoot not writing everything to file
2015-02-25 Gunnar BeutnerAdd a new test script to the ITL
2015-02-25 Jean-Marcel... Rename troubleshootCollectCommand to troubleshootCommand
2015-02-25 Gunnar BeutnerChange file type for ido-*.conf to config in the RPM...
2015-02-24 Gunnar BeutnerReplace spaces with tabs in command-plugins.conf
2015-02-24 Gunnar BeutnerMerge branch 'Freeaqingme-snmpCheckCommandOptions'
2015-02-24 Dolf Schimmel... Add .mailmap alias for Freeaqingme
2015-02-24 Dolf Schimmel... Add documentation for the new SNMP ITL custom attributes
2015-02-24 Dolf Schimmel... ITL: Add support for GETNEXT in SNMP CheckCommand
2015-02-24 Dolf Schimmel... ITL: Implement various options for the 'snmp' CheckComm...
2015-02-24 Gunnar BeutnerDon't convert loop variables to string when using apply-for
2015-02-24 Tobias von... Remove leading slash and extra blank line in constants...
2015-02-24 Gunnar BeutnerAdd missing locks in ApiListener::UpdateConfigDir
2015-02-24 Gunnar BeutnerImplement support for the 'Changelog' custom field...
next