]> granicus.if.org Git - icinga2/history - lib/base
Fix the .bundle validation.
[icinga2] / lib / base /
2014-04-12 Gunnar BeutnerSet OpenSSL locking callback.
2014-04-12 Gunnar BeutnerFix file descriptors not getting closed properly
2014-04-09 Gunnar BeutnerAnother build fix for Windows.
2014-04-09 Gunnar BeutnerWindows build fix.
2014-04-09 Gunnar BeutnerAvoid unnecessary copies for DynamicType::GetObjects.
2014-04-09 Gunnar BeutnerAllow dictionaries to contain null values.
2014-04-08 Gunnar BeutnerRename the service state constants.
2014-04-08 Gunnar BeutnerFix invalid timeout for poll().
2014-04-07 Michael FriedrichRemove the 'Icinga' prefix for global constants.
2014-04-06 Gunnar BeutnerRefactor name helper classes a bit.
2014-04-05 Gunnar BeutnerMake sure that Utility::GlobRecursive doesn't recurse...
2014-04-05 Gunnar BeutnerImplement relative object names.
2014-04-05 Gunnar BeutnerRename "short_name", "host" and "sevice" attributes.
2014-04-04 Gunnar BeutnerImplement host checks.
2014-04-03 Michael FriedrichMerge 'macros' and 'custom' attributes into 'vars'...
2014-04-02 Gunnar BeutnerImplement operator - for arrays.
2014-04-02 Gunnar BeutnerAllow anonymous functions to be garbage-collected.
2014-04-02 Gunnar BeutnerRemove support for external scripting languages.
2014-04-01 Gunnar BeutnerImplement additional arguments for log().
2014-03-31 Gunnar BeutnerBuild fix for FreeBSD. v0.0.9
2014-03-30 Gunnar BeutnerBuild fix for FreeBSD/OS X.
2014-03-30 Gunnar BeutnerBuild fix.
2014-03-30 Gunnar BeutnerAllow "object" and "apply" in AST expressions.
2014-03-30 Gunnar BeutnerMerge branch 'feature/config-5870' into next
2014-03-30 Gunnar BeutnerImplement Utility::GetSymbolName and Utility::GetSymbol...
2014-03-30 Gunnar BeutnerAdd missing lock in DeserializeObject().
2014-03-30 Gunnar BeutnerFix crash in DiagnosticInformation().
2014-03-28 Gunnar BeutnerImplement instance variable "templates" for config...
2014-03-28 Gunnar BeutnerRename __name and __type properties.
2014-03-24 Gunnar BeutnerMerge branch 'feature/config-parser-5846' into next
2014-03-24 Gunnar BeutnerImprove error message for invalid inline service defini...
2014-03-24 Gunnar BeutnerAdd missing brace.
2014-03-23 Gunnar BeutnerMove Addr2Line function to the Utility class.
2014-03-23 Gunnar BeutnerImplement the exit() script function.
2014-03-23 Gunnar BeutnerRefactor the config parser's AST.
2014-03-22 Gunnar BeutnerImplement comparison operators for operands of differen...
2014-03-22 Gunnar BeutnerDon't show stack traces for user errors.
2014-03-21 Gunnar BeutnerResolve relative paths for StackTrace::Addr2Line.
2014-03-20 Michael FriedrichMerge branch 'feature/db-endpoints-5636' into next
2014-03-20 Michael FriedrichDB IDO: Send endpoint authority for status updates.
2014-03-20 Gunnar BeutnerWindows build fix.
2014-03-20 Gunnar BeutnerMake accessing undefined variables an error (instead...
2014-03-20 Gunnar BeutnerAdd special cases for Array and Dictionary in Value...
2014-03-20 Gunnar BeutnerImplement union() and intersection() functions.
2014-03-20 Gunnar BeutnerAdd missing file.
2014-03-20 Gunnar BeutnerImplement missing operators for the Value class.
2014-03-19 Gunnar BeutnerMerge branch 'feature/apply-5789' into next
2014-03-19 Gunnar BeutnerImplement regex() and match() functions.
2014-03-19 Gunnar BeutnerMake Value operators const where possible.
2014-03-19 Michael FriedrichChange copyright header (again).
2014-03-17 Gunnar BeutnerStop checks during shutdown.
2014-03-17 Gunnar BeutnerFix null pointer dereference in Timer::AdjustTimers.
2014-03-14 Gerd von EgidyOutput child pid to debug log when forking.
2014-03-14 Gunnar BeutnerWindows build fix.
2014-03-14 Gunnar BeutnerUse more threads for Process I/O.
2014-03-14 Gunnar BeutnerFix Process timeouts.
2014-03-13 Gunnar BeutnerFix: Plugin-based checks are broken.
2014-03-12 Michael FriedrichBuild fix.
2014-03-12 Gunnar BeutnerBuild fix.
2014-03-12 Gunnar BeutnerCall Process callbacks asynchronously.
2014-03-12 Gunnar BeutnerDecrease the maximum number of threads allowed per...
2014-03-12 Gunnar BeutnerUse fewer threads for plugin-based checks.
2014-03-10 Gunnar BeutnerFix file descriptor leak in StackTracce::Addr2Line.
2014-03-07 Michael FriedrichDocumentation: Add Domains.
2014-03-06 Gunnar BeutnerInclude source file name and line numbers in stack...
2014-02-20 Michael FriedrichRefactor status/perfdata stats registry.
2014-02-17 Michael FriedrichImplement StatsFunction Registry for features.
2014-02-14 Gunnar BeutnerRevert "Set stack size rlimit."
2014-02-14 Gunnar BeutnerSet stack size rlimit.
2014-02-12 Gunnar BeutnerMake Visual Studio 2010 happy (maybe).
2014-02-07 Michael FriedrichAdd Cluster Health Check.
2014-02-07 Michael FriedrichFix including a non-existing directory exception requir...
2014-02-06 Michael FriedrichAdd IcingaNodeName script variable, set as check source...
2014-02-05 Gunnar BeutnerFix memory leak in Utility::GlobRecursive.
2014-01-31 Gunnar BeutnerImplement an option to disable use of vfork().
2014-01-28 Gunnar BeutnerFix UNIX sockets on FreeBSD.
2014-01-14 Michael FriedrichMerge branch 'feature/log-trunc-rotate-5448' into next
2014-01-14 Michael FriedrichFilelogger must not truncate log file, but append its...
2014-01-08 Michael FriedrichUpdate copyright header.
2013-12-18 Gunnar BeutnerImplement "safe mode" for icinga::Deserialize.
2013-12-17 Michael FriedrichMerge branch 'fix/refactor-hist-tables-5351' into next
2013-12-17 Michael FriedrichUse std::string::find() in String::Contains().
2013-12-17 Michael FriedrichAdd String::Contains().
2013-12-17 Gunnar BeutnerUpdate log level for some messages.
2013-12-17 Gunnar BeutnerEmbed constants into lib{base,icinga,db_ido}.
2013-12-17 Gunnar BeutnerMerge branch 'feature/compiler-warnings-5349' into...
2013-12-17 Gunnar BeutnerFix compiler warnings in ThreadPool::ThreadPool.
2013-12-16 Gunnar BeutnerMerge branch 'feature/console-logger-5342' into next
2013-12-16 Gunnar BeutnerFix a log message.
2013-12-16 Gunnar BeutnerRemove the ConsoleLogger class and keep the default...
2013-12-16 Michael FriedrichMove command argument logging into the unix process...
2013-12-16 Gunnar BeutnerFix race condition in Logger::GetLoggers.
2013-12-15 Gunnar BeutnerMerge branch 'feature/race-cond-5337' into next
2013-12-15 Gunnar BeutnerFix race condition in icinga::Log.
2013-12-14 Gunnar BeutnerFix another race condition in DynamicObject::Start.
2013-12-13 Michael FriedrichLog commands and their arguments.
2013-12-13 Gunnar BeutnerFix crash in icinga::Log.
2013-12-13 Gunnar BeutnerMerge branch 'feature/tp-contention-5327' into next
2013-12-13 Gunnar BeutnerImprove performance for icinga::Deserialize.
2013-12-13 Gunnar BeutnerImprove WorkQueue performance
next