]> granicus.if.org Git - icinga2/shortlog
icinga2
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...
2014-12-18 Gunnar BeutnerClean up the DebugInfo class
2014-12-18 Gunnar BeutnerFix crash in ConfigCompilerContext::WriteObject
2014-12-18 Michael FriedrichCompat: Fix event_handler_enabled dump based on enable_...
2014-12-18 Gunnar BeutnerFix crash when accessing invalid fields
2014-12-18 Gunnar BeutnerUpdate INSTALL.md for 2.2.2
2014-12-18 Gunnar BeutnerAdd new files from Debian's pkg-icinga2 repository
2014-12-18 Gunnar BeutnerRemove unused files from the Debian packages
2014-12-18 Gunnar BeutnerForward-port packaging changes from Debian's pkg-icinga...
2014-12-18 Gunnar BeutnerRemove usage info from --version
2014-12-17 Gunnar BeutnerUpdate RPM spec file to use the boost153 package on...
2014-12-17 Jean FlachAdd files needed by last commit
2014-12-17 Jean FlachAdd windows-plugin check_ping
2014-12-17 Gunnar BeutnerFix the dependency nightmare that is libreadline
2014-12-17 Gunnar BeutnerFix incorrect package name for SLES/openSUSE
2014-12-17 Gunnar BeutnerUpdate documentation for libreadline requirement
2014-12-17 Gunnar BeutnerUpdate livestatus and statusdata to properly support...
2014-12-16 Gunnar BeutnerFix another problem with boolean values in SQL queries
2014-12-16 Gunnar BeutnerBuild fix for Windows
2014-12-16 Gunnar BeutnerFix incorrect SQL values for boolean fields
2014-12-16 Gunnar BeutnerIncrease the timeout for "repl" sessions
2014-12-16 Gunnar BeutnerImplement Livestatus support for the "repl" command
2014-12-16 Gunnar BeutnerFix crash when accessing invalid fields on objects...
2014-12-16 Gunnar BeutnerUpdate the list of keywords
2014-12-16 Gunnar BeutnerAdd readline support for the "repl" command
2014-12-16 Gunnar BeutnerUpdate the documentation and RPM spec file for 2.2.2
2014-12-16 Gunnar BeutnerUpdate unit tests to use the new variable syntax
2014-12-16 Gunnar BeutnerAdd version output to the "repl" command
2014-12-16 Gunnar BeutnerMake sure that operator % throws an exception when...
2014-12-16 Gunnar BeutnerFix location info for strings
2014-12-15 Gunnar BeutnerAdd another unit test for expressions
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...
next