]> granicus.if.org Git - icinga2/history - lib
Add "Install NSClient++" check box in the Windows wizard
[icinga2] / lib /
2015-06-15 Michael FriedrichFix unregistered function failure including <nscp>...
2015-05-15 Michael FriedrichFix incorrect type and state filter mapping for User...
2015-05-15 Michael FriedrichFix missing custom attributes in backends if name is...
2015-05-13 Gunnar BeutnerImplement the basename and dirname script functions
2015-05-12 Gunnar BeutnerDetermine NSClient++ installation path using MsiGetComp...
2015-05-04 Michael FriedrichFix schema version 1.14.0
2015-05-04 Eric LippmannAdd yet empty MySQL schema upgrade to IDO version 1...
2015-05-04 Eric LippmannAdd PostgreSQL schema upgrade to IDO version 1.14.0...
2015-05-04 Eric LippmannFix PostgreSQL schema not specifying the time zone...
2015-04-30 Jean FlachFix Port wrong default port in Node Wizard
2015-04-28 Jean FlachAdd Windows version string to --version
2015-04-27 Jean-Marcel FlachUpdate ReleaseHelper to work with most Linux distributions
2015-04-27 Michael FriedrichAdd timestamp support for PerfdataWriter
2015-04-27 Michael FriedrichFix DbEvents::AddCheckableCheckHistory argument
2015-04-27 Michael FriedrichRewrite some of the wizard questions
2015-04-27 Michael FriedrichFix failed assertion in DB IDO
2015-04-25 Michael FriedrichFix that downtimes are always "fixed" even if scheduled...
2015-04-24 Michael FriedrichDB IDO: Fix wrong check result timestamp for historical...
2015-04-22 Gunnar BeutnerFix another potential deadlock in DB IDO
2015-04-20 Gunnar BeutnerFix deadlock in the IDO
2015-04-20 Michael FriedrichCLI: Be less verbose in 'node update-config'
2015-04-20 Michael FriedrichFix compiler warnings w/ config validators
2015-04-20 Jean-Marcel FlachMake --version work with systemd
2015-04-20 Jean-Marcel FlachRefactor code
2015-04-20 Jean-Marcel FlachChange node wizard flow
2015-04-17 Michael FriedrichFix custom attributes with recursive macro function...
2015-04-17 Michael FriedrichFix acknowledgement with expire time not added as comme...
2015-04-16 Jean-Marcel FlachFix troubleshooht command truncating crash logs
2015-04-16 Gunnar BeutnerImplement sandbox mode for the config parser
2015-04-15 Gunnar BeutnerRemove the ScopeCurrent constant
2015-04-15 Paul RichardsFix: demo module can not be built
2015-04-14 Gunnar BeutnerRemove deadlock in db_ido
2015-04-12 Paul RichardsUpdate PGSQL driver to reflect changes in MySQL driver
2015-04-12 Michael FriedrichChange log level to 'notice' for 'Attempting to send...
2015-04-12 Michael FriedrichTrigger downtimes for NOT-OK states after OnDowntimeAdded()
2015-04-11 Michael FriedrichDB IDO: Fix status table scheduled_downtime_depth colum...
2015-04-08 Michael FriedrichDon't update scheduleddowntime table w/ trigger_time...
2015-04-01 Paul RichardsFix crash in VMOps::FunctionCall
2015-03-31 Gunnar BeutnerAvoid setting up unnecessary stack frames for dictionar...
2015-03-31 Gunnar BeutnerAvoid unnecessary dictionary lookups
2015-03-31 Gunnar BeutnerFix complexity class for Dictionary::Get
2015-03-31 Jean-Marcel FlachMake node wizard only accept y/Y and n/N
2015-03-31 Gunnar BeutnerAvoid setting up unnecessary stack frames for function...
2015-03-30 Gunnar BeutnerFix permissions for agent CheckResult messages
2015-03-30 Jean-Marcel FlachAdd accept config/commands option to node setup
2015-03-29 Gunnar BeutnerAvoid unnecessary allocations in ScriptFrame::SetCurren...
2015-03-29 Gunnar BeutnerImprove timeperiod validation error messages
2015-03-29 Gunnar BeutnerFix validation errors for time ranges which span the...
2015-03-28 Gunnar BeutnerRemove unused #includes
2015-03-28 Gunnar BeutnerAvoid most other unnecessary PLT indirections
2015-03-28 Gunnar BeutnerAvoid some unnecessary PLT indirections for constructor...
2015-03-28 Gunnar BeutnerBuild fix for db_ido_mysql
2015-03-28 Gunnar BeutnerMove implementation code from thpp files into separate...
2015-03-27 Gunnar BeutnerGenerate C++ code for type validators
2015-03-26 Gunnar BeutnerFix arrays in command arguments
2015-03-26 Gunnar BeutnerFix crash in MakeX509CSR when using ancient versions...
2015-03-26 Gunnar BeutnerFix assertion failure in IdoMysqlConnection::FieldToEsc...
2015-03-23 Gunnar BeutnerFix incorrect variable values for apply+for
2015-03-23 Gunnar BeutnerAdd support for the C++11 keyword 'override'
2015-03-22 Gunnar BeutnerAdd missing include in loader.cpp
2015-03-21 Gunnar BeutnerFix: 'return' keyword doesn't work inside for loops
2015-03-21 Gunnar BeutnerImplement constructor-style casts
2015-03-21 Gunnar BeutnerFix copyright header indentation
2015-03-21 Gunnar BeutnerFix style violations
2015-03-20 Michael FriedrichFix missing config validator for command arguments...
2015-03-20 Gunnar BeutnerAllow using more than one %validator rule for the same...
2015-03-20 Gunnar BeutnerFlush stderr in Application::Exit
2015-03-20 Gunnar BeutnerDon't allow users to instantiate the StreamLogger class
2015-03-20 Gunnar BeutnerUse TypeInstance field instead of looking up types...
2015-03-19 Gunnar BeutnerMake load order for objects more reliable
2015-03-19 Michael FriedrichAdd "random" CheckCommand for test and demo purposes
2015-03-19 Michael FriedrichUse Utility::NaturalJoin for notification filter formatting
2015-03-19 Gunnar BeutnerImprove error message for invalid field access
2015-03-19 Gunnar BeutnerFix leak in ConfigCompiler::CompileStream
2015-03-18 Gunnar BeutnerDon't use the thread pool to compile Livestatus scripts
2015-03-18 Gunnar BeutnerFix crash in ConsoleCommand::Run
2015-03-18 Gunnar BeutnerFix initialization order for type objects
2015-03-18 Gunnar BeutnerMake order for deferred initializers deterministic
2015-03-18 Gunnar BeutnerFix livestatus unit tests
2015-03-18 Gunnar BeutnerClean up the start-up process a bit
2015-03-18 Gunnar BeutnerAdd auto-completion suggestions for built-in attributes
2015-03-18 Gunnar BeutnerImprove auto-completion for the 'icinga2 console' command
2015-03-18 Gunnar BeutnerImplement auto-completion support for 'icinga2 console'
2015-03-17 Gunnar BeutnerImplement support for libedit
2015-03-17 Gunnar BeutnerMove the base command templates into libmethods
2015-03-16 Louis SautierRemove prompt to create a TicketSalt from the wizard
2015-03-16 Gunnar BeutnerAdd OS details in 'icinga2 --version'
2015-03-16 Gunnar BeutnerImprove Flex version detection on Windows
2015-03-15 Gunnar BeutnerEnsure that flex meets the version requirements
2015-03-15 Gunnar BeutnerDon't ignore extraneous arguments for functions
2015-03-14 Gunnar BeutnerMerge COMMIT and BEGIN into the previous MySQL query
2015-03-13 Gunnar BeutnerImplement support for CLIENT_MULTI_STATEMENTS
2015-03-13 Gunnar BeutnerDon't update custom vars for each status update
2015-03-13 Gunnar BeutnerImplement the pending_queries metric for the IDO check...
2015-03-12 Michael FriedrichShow notification state/type filter names in notice...
2015-03-12 Michael FriedrichFix log message for cli commands breaks the init script
2015-03-12 Gunnar BeutnerBuild fix
2015-03-12 Gunnar BeutnerImprove output for the ido check task
2015-03-12 Michael FriedrichFix crash in Dependency::Stop()
2015-03-12 Gunnar BeutnerImplement a check for IDO database connections
next