]> granicus.if.org Git - icinga2/shortlog
icinga2
2014-12-01 Gunnar BeutnerUpdate documentation for 2.2.1
2014-12-01 Michael FriedrichDon't execute built-in commands on the master in remote...
2014-12-01 Michael FriedrichFix missing lock in ConfigUpdateHandler()
2014-12-01 Gunnar BeutnerFix a memory leak in the ReadLineContext class
2014-12-01 Gunnar BeutnerAdd support for Apache 2.4 in the Classic UI config...
2014-11-29 Gunnar BeutnerUpdate AUTHORS
2014-11-29 Malte RabenseifnerFix group permission in prepare-dirs
2014-11-28 Gunnar BeutnerProperly reset the ThreadPool status in Stop
2014-11-28 Gunnar BeutnerFix the Expression unit tests
2014-11-28 Gunnar BeutnerMake the config lexer return an error for unterminated...
2014-11-28 Gunnar BeutnerMake the config parser thread-safe
2014-11-28 Gunnar BeutnerShow source line information for the "repl" command
2014-11-27 Michael FriedrichDocs: Fix wrong command reference
2014-11-27 Michael FriedrichCli: Ensure that repository path is created on 'node...
2014-11-27 Michael FriedrichUpdate man page for icinga2
2014-11-27 Michael FriedrichDocumentation: Explain macro array support, repeat_key...
2014-11-27 Tim HardeckRun systemd macros in the correct rpm scripts
2014-11-27 Gunnar BeutnerMove the icinga2-prepare-dirs script to /usr/lib
2014-11-27 Gunnar BeutnerImplement support for arrays in command arguments
2014-11-27 Christian JonakDocumentation: Fix wrong wizard information for clients
2014-11-27 Gunnar BeutnerRemove the BuildRequires for yajl-devel (on RHEL 6...
2014-11-27 Gunnar BeutnerFix incorrect operators in GelfWriter::NotificationToUs...
2014-11-27 Gunnar BeutnerFix crash in CreateCert
2014-11-27 Gunnar BeutnerRemove the __parent field in the DynamicObject class
2014-11-26 Carlos CesarioAdd label option to snmp ckecks
2014-11-26 Carlos CesarioAdd more options to snmp-interface command
2014-11-26 Gunnar BeutnerUpdate AUTHORS
2014-11-26 Yohan JaroszAdding missing command
2014-11-26 Gunnar BeutnerAdd build dependency for yajl in the spec file
2014-11-26 Gunnar BeutnerFix the init script
2014-11-25 Michael FriedrichDocumentation: Add a note on unique template/object...
2014-11-25 Michael FriedrichMake sure that user/group exists when starting Icinga 2
2014-11-25 Gunnar BeutnerImplement the %, ^, %=, ^=, &= and |= operators
2014-11-25 Gunnar BeutnerBuild fix for GCC
2014-11-25 Gunnar BeutnerImplicitly convert Number argument to string for operator +
2014-11-25 Gunnar BeutnerMove the parser's global variables to the ConfigCompile...
2014-11-25 Gunnar BeutnerFix parser problem with missing new-lines
2014-11-25 Gunnar BeutnerUse MakeLiteral instead of 'new LiteralExpression'
2014-11-25 Gunnar BeutnerRemove the global m_Expressions variable
2014-11-24 Gunnar BeutnerMake SetExpression check whether the LHS is null
2014-11-24 Gunnar BeutnerFix some compiler warnings
2014-11-24 Gunnar BeutnerDisallow - in identifiers
2014-11-24 Gunnar BeutnerImplement the __if and __else keywords
2014-11-24 Gunnar BeutnerChange parameter type for include and include_recursive...
2014-11-24 Gunnar BeutnerMove the cast functions into libbase
2014-11-24 Gunnar BeutnerAdd some more missing unit tests
2014-11-24 Gunnar BeutnerAdd missing unit tests to the project file
2014-11-24 Gunnar BeutnerRemove unused parameter
2014-11-24 Gunnar BeutnerRemove unused code in the ThinMutex class
2014-11-23 Gunnar BeutnerFix the __return keyword
2014-11-23 Gunnar BeutnerFix unary minus operator
2014-11-23 Gunnar BeutnerFix scoping for __for
2014-11-23 Gunnar BeutnerFix a crash in the "repl" command
2014-11-23 Gunnar BeutnerFix the reduce/reduce conflicts
2014-11-23 Gunnar BeutnerAdd missing return value for ReplCommand::Run
2014-11-23 Gunnar BeutnerAdd color tags to the repl command
2014-11-23 Gunnar BeutnerImplement more unit tests
2014-11-23 Gunnar BeutnerRemove debug code
2014-11-23 Gunnar BeutnerFix some more shift/reduce conflicts
2014-11-23 Gunnar BeutnerImprove test coverage for the Convert class
2014-11-23 Gunnar BeutnerImplement unit tests for the config parser
2014-11-23 Gunnar BeutnerFix incorrect result for the !in operator
2014-11-23 Gunnar BeutnerImprove test coverage for the array class
2014-11-22 Gunnar BeutnerFix the shift/reduce conflicts in the parser
2014-11-22 Gunnar BeutnerRemove the C++ code generator
2014-11-22 Gunnar BeutnerRefactor the stack frame handling for scripts
2014-11-22 Gunnar BeutnerFix initialization bug for the Notification class
2014-11-21 Gunnar BeutnerFix initialization for the ApiListener class
2014-11-21 Gunnar BeutnerIncrease default timeout for NRPE checks
2014-11-21 Gunnar BeutnerFix initialization bug for the Endpoint class
2014-11-21 Gunnar BeutnerMake sure source information is always available for...
2014-11-21 Gunnar BeutnerSplit DynamicObject::OnConfigLoaded into two separate...
2014-11-21 Gunnar BeutnerAdd notification custom vars to the satellite-{host...
2014-11-21 Gunnar BeutnerImprove error messages for the config parser
2014-11-21 Gunnar BeutnerFix some incorrectly generated code
2014-11-20 Gunnar BeutnerBuild fix
2014-11-20 Gunnar BeutnerImplement a C++ code generator for libconfig
2014-11-20 Gunnar BeutnerRefactor apply/object rules
2014-11-20 Tim HardeckRemove icinga-prepare-dirs from icinga-bin package
2014-11-20 Gunnar BeutnerFix incorrect return type for ScriptSignal::Invoke
2014-11-20 Gunnar BeutnerFix incorrect error message for localhost (in "node...
2014-11-20 Gunnar BeutnerRefactor the config validator so that it doesn't requir...
2014-11-20 Gunnar BeutnerDon't validate strings in the JSON parser
2014-11-20 Gunnar BeutnerAvoid rebuilding libbase when the version number changes
2014-11-20 Gunnar BeutnerImplement support for signals
2014-11-19 Gunnar BeutnerAdd Windows-specific example config files
2014-11-19 Gunnar BeutnerSome minor plugin fixes
2014-11-18 Gunnar BeutnerFix file permissions in the Windows wizard
2014-11-18 Gunnar BeutnerFix another incorrect argument name
2014-11-18 Gunnar BeutnerFix: Windows wizard is missing --zone argument
2014-11-18 Gunnar BeutnerFix incorrect CLI command name in the Windows wizard
2014-11-18 Michael FriedrichFix markdown urls
2014-11-17 Gunnar BeutnerAdd an option that hides CLI commands
2014-11-17 Gunnar BeutnerClean up the DebugHint class
2014-11-17 Gunnar BeutnerProvide a specialized function overload for Convert...
2014-11-17 Gunnar BeutnerRelease version 2.2.0 v2.2.0
2014-11-17 Gunnar BeutnerBuild fix for RHEL 5
2014-11-17 Gunnar BeutnerUpdate AUTHORS
2014-11-17 Michael FriedrichSyntax: Add missing keywords
2014-11-17 Gunnar BeutnerComment out InitializeProcThreadAttributeList (for...
next