]> granicus.if.org Git - icinga2/history - lib/config
Fix debug builds on Apple Clang 9.0.0 (macOS High Sierra)
[icinga2] / lib / config /
2017-06-16 Michael FriedrichMerge pull request #5316 from gitmopp/patch-1
2017-06-13 Michael FriedrichMerge pull request #5239 from Icinga/feature/check_nscp...
2017-06-13 Michael FriedrichMerge pull request #5348 from Icinga/feature/try-except
2017-06-13 Gunnar BeutnerImplement support for handling exceptions in user scripts 5348/head
2017-05-15 Michael FriedrichMerge pull request #5262 from Icinga/fix/graylog-perfdata
2017-05-15 Gunnar BeutnerAdd missing ->GetName() calls
2017-05-11 Gunnar BeutnerMerge pull request #5242 from Icinga/feature/object...
2017-05-11 Gunnar BeutnerAllow expressions for the type in object/template decla... 5242/head
2017-05-09 Michael FriedrichMerge pull request #5042 from mbrgm/upgrade-docs-link
2017-05-09 Michael FriedrichMerge pull request #5181 from leeclemens/rpm-selinux
2017-05-09 Michael FriedrichMerge pull request #5209 from Mikesch-mp/itl_mssql
2017-05-09 Michael FriedrichMerge pull request #5210 from Mikesch-mp/itl_db2
2017-05-04 Gunnar BeutnerMerge pull request #5225 from Al2Klimov/bugfix/mysql_in...
2017-05-04 Gunnar BeutnerMake sure all objects are set to 'active' before callin...
2017-05-03 Gunnar BeutnerMake sure modified attributes are applied before callin...
2017-04-28 Michael FriedrichMerge pull request #5184 from Al2Klimov/bugfix/doc...
2017-04-27 Gunnar BeutnerRemove redundant #include
2017-04-27 Gunnar BeutnerClean up the IsAbsolutePath patch
2017-04-26 Michael FriedrichMerge pull request #5187 from Icinga/fix/absolute-windo...
2017-04-24 Jean FlachFix absolute include paths for windows 5187/head
2017-03-29 Gunnar BeutnerMerge branch 'support/2.6'
2017-03-27 Gunnar BeutnerImprove function metadata by adding arguments
2017-02-13 Gunnar BeutnerFix crash in ConfigItem::RemoveIgnoredItems
2017-02-01 Gunnar BeutnerFix crash in ConfigItem::RemoveIgnoredItems
2017-01-10 Michael FriedrichEnsure that *.icinga.com is used everywhere
2016-09-05 Gunnar BeutnerSuppress compiler warnings for auto-generated code
2016-09-01 Gunnar BeutnerAvoid unnecessary dictionary lookups
2016-08-31 Gunnar BeutnerAnother build fix for Windows
2016-08-30 Gunnar BeutnerReplace boost::exception_ptr with std::exception_ptr
2016-08-30 Michael FriedrichMerge branch 'support/2.5'
2016-08-29 Gunnar BeutnerFix incorrect debug hints for nested dictionary expressions
2016-08-29 Gunnar BeutnerSpeed up item lookups for ConfigItem::GetDefaultTemplates
2016-08-29 Gunnar BeutnerUse lambdas in the ConfigItem class
2016-08-29 Gunnar BeutnerRemove unnecessary ScriptFrame variable
2016-08-28 Gunnar BeutnerAdd missing initializers for the ConfigItemBuilder...
2016-08-28 Gunnar BeutnerUse raw string literals in mkembedconfig
2016-08-28 Gunnar BeutnerImplement support for default templates
2016-08-27 Gunnar BeutnerUse 'auto' keyword for iterator declarations (part 2)
2016-08-27 Gunnar BeutnerAvoid unnecessary copies for the DebugHint class
2016-08-27 Gunnar BeutnerUse lambda functions for INITIALIZE_ONCE
2016-08-27 Gunnar BeutnerUse 'auto' for iterator declarations
2016-08-26 Gunnar BeutnerAvoid unnecessary string copies for LiteralExpression...
2016-08-25 Gunnar BeutnerSet versions for all internal libraries
2016-08-25 Gunnar BeutnerRemove unused method: ApplyRule::DiscardRules
2016-08-25 Gunnar BeutnerMerge branch 'support/2.5'
2016-08-25 Gunnar BeutnerReplace BOOST_FOREACH with range-based for loops
2016-08-24 Gunnar BeutnerFix compiler warnings
2016-08-24 Gunnar BeutnerImplement unit tests for state changes
2016-08-24 Michael FriedrichMerge branch 'support/2.5'
2016-08-23 Gunnar BeutnerAvoid unnecessary string copies
2016-08-23 Gunnar BeutnerRemove deprecated functions
2016-08-19 Gunnar BeutnerFix memory leak for the 'use' keyword
2016-08-17 Gunnar BeutnerRemove unnecessary dictionary lookups in the DebugHint...
2016-08-16 Gunnar BeutnerImprove performance for type lookups
2016-08-12 Gunnar BeutnerMove type variables into the 'Types' namespace
2016-08-12 Gunnar BeutnerFix 'use' keyword for templates
2016-08-12 Gunnar BeutnerChange scoping mechanism for the __using keyword
2016-08-12 Gunnar BeutnerFix exception with __using
2016-08-12 Gunnar BeutnerImplement support for namespaces
2016-08-11 Gunnar BeutnerFix missing names for user-defined functions
2016-08-10 Gunnar BeutnerImplement support for marking functions as deprecated
2016-08-10 Gunnar BeutnerMove internal script functions into the 'Internal'...
2016-08-09 Gunnar BeutnerRename/Remove experimental script functions
2016-08-08 Gunnar BeutnerRegister a new script frame in Function::Invoke
2016-08-05 Gunnar BeutnerRemove temporary icinga2.debug file in case the config...
2016-07-05 Michael FriedrichConfigCompiler should not log included files by default
2016-07-05 Michael FriedrichFix: include_recursive should gracefully handle inacces...
2016-06-22 Gunnar BeutnerFix crash when using include_recursive in an object...
2016-06-14 Gunnar BeutnerAdd name attribute for the WorkQueue class
2016-05-19 Gunnar BeutnerMerge branch 'support/2.4'
2016-05-19 Gunnar BeutnerMerge branch 'support/2.4'
2016-05-19 Gunnar BeutnerFix crash in ConfigItem::Commit
2016-05-18 Gunnar BeutnerFix crash in ConfigItem::Commit
2016-05-17 Gunnar BeutnerMerge branch 'support/2.4'
2016-05-12 Gunnar BeutnerMake sure that object names aren't empty
2016-05-12 Michael FriedrichRemove commentsand downtimes with reference to deleted...
2016-05-11 Gunnar BeutnerMake sure that object names aren't empty
2016-05-11 Gunnar BeutnerImprove validation for flow control statements
2016-05-03 Michael FriedrichRemove commentsand downtimes with reference to deleted...
2016-04-22 Gunnar BeutnerRemove the (unused) 'inherits' keyword
2016-04-21 Gunnar BeutnerMerge branch 'support/2.4'
2016-04-20 Gunnar BeutnerMerge branch 'support/2.4'
2016-04-20 Gunnar BeutnerMerge branch 'support/2.4'
2016-04-20 Michael FriedrichFix: Overwriting global type variables causes crash...
2016-04-20 Gunnar BeutnerImprove validation for arrays
2016-04-20 Gunnar BeutnerImplement recursion limit for AST expressions which...
2016-04-19 Gunnar BeutnerImprove performance for locks and value conversions
2016-04-18 Gunnar BeutnerImprove performance for field accesses
2016-03-31 Michael FriedrichFix: Overwriting global type variables causes crash...
2016-03-29 Gunnar BeutnerBuild fix for GCC
2016-03-29 Gunnar BeutnerImplement the DateTime class
2016-03-24 Gunnar BeutnerImprove validation for arrays
2016-03-23 Gunnar BeutnerImplement recursion limit for AST expressions which...
2016-02-24 Michael FriedrichFix permissions for temporary files
2016-02-24 Michael FriedrichFix permissions for temporary files
2016-02-23 Michael FriedrichFix unique creation of temp files
2016-02-23 Michael FriedrichFix unique creation of temp files
2016-02-23 Gunnar BeutnerFix crash in ConfigItem::RunWithActivationContext
2016-02-23 Michael FriedrichFix config validation for templates used as object...
2016-02-23 Michael FriedrichFix cluster config sync for (non-)authoritative configs
next