]> granicus.if.org Git - icinga2/shortlog
icinga2
2015-03-07 Michael FriedrichDocumentation: Refactor RemoteClient/Cluster/etc from...
2015-03-07 Gunnar BeutnerRemove unnecessary dynamic_casts
2015-03-06 Gunnar BeutnerAdd check commands for NSClient++
2015-03-06 Gunnar BeutnerMove webinject documentation to the right chapter
2015-03-06 Jean FlachUpdate Window plugins' usage strings
2015-03-06 Gunnar BeutnerFix second Deserialize() call in ApiEvents::ExecuteComm...
2015-03-05 Gunnar BeutnerMake sure we don't evaluate apply rules for fake hosts...
2015-03-05 Gunnar BeutnerAdd missing service name in check results
2015-03-05 Carlos CesarioAdd check command definitions for the check_vmware_esx...
2015-03-05 Gunnar BeutnerAdd missing "return"s in Ido*Connection::Reconnect
2015-03-05 Gunnar BeutnerImplement SNI support for the TlsStream class
2015-03-05 Gunnar BeutnerFix incorrect debug hints for nested attributes
2015-03-05 Gunnar BeutnerRemove the macro argument for IMPL_TYPE_LOOKUP
2015-03-04 Gunnar BeutnerFix compiler warning in Process::Run
2015-03-04 Gunnar BeutnerImplement support for the 'Limit' column in Livestatus
2015-03-04 Gunnar BeutnerImprove Livestatus query performance
2015-03-04 Gunnar BeutnerAdd -fno-fat-lto-objects to the compiler flags when...
2015-03-04 Gunnar BeutnerDon't discard config validators
2015-03-04 Gunnar BeutnerAdd a CMake variable for -flto
2015-03-04 Gunnar BeutnerFix some compile warnings
2015-03-04 Gunnar BeutnerFix memory leak when evaluating init.conf
2015-03-04 Gunnar BeutnerFix a memory leak in *Expression::GetReference
2015-03-03 Gunnar BeutnerFix lag calculation for the 'cluster-zone' check
2015-03-03 Gunnar BeutnerInclude GDB backtrace in crash reports
2015-03-03 Gunnar BeutnerFix: else if doesn't work without an else branch
2015-03-03 Gunnar BeutnerFix validator for TimePeriod ranges
2015-03-03 Gunnar BeutnerFix start condition for downtimes
2015-03-03 Gunnar BeutnerAdd VERIFY check in Utility::ExecuteDeferredInitializers
2015-03-03 Gunnar BeutnerFix crash when Utility::BaseName fails
2015-03-03 Gunnar BeutnerFix crash when specifying invalid argument for --autoco...
2015-03-03 Gunnar BeutnerRemove redundant error check in Utility::GetTime
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...
next