]> granicus.if.org Git - icinga2/history - lib
Add another unit test for expressions
[icinga2] / lib /
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 Michael FriedrichCli: "node wizard" shouldn't crash when SaveCert fails
2014-12-15 Gunnar BeutnerFix incorrect variable scoping
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 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 Michael FriedrichDB IDO: Update child object reachability if parentchang...
2014-12-12 Gunnar BeutnerFix the prototype for the Object class
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 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 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 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 BeutnerImprove error reporting when libmysqlclient or libpq...
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 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 Gunnar BeutnerFix typeof() for numbers
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 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-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 BeutnerImplement validator for the check_interval attribute
2014-12-05 Michael FriedrichExecute checks locally if command_endpoint == local...
2014-12-04 Gunnar BeutnerFix crash in the unit tests
2014-12-04 Michael Friedrichcli: Fix node update-config errors
2014-12-02 Gunnar BeutnerAdd missing validator for the socket_path attribute
2014-12-02 Gunnar BeutnerImplement socket_path attribute for the IdoMysqlConnect...
2014-12-01 Gunnar BeutnerFix problem with macro arguments which are not separate...
2014-12-01 Michael FriedrichDon't execute built-in commands on the master in remote...
2014-12-01 Michael FriedrichFix missing lock in ConfigUpdateHandler()
2014-12-01 Gunnar BeutnerFix a memory leak in the ReadLineContext class
2014-11-28 Gunnar BeutnerProperly reset the ThreadPool status in Stop
2014-11-28 Gunnar BeutnerMake the config lexer return an error for unterminated...
2014-11-28 Gunnar BeutnerMake the config parser thread-safe
2014-11-28 Gunnar BeutnerShow source line information for the "repl" command
2014-11-27 Michael FriedrichCli: Ensure that repository path is created on 'node...
2014-11-27 Gunnar BeutnerImplement support for arrays in command arguments
2014-11-27 Gunnar BeutnerFix incorrect operators in GelfWriter::NotificationToUs...
2014-11-27 Gunnar BeutnerFix crash in CreateCert
2014-11-27 Gunnar BeutnerRemove the __parent field in the DynamicObject class
2014-11-25 Gunnar BeutnerImplement the %, ^, %=, ^=, &= and |= operators
2014-11-25 Gunnar BeutnerBuild fix for GCC
2014-11-25 Gunnar BeutnerImplicitly convert Number argument to string for operator +
2014-11-25 Gunnar BeutnerMove the parser's global variables to the ConfigCompile...
2014-11-25 Gunnar BeutnerFix parser problem with missing new-lines
2014-11-25 Gunnar BeutnerUse MakeLiteral instead of 'new LiteralExpression'
2014-11-25 Gunnar BeutnerRemove the global m_Expressions variable
2014-11-24 Gunnar BeutnerMake SetExpression check whether the LHS is null
2014-11-24 Gunnar BeutnerFix some compiler warnings
2014-11-24 Gunnar BeutnerDisallow - in identifiers
2014-11-24 Gunnar BeutnerImplement the __if and __else keywords
2014-11-24 Gunnar BeutnerChange parameter type for include and include_recursive...
2014-11-24 Gunnar BeutnerMove the cast functions into libbase
2014-11-24 Gunnar BeutnerRemove unused parameter
2014-11-24 Gunnar BeutnerRemove unused code in the ThinMutex class
2014-11-23 Gunnar BeutnerFix the __return keyword
2014-11-23 Gunnar BeutnerFix unary minus operator
2014-11-23 Gunnar BeutnerFix scoping for __for
2014-11-23 Gunnar BeutnerFix a crash in the "repl" command
2014-11-23 Gunnar BeutnerFix the reduce/reduce conflicts
2014-11-23 Gunnar BeutnerAdd missing return value for ReplCommand::Run
next