]> granicus.if.org Git - icinga2/history - lib
Fix incorrect operators in GelfWriter::NotificationToUserHandler
[icinga2] / lib /
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
2014-11-23 Gunnar BeutnerAdd color tags to the repl command
2014-11-23 Gunnar BeutnerImplement more unit tests
2014-11-23 Gunnar BeutnerRemove debug code
2014-11-23 Gunnar BeutnerFix some more shift/reduce conflicts
2014-11-23 Gunnar BeutnerImplement unit tests for the config parser
2014-11-23 Gunnar BeutnerFix incorrect result for the !in operator
2014-11-23 Gunnar BeutnerImprove test coverage for the array class
2014-11-22 Gunnar BeutnerFix the shift/reduce conflicts in the parser
2014-11-22 Gunnar BeutnerRemove the C++ code generator
2014-11-22 Gunnar BeutnerRefactor the stack frame handling for scripts
2014-11-22 Gunnar BeutnerFix initialization bug for the Notification class
2014-11-21 Gunnar BeutnerFix initialization for the ApiListener class
2014-11-21 Gunnar BeutnerFix initialization bug for the Endpoint class
2014-11-21 Gunnar BeutnerMake sure source information is always available for...
2014-11-21 Gunnar BeutnerSplit DynamicObject::OnConfigLoaded into two separate...
2014-11-21 Gunnar BeutnerImprove error messages for the config parser
2014-11-21 Gunnar BeutnerFix some incorrectly generated code
2014-11-20 Gunnar BeutnerBuild fix
2014-11-20 Gunnar BeutnerImplement a C++ code generator for libconfig
2014-11-20 Gunnar BeutnerRefactor apply/object rules
2014-11-20 Gunnar BeutnerFix incorrect return type for ScriptSignal::Invoke
2014-11-20 Gunnar BeutnerFix incorrect error message for localhost (in "node...
2014-11-20 Gunnar BeutnerRefactor the config validator so that it doesn't requir...
2014-11-20 Gunnar BeutnerDon't validate strings in the JSON parser
2014-11-20 Gunnar BeutnerAvoid rebuilding libbase when the version number changes
2014-11-20 Gunnar BeutnerImplement support for signals
2014-11-18 Gunnar BeutnerFix another incorrect argument name
2014-11-17 Gunnar BeutnerAdd an option that hides CLI commands
2014-11-17 Gunnar BeutnerClean up the DebugHint class
2014-11-17 Gunnar BeutnerProvide a specialized function overload for Convert...
2014-11-17 Gunnar BeutnerComment out InitializeProcThreadAttributeList (for...
2014-11-16 Gunnar BeutnerImplement an experimental variable to limit the number...
2014-11-15 Gunnar BeutnerFix: Names for nested objects are evaluated at the...
2014-11-15 Gunnar BeutnerFix "object list" output for empty fields
2014-11-15 Gunnar BeutnerFix missing debug info for nested dictionaries
2014-11-15 Gunnar BeutnerUse Array::Contains in InExpression/NotInExpression
2014-11-14 Michael FriedrichMake sure that notified users are stored in state file
2014-11-14 Gunnar BeutnerMerge branch 'larsengels-master'
2014-11-14 Lars EngelsAdd support to conditionally use MysSQL and/or PostgreSQL
2014-11-13 Gunnar BeutnerFix null pointer dereference while parsing the config
2014-11-13 Gunnar BeutnerAdd default parameters to the AST classes
2014-11-13 Gunnar BeutnerFix crash in StreamLogger::~StreamLogger
2014-11-13 Michael FriedrichDrop invalid headers from libhello debug code
2014-11-13 Gunnar BeutnerUse Application::Exit to implement the exit() script...
2014-11-13 Gunnar BeutnerRemove debug code
2014-11-13 Gunnar BeutnerRemove some more redundant code from "node wizard"
2014-11-13 Gunnar BeutnerFix handling of the CA certificate in "node wizard"
2014-11-13 Gunnar BeutnerImplement support for executing remote commands
2014-11-13 Gunnar BeutnerFix deadlock in ThreadPool::Stop
2014-11-13 Gunnar BeutnerRemove unions from the DebugInfo class
2014-11-13 Gunnar BeutnerAdd missing Stop call in the Logger class
2014-11-13 Gunnar BeutnerImprove error messages for the Process class
2014-11-13 Gunnar BeutnerRemove obsolete mutex profiling code
2014-11-12 Gunnar BeutnerMake sure all threads are dead before calling fork()
2014-11-12 Gunnar BeutnerImplement the __get_object function
2014-11-12 Michael FriedrichGelfWriter: Change _state to human-readable string
2014-11-12 Michael FriedrichGelfWriter: Add missing fields, fix notification state
2014-11-12 Gunnar BeutnerAdd release barrier in ObjectLock::Unlock
2014-11-12 Gunnar BeutnerFix incorrect field name
2014-11-12 Gunnar BeutnerFix crash when daemonizing Icinga
2014-11-12 Gunnar BeutnerAdd missing barriers for Object::m_LockOwner
2014-11-12 Gunnar BeutnerFix _DEBUG define on *NIX
2014-11-12 Gunnar BeutnerFix validator for dependency filters
2014-11-12 Gunnar BeutnerFix crash in the unit tests
2014-11-12 Gunnar BeutnerFix static initializers for Utility::AddDeferredInitializer
2014-11-12 Gunnar BeutnerAllow thin mutex calls to be inlined
2014-11-12 Gunnar BeutnerAllow locks to be inlined
2014-11-11 Gunnar BeutnerRemove debug code
2014-11-11 Gunnar BeutnerAdd missing default arguments
2014-11-11 Gunnar BeutnerAllow String class members to be inlined
2014-11-11 Gunnar BeutnerAllow Value class members to be inlined
2014-11-11 Gunnar BeutnerClean up the code a bit
2014-11-11 Gunnar BeutnerFix _DEBUG define
2014-11-11 Gunnar BeutnerFix incorrect IDO queries
2014-11-11 Gunnar BeutnerEnable ASSERT() for *NIX debug builds
2014-11-11 Michael FriedrichMerge branch 'feature/gelf-writer-7619'
next