]> granicus.if.org Git - icinga2/shortlog
icinga2
2014-12-15 Gunnar BeutnerAdd unit tests for the "var" keyword
2014-12-15 Gunnar BeutnerGet rid of the local/global keywords
2014-12-15 Gunnar BeutnerFix unit test
2014-12-15 Michael FriedrichCli: "node wizard" shouldn't crash when SaveCert fails
2014-12-15 Gunnar BeutnerFix incorrect variable scoping
2014-12-15 Michael FriedrichDocs: Fix gdb pretty printers
2014-12-15 Michael FriedrichDocs: Update dependency state filter explaination
2014-12-15 Gunnar BeutnerRemove unnecessary includes
2014-12-15 Gunnar BeutnerDisable impersonation for the "repl" command
2014-12-15 Gunnar BeutnerRemove unused code
2014-12-15 Gunnar BeutnerMake sure IcingaApplication::GetVars returns a default...
2014-12-14 Gunnar BeutnerAllow if/else in rterms
2014-12-14 Gunnar BeutnerOnly implicitly convert strings to indexers
2014-12-14 Gunnar BeutnerRefactor how variable scopes work
2014-12-13 Gunnar BeutnerMake sure Serialize() doesn't fail for objects which...
2014-12-13 Gunnar BeutnerBackport i2tcl's error reporting functionality into...
2014-12-13 Gunnar BeutnerImplement the 'global' keyword to differentiate between...
2014-12-13 Gunnar BeutnerFix operator precedence for =>
2014-12-13 Gunnar BeutnerRemove obsolete unit test
2014-12-13 Gunnar BeutnerImplement support for lambdas
2014-12-12 Gunnar BeutnerImprove error messages for failed expressions
2014-12-12 Gunnar BeutnerDisallow calling strings as functions
2014-12-12 Steve McMasterAdd -t options to "snmp" and "snmp-manubulon-command...
2014-12-12 Michael FriedrichDB IDO: Update child object reachability if parentchang...
2014-12-12 Gunnar BeutnerFix the prototype for the Object class
2014-12-12 Gunnar BeutnerRename VMFrame to ScriptFrame in the unit tests
2014-12-12 Gunnar BeutnerFix the clone() methods for the Array and Dictionary...
2014-12-12 Gunnar BeutnerMove the VMFrame class to libbase
2014-12-12 Gunnar BeutnerImplement prototype functions
2014-12-12 Gunnar BeutnerFix debug visualizer for the Value type
2014-12-12 Michael FriedrichDB IDO: Missing last_hard_state column update in {host...
2014-12-12 Gunnar BeutnerAdd missing DebugInfo for field accesses
2014-12-12 Gunnar BeutnerImplement string indexers
2014-12-11 Gunnar BeutnerFix if for non-boolean arguments
2014-12-11 Gunnar BeutnerImplement a way to call methods on objects
2014-12-11 Michael FriedrichDocumentation: Add note on default notification interva...
2014-12-11 Gunnar BeutnerUpdate AUTHORS
2014-12-11 Steve McMasterRemove remarks about setting dictionary value to null...
2014-12-11 Gunnar BeutnerUpdate error message to use the correct lexer token...
2014-12-11 Michael FriedrichCli: Don't parse node repository files twice in 'node...
2014-12-11 Gunnar BeutnerFix path for the OpenSSL DLLs
2014-12-11 Gunnar BeutnerFix unit tests
2014-12-11 Gunnar BeutnerRemove the __ prefix from some of the lexer tokens
2014-12-11 Gunnar BeutnerFix another crash in ThreadPool::Stop
2014-12-11 Gunnar BeutnerFix crash in ThreadPool::Stop
2014-12-11 Gunnar BeutnerValidate configuration files during reload
2014-12-11 Gunnar BeutnerImprove error reporting when libmysqlclient or libpq...
2014-12-10 Carlos CesarioDocumentation: Add import template in dependencies...
2014-12-10 Michael FriedrichCli: Make sure to check for removed nodes only once...
2014-12-10 Gunnar BeutnerFix set_if for non-numeric boolean values
2014-12-10 Gunnar BeutnerFix missing location information for included files
2014-12-10 Gunnar BeutnerEscape special characters in repository file names
2014-12-10 Gunnar BeutnerMake ConfigCompiler::HandleInclude return an inline...
2014-12-10 Gunnar BeutnerFix failing unit tests
2014-12-10 Gunnar BeutnerRemove obsolete unit tests
2014-12-10 Gunnar BeutnerFix crash in RepositoryUtility::AddObject
2014-12-10 Gunnar BeutnerAdd log message for heartbeat timeouts
2014-12-10 Gunnar BeutnerImplement a boolean sub-type for the Value class
2014-12-09 Gunnar BeutnerFix operator precedence for %, |, ^, &, in and !in...
2014-12-09 Gunnar BeutnerAllow modifying the name attribute
2014-12-09 Michael Friedrichspec: Fix icinga2-ido-* description
2014-12-09 Michael FriedrichDocs: Replace unixcat with nc -U
2014-12-09 Gunnar BeutnerImplement more unit tests for typeof()
2014-12-09 Gunnar BeutnerFix typeof() for numbers
2014-12-09 Jean FlachFix major bugs in windows plugins check_load and check_...
2014-12-09 Gunnar BeutnerBuild fix for Windows
2014-12-09 Gunnar BeutnerFix config validation in RepositoryUtility::AddObject
2014-12-09 Gunnar BeutnerImplement heartbeat messages for the cluster
2014-12-08 Gunnar BeutnerFix incorrect brace placement
2014-12-08 Gunnar BeutnerAdd unit tests for the typeof() operator
2014-12-08 Gunnar BeutnerAdd missing Flush() call in the CompatLogger class
2014-12-08 Gunnar BeutnerImprove output of ToString for type objects
2014-12-08 Gunnar BeutnerRegister type objects as global variables
2014-12-08 Gunnar BeutnerFix typeof incorrectly returning null for arrays and...
2014-12-06 Gunnar BeutnerMake the ThreadPool spawn fewer threads
2014-12-06 Gunnar BeutnerFix minor memory leak in the config parser
2014-12-06 Gunnar BeutnerUse relative paths for the OpenSSL DLLs
2014-12-05 Michael FriedrichDocs: Explain `nrpe_arguments` in NRPE section
2014-12-05 Michael FriedrichLivestatus: Fix missing host downtimes/comments
2014-12-05 Michael FriedrichRename static timer variables
2014-12-05 Gunnar BeutnerScriptUtils: Make sure arguments aren't null
2014-12-05 Gunnar BeutnerUse the boost packages from packages.icinga.org
2014-12-05 Gunnar BeutnerImplement validator for the check_interval attribute
2014-12-05 Michael FriedrichExecute checks locally if command_endpoint == local...
2014-12-04 Gunnar BeutnerFix warnings when using CMake 3.1.0
2014-12-04 Gunnar BeutnerFix crash in the unit tests
2014-12-04 Gunnar BeutnerFix unity builds on Windows
2014-12-04 Michael Friedrichcli: Fix node update-config errors
2014-12-03 Tim HardeckUse Icinga 1.x Apache conf
2014-12-02 Gunnar BeutnerAdd missing validator for the socket_path attribute
2014-12-02 Lars EngelsRemove bashisms from some of the shell scripts
2014-12-02 Gunnar BeutnerImplement socket_path attribute for the IdoMysqlConnect...
2014-12-02 Tim HardeckMove set_permission statement from common to bin
2014-12-02 Gunnar BeutnerMerge remote-tracking branch 'origin/fix/usr-lib-icinga...
2014-12-01 Tim HardeckAdd missing /usr/lib/icinga2 directory to rpm spec
2014-12-01 Tim HardeckUse _libexecdir instead of static path
2014-12-01 Gunnar BeutnerFix problem with macro arguments which are not separate...
2014-12-01 Michael FriedrichUpdate documentation
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...
next