]> granicus.if.org Git - icinga2/history - lib
Config: Fix IcingaMacros const identifier.
[icinga2] / lib /
2014-03-30 Gunnar BeutnerBuild fix.
2014-03-30 Gunnar BeutnerAllow "object" and "apply" in AST expressions.
2014-03-30 Gunnar BeutnerMerge branch 'feature/config-5870' into next
2014-03-30 Gunnar BeutnerRemove support for the deprecated "var" and "set" keywords.
2014-03-30 Gunnar BeutnerAllow rterm in indexer ops.
2014-03-30 Gunnar BeutnerFix operator precedence.
2014-03-30 Gunnar BeutnerImplement Utility::GetSymbolName and Utility::GetSymbol...
2014-03-30 Gunnar BeutnerMake sure we evaluate "apply" rules in the right order.
2014-03-30 Gunnar BeutnerFix incorrect debug info for "apply" rules.
2014-03-30 Gunnar BeutnerAdd missing lock in DeserializeObject().
2014-03-30 Gunnar BeutnerFix crash in DiagnosticInformation().
2014-03-29 Gunnar BeutnerDump AST execution state in debug mode.
2014-03-28 Gunnar BeutnerImplement apply support for dependencies.
2014-03-28 Gunnar BeutnerFix failed assertion in ConfigItem::GetProperties.
2014-03-28 Gunnar BeutnerImplement apply support for scheduled downtimes and...
2014-03-28 Gunnar BeutnerMake the real object name available for use in templates.
2014-03-28 Gunnar BeutnerMove the apply rule handler to the Service class.
2014-03-28 Gunnar BeutnerUpdate example config.
2014-03-28 Gunnar BeutnerImplement instance variable "templates" for config...
2014-03-28 Gunnar BeutnerUnknown attributes should be a config error.
2014-03-28 Gunnar BeutnerRename __name and __type properties.
2014-03-28 Gunnar BeutnerImplement the new syntax for the "apply" keyword.
2014-03-28 Gunnar BeutnerImplement the "." operator.
2014-03-28 Gunnar BeutnerRemove inline service/notification/downtime definitions.
2014-03-28 Gunnar BeutnerImplement the "import" keyword.
2014-03-26 Gunnar BeutnerWindows build fix.
2014-03-24 Gunnar BeutnerBuild fixes.
2014-03-24 Gunnar BeutnerMerge branch 'feature/config-parser-5846' into next
2014-03-24 Gunnar BeutnerRemove __parent element for +=, -=, *= and /= operators.
2014-03-24 Gunnar BeutnerAllow semi-colons as separators for lterms.
2014-03-24 Gunnar BeutnerFix scoping rules for object definitions.
2014-03-24 Gunnar BeutnerImprove error message for invalid inline service defini...
2014-03-24 Gunnar BeutnerSome more variable scoping fixes.
2014-03-24 Gunnar BeutnerMake it easier to call AExpression::Dump from GDB.
2014-03-24 Gunnar BeutnerAdd missing brace.
2014-03-24 Gunnar BeutnerAdd missing locks.
2014-03-24 Gunnar BeutnerFix variable scoping.
2014-03-24 Gunnar BeutnerClean up the +=, -=, *= and /= operators.
2014-03-23 Gunnar BeutnerAllow rterms as object names.
2014-03-23 Gunnar BeutnerFix AExpression::ExtractPath.
2014-03-23 Gunnar BeutnerMove Addr2Line function to the Utility class.
2014-03-23 Gunnar BeutnerImplement the exit() script function.
2014-03-23 Gunnar BeutnerMake sure +=, -=, *= and /= behave like they did before.
2014-03-23 Gunnar BeutnerRefactor the config parser's AST.
2014-03-22 Gunnar BeutnerClean up the AExpression class.
2014-03-22 Gunnar BeutnerAllow values as top-level statements.
2014-03-22 Gunnar BeutnerImplement the log() function.
2014-03-22 Gunnar BeutnerImplement comparison operators for operands of differen...
2014-03-22 Gunnar BeutnerImprove error messages for exceptions in AExpressions.
2014-03-22 Gunnar BeutnerDon't show stack traces for user errors.
2014-03-21 Michael FriedrichMake host 'check' attribute available in legacy interfaces.
2014-03-21 Gunnar BeutnerFix location messages.
2014-03-21 Gunnar BeutnerMake config error messages friendler.
2014-03-21 Gunnar BeutnerShow additional lines for config errors.
2014-03-21 Gunnar BeutnerBuild fix.
2014-03-21 Gunnar BeutnerMake config error messages more awesome.
2014-03-21 Gunnar BeutnerAdd line number info to duplicate object error message.
2014-03-21 Gunnar BeutnerFix path names in DebugInfo objects.
2014-03-21 Gunnar BeutnerImprove line number information.
2014-03-21 Michael FriedrichSet check source only on local instance (empty authority).
2014-03-21 Michael FriedrichRevert "DB IDO: Add check_source_object_id reference...
2014-03-21 Gunnar BeutnerResolve relative paths for StackTrace::Addr2Line.
2014-03-20 Michael FriedrichMerge branch 'feature/db-endpoints-5636' into next
2014-03-20 Michael FriedrichDB IDO: Add check_source_object_id reference to endpoin...
2014-03-20 Michael FriedrichDB IDO: Add status/history references from local node...
2014-03-20 Michael FriedrichDB IDO: Use node name for local status updates.
2014-03-20 Michael FriedrichRevert "DB IDO: Add endpoint id to history tables,...
2014-03-20 Michael FriedrichFix Windows build.
2014-03-20 Michael FriedrichDB IDO: Add endpoint id to history tables, part 1.
2014-03-20 Michael FriedrichDB IDO: Set is_connected=1 on identity==node.
2014-03-20 Michael FriedrichMove cluster endpoint/jsonrpc functionality into libremote.
2014-03-20 Michael FriedrichDB IDO: Send endpoint authority for status updates.
2014-03-20 Michael FriedrichDB IDO: Add endpoints/endpointstatus tables.
2014-03-20 Gunnar BeutnerWindows build fix.
2014-03-20 Gunnar BeutnerAdd missing #include.
2014-03-20 Gunnar BeutnerMake duplicate object definitions an error.
2014-03-20 Gunnar BeutnerMake accessing undefined variables an error (instead...
2014-03-20 Gunnar BeutnerAdd special cases for Array and Dictionary in Value...
2014-03-20 Gunnar BeutnerImplement union() and intersection() functions.
2014-03-20 Gunnar BeutnerAdd missing file.
2014-03-20 Gunnar BeutnerImplement missing operators for the Value class.
2014-03-20 Michael FriedrichDB IDO/Livestatus: Fix global enabled status values.
2014-03-20 Michael FriedrichSet check source to node name as authority, if empty.
2014-03-19 Michael FriedrichClear sticky ack on soft recovery, fix sticky=2, normal...
2014-03-19 Michael FriedrichFix missing lock and clear ack comments in RemoveHostAc...
2014-03-19 Michael FriedrichAdd --no-validate option and skip duplicate validation...
2014-03-19 Gunnar BeutnerImplement len() and the operators >, >=, < and <=.
2014-03-19 Gunnar BeutnerMerge branch 'feature/apply-5789' into next
2014-03-19 Gunnar BeutnerUpdate documentation.
2014-03-19 Gunnar BeutnerImplement regex() and match() functions.
2014-03-19 Gunnar BeutnerMake braces around constant expressions optional.
2014-03-19 Gunnar BeutnerFix the !in operator.
2014-03-19 Gunnar BeutnerImplement additional operators: &&, ||, in and !in.
2014-03-19 Gunnar BeutnerMake Value operators const where possible.
2014-03-19 Gunnar BeutnerAllow arrays as operands in constant expressions.
2014-03-19 Gunnar BeutnerImplement the 'apply template' directive.
2014-03-19 Gunnar BeutnerImplement support for local variables in AExpressions.
2014-03-19 Gunnar BeutnerImplement == and != operators for AExpressions.
2014-03-19 Michael FriedrichChange copyright header (again).
2014-03-17 Michael FriedrichEmpty command string on CHANGE_{HOST,SERVICE}_EVENTHAND...
next