]> granicus.if.org Git - icinga2/shortlog
icinga2
2015-01-22 Michael FriedrichUpdate copyright year
2015-01-22 Gunnar BeutnerUpdate documentation
2015-01-22 Gunnar BeutnerUpdate documentation
2015-01-21 Edvin SeferovicRemoved mail_from from check_ssmtp command.
2015-01-21 Jean FlachRephrase 2 lines so they conform with the style
2015-01-21 Jean FlachFix an Icinga crash, improve a log message
2015-01-21 Jean FlachRemove my evil twin from AUTHORS
2015-01-21 Gunnar BeutnerUpdate documentation
2015-01-21 Gunnar BeutnerRename ScriptFunction to Function
2015-01-20 Gunnar BeutnerImplement the Array#sort method
2015-01-20 Gunnar BeutnerUpdate documentation
2015-01-20 Gunnar BeutnerMake sure we don't include zones.d directories for...
2015-01-19 Gunnar BeutnerFix a couple of spelling mistakes
2015-01-19 Gunnar BeutnerUpdate documentation
2015-01-19 Tobias von... Fix hardcoded host notifications_options value in compa...
2015-01-16 Gunnar BeutnerImplement the "globals" and "locals" keyword
2015-01-16 Gunnar BeutnerImplement some more utility functions
2015-01-16 Gunnar BeutnerFix incorrect source line info in the CLI console
2015-01-16 Gunnar BeutnerMake argument for the return keyword optional
2015-01-16 Gunnar BeutnerFix deadlock in VMOps::For
2015-01-15 Gunnar BeutnerDisallow spaces in T_STRING_ANGLE
2015-01-15 Gunnar BeutnerImplement the Function#callv helper function
2015-01-15 Gunnar BeutnerImplement more utility functions
2015-01-15 Tobias von... Fix typos in readme file for windows plugins
2015-01-15 Jean FlachMake Icinga exit on invalid log-severity argument
2015-01-15 Tobias von... Use https://www.icinga.org as Icinga website url
2015-01-14 Gunnar BeutnerImprove argument validation for the String#substr and...
2015-01-14 Gunnar BeutnerFix incorrect exception type
2015-01-14 Tobias von... Correct documentation about the host attribute of an...
2015-01-14 Gunnar BeutnerImplement missing Type::SetField method
2015-01-14 Gunnar BeutnerFix YAJL detection on Debian squeeze
2015-01-14 Gunnar BeutnerAdd missing meta type class for the Type class
2015-01-14 Gunnar BeutnerImplement more methods for the String class
2015-01-14 Gunnar BeutnerImplement the call() method for functions
2015-01-13 Michael FriedrichDocumentation: Update Icinga Web 2 uri to /icingaweb2
2015-01-13 Gunnar BeutnerFix a typo in one of the config examples
2015-01-13 Gunnar BeutnerRemove libreadline support
2015-01-13 Gunnar BeutnerRemove the debian packaging files
2015-01-13 Jean FlachFix single global options not working correctly on...
2015-01-13 Jean FlachFix another case where debug lines were displayed
2015-01-13 Jean FlachFix a debug line being displayed in non-debug mode
2015-01-12 Jean FlachAdd -d/--debug option for windows plugins
2015-01-12 Gunnar BeutnerMove the ido-{my,pg}sql.conf config files into the...
2015-01-12 Gunnar BeutnerUpdate AUTHORS
2015-01-12 Joseph L. CasaleAdds additional documentation for snmp traps and passiv...
2015-01-12 Gunnar BeutnerRename the "repl" command to "console"
2015-01-12 Gunnar BeutnerVerify array bounds
2015-01-12 Gunnar BeutnerFix some more compiler warnings
2015-01-12 Gunnar BeutnerFix compiler warnings
2015-01-12 Gunnar BeutnerChange return type for 'set' expressions to Empty
2015-01-12 Gunnar BeutnerImplicitly convert filter values to bool for object...
2015-01-09 Michael FriedrichUpdate documentation for v2.2.3
2015-01-09 Michael FriedrichFix wrong host/node name in update-config blacklist
2015-01-09 Michael FriedrichFix crash in node update-config
2015-01-09 Jean FlachUpdate check_service help
2015-01-09 Gunnar BeutnerDisable Application::SetResourceLimits on non-Linux...
2015-01-09 Michael FriedrichIncrease DB IDO query queue limit
2015-01-09 Gunnar BeutnerFix error messages in LivestatusListener::ServerThreadProc
2015-01-08 Michael FriedrichIncorrect ticket number shouldn't cause "node wizard...
2015-01-08 Michael FriedrichFix DebugInfoRange for ApplyExpression in config parser
2015-01-08 Tobias von... Fix a typo in the example of the StatusDataWriter docum...
2015-01-08 Michael FriedrichFix sending notifications for volatile checks on OK...
2015-01-08 Gunnar BeutnerUse @$ instead of DebugInfoRange
2015-01-08 Gunnar BeutnerDeactivate Livestatus listener before writing the state...
2015-01-08 Gunnar BeutnerRemove unnecessary default rules
2015-01-08 Gunnar BeutnerFix missing command arguments
2015-01-08 Gunnar BeutnerAllow side-effect-free expressions in a limited number...
2015-01-08 Gunnar BeutnerDisallow side-effect-free r-value expressions in expres...
2015-01-07 Gunnar BeutnerFix ambiguity when parsing include_recursive
2015-01-07 Gunnar BeutnerFix a compiler warning
2015-01-07 Gunnar BeutnerAdd unit tests for escape sequences
2015-01-07 Gunnar BeutnerFix escape sequence for double quotes
2015-01-07 Gunnar BeutnerFix escape sequence for backslashes
2014-12-22 Gunnar BeutnerBuild fix for Windows
2014-12-20 Gunnar BeutnerFix incorrect week day calculation in LegacyTimePeriod...
2014-12-20 Gunnar BeutnerDon't show stack traces for known exception types
2014-12-20 Gunnar BeutnerImprove error reporting
2014-12-20 Gunnar BeutnerImprove error reporting for the import keyword
2014-12-20 Gunnar BeutnerReport error for invalid escape sequences
2014-12-20 Gunnar BeutnerFix integer overflow in len()
2014-12-20 Gunnar BeutnerMake sure that Value::IsEmpty() returns true for empty...
2014-12-20 Gunnar BeutnerImprove error message for invalid field accesses
2014-12-20 Gunnar BeutnerMake sure that "feature enable" uses relative paths...
2014-12-19 Gunnar BeutnerFix debug info for indexer
2014-12-19 Gunnar BeutnerMake sure the livestatus module works when the compat...
2014-12-19 Gunnar BeutnerDisable vfork() on OS X
2014-12-19 Tim HardeckExclude prepare-dirs from bin package
2014-12-19 Gunnar BeutnerImplement the __commit function
2014-12-19 Gunnar BeutnerImplement the __get_objects function
2014-12-19 Gunnar BeutnerAllow relative paths for the UNIX socket
2014-12-19 Gunnar BeutnerRename _DEBUG to I2_DEBUG
2014-12-19 Gunnar BeutnerFix a deadlock in TlsStream::Read / TlsStream::Close
2014-12-19 Gunnar BeutnerFix validation for service names in Notification, Depen...
2014-12-19 Jean FlachChange some things up in the windows-plugins
2014-12-19 Gunnar BeutnerMove the InstallConfig include into the top-level CMake...
2014-12-19 Gunnar BeutnerImplement CMake options for some of the modules
2014-12-19 Jean FlachFix a compiler warning
2014-12-18 Gunnar BeutnerReplace spaces with tabs
2014-12-18 Gunnar BeutnerRemove obsolete code
2014-12-18 Gunnar BeutnerRefactor the WorkQueue class to make error reporting...
next