]> granicus.if.org Git - icinga2/shortlog
icinga2
2013-11-07 Gunnar BeutnerImplement String::FindFirstNotOf.
2013-11-07 Gunnar BeutnerOptimize ObjectImpl<>::GetDefault*().
2013-11-07 Michael FriedrichLivestatus: Add compat_log_path config option for histo...
2013-11-07 Gunnar BeutnerRemove namespace qualifiers for boost::make_shared...
2013-11-06 Michael FriedrichLivestatus: Fix crash when socket exception is thrown...
2013-11-06 Michael FriedrichLivestatus: Fix filter stack counter problem (and,...
2013-11-06 Michael FriedrichAdditional fixes for log table including test queries.
2013-11-06 Michael FriedrichFix detection of sles/suse_version in spec file.
2013-11-06 Michael FriedrichLivestatus: Add statehist table.
2013-11-05 Gunnar BeutnerImplement Utility::DemangleSymbolName on Windows.
2013-11-05 Gunnar BeutnerImplement String::GetData.
2013-11-05 Michael FriedrichAdd event commands to CompatLogger.
2013-11-05 Michael FriedrichFix filter parsing for values containing white spaces.
2013-11-05 Michael FriedrichMerge branch 'feature/livestatus-regexp-filter-5007...
2013-11-05 Michael FriedrichImplement regex match attribute filters (~, ~~)
2013-11-05 Gunnar BeutnerRevert "Update pg_hba.conf for the Vagrant VM."
2013-11-05 Gunnar BeutnerUpdate pg_hba.conf for the Vagrant VM.
2013-11-05 Gunnar BeutnerLink libhello against libconfig.
2013-11-05 Gunnar BeutnerUse boost::bind for WorkQueue::SetExceptionCallback.
2013-11-05 Gunnar BeutnerUpdate .gitignore file.
2013-11-05 Michael FriedrichMerge branch 'fix/livestatus-comments-5005' into next
2013-11-05 Michael FriedrichLivestatus: Fix default column accessor type for comments.
2013-11-05 Gunnar BeutnerFix exception in Exception in IdoPgsqlConnection::Query.
2013-11-05 Gunnar BeutnerImplement Vagrant support for ido-pgsql.
2013-11-05 Gunnar BeutnerFix package dependencies for RHEL 5.
2013-11-05 Gunnar BeutnerCreate RPM package for ido-pgsql.
2013-11-05 Gunnar BeutnerImplement --no-config option.
2013-11-05 Gunnar BeutnerFix base class for the Hello class.
2013-11-05 Gunnar BeutnerMerge branch 'feature/reflection-4996' into next
2013-11-05 Gunnar BeutnerImplement Type::GetBaseType().
2013-11-05 Gunnar BeutnerMerge ReflectionObject methods into the Object class.
2013-11-05 Gunnar BeutnerImplement abstract keyword for mkclass.
2013-11-05 Gunnar BeutnerImplement the ReflectionType class.
2013-11-05 Gunnar BeutnerMerge branch 'feature/app-bootstrap-4995' into next
2013-11-05 Gunnar BeutnerDon't explicitly load libmethods in libicinga.
2013-11-05 Gunnar BeutnerDon't compile SigHupHandler on Windows.
2013-11-05 Gunnar BeutnerImplement "hello world" test app.
2013-11-05 Gunnar BeutnerFix compiler warnings when compiling with Clang.
2013-11-04 Gunnar BeutnerImplement PostgreSQL adapter for IDO.
2013-11-04 Gunnar BeutnerMerge branch 'feature/methods-lib-4959' into next
2013-11-04 Gunnar BeutnerMake sure the name of the initial library (libicinga...
2013-11-04 Gunnar BeutnerMove methods to a separate library.
2013-11-04 Gunnar BeutnerLink libase against libdl.
2013-11-04 Michael FriedrichFix macros requiring last check result.
2013-11-04 Gunnar BeutnerMerge branch 'feature/osx-lib-4993' into next
2013-11-04 Gunnar BeutnerImplement support for loading OS X libraries.
2013-11-03 Gunnar BeutnerMerge branch 'feature/install-path-4992' into next
2013-11-03 Gunnar BeutnerInstall HTML documentation in .../htdocs.
2013-11-03 Gunnar BeutnerMerge branch 'feature/workqueue-assert-4991' into next
2013-11-03 Gunnar BeutnerFix: ASSERT in WorkQueue::Enqueue fails
2013-11-03 Gunnar BeutnerMerge branch 'feature/cmake-4962' into next
2013-11-03 Gunnar BeutnerImprove compatibility with ancient versions of Bison.
2013-11-03 Gunnar BeutnerAdd cmake build files.
2013-11-03 Gunnar BeutnerRemove unused files.
2013-11-03 Gunnar BeutnerMerge branch 'feature/freebsd-tests-4990' into next
2013-11-03 Gunnar BeutnerAdd missing newlines.
2013-11-03 Gunnar BeutnerDon't join threads that are already dead.
2013-11-02 Gunnar BeutnerFix deadlock in ThreadPool::Join.
2013-10-31 Gunnar BeutnerMerge branch 'feature/vs2013-4987' into next
2013-10-31 Gunnar BeutnerFix compilation with Visual Studio 2013.
2013-10-31 Gunnar BeutnerMerge branch 'feature/threadpool-join-4986' into next
2013-10-31 Gunnar BeutnerFix deadlock in ThreadPool::Join.
2013-10-31 Michael FriedrichUpdate documentation.
2013-10-31 Michael FriedrichUpdate documentation for livestatus log table.
2013-10-31 Michael FriedrichSet default values for IdoMysqlConnection config attrib...
2013-10-31 Michael FriedrichMerge branch 'fix/compat-util-4735' into next
2013-10-31 Michael FriedrichCompatUtility: Use functionality in compat/ido/livestatus.
2013-10-31 Michael FriedrichMerge branch 'feature/livestatus-log-table-4433' into...
2013-10-31 Michael FriedrichLivestatus: Add log table.
2013-10-30 Gunnar BeutnerMerge branch 'feature/checkresult-fix-4980' into next
2013-10-30 Gunnar BeutnerFix command_line accessor.
2013-10-30 Gunnar BeutnerMerge branch 'feature/authority-fix-4979' into next
2013-10-30 Gunnar BeutnerFix DynamicObject::HasAuthority.
2013-10-30 Gunnar BeutnerMerge branch 'feature/refactor-ido-cleanup-4969' into...
2013-10-30 Gunnar BeutnerRefactor DbConnection::CleanUpHandler.
2013-10-30 Gunnar BeutnerFix incorrect column name in the documentation.
2013-10-30 Gunnar BeutnerClean up DbConnection / IdoMysqlConnection.
2013-10-30 Gunnar BeutnerMerge branch 'feature/ido-workqueue-4758' into next
2013-10-30 Gunnar BeutnerImplement work queue support for db_ido_mysql.
2013-10-30 Gunnar BeutnerImplement WorkQueue::GetThreadId.
2013-10-30 Gunnar BeutnerMerge branch 'feature/libdl-freebsd-4977' into next
2013-10-30 Gunnar BeutnerFix libdl detection on FreeBSD.
2013-10-30 Gunnar BeutnerMerge branch 'feature/make-dist-4976' into next
2013-10-30 Gunnar BeutnerFix make dist.
2013-10-30 Gunnar BeutnerMerge branch 'feature/remove-ltdl-4964' into next
2013-10-30 Gunnar BeutnerRemove libltdl dependency.
2013-10-30 Gunnar BeutnerMerge branch 'feature/ido-options-4782' into next
2013-10-30 Gunnar BeutnerRemove unused methods from IdoMysqlConnection.
2013-10-30 Gunnar BeutnerAdd documentation for the DbCat* filters.
2013-10-30 Gunnar BeutnerAdd script constants for the DbCat* filter categories.
2013-10-30 Gunnar BeutnerImplement data processing options (DbConnection::catego...
2013-10-30 Gunnar BeutnerImplement DbQuery::Category field.
2013-10-30 Gunnar BeutnerMerge branch 'feature/property-fix-4973' into next
2013-10-30 Gunnar BeutnerFix short_name and display_name properties.
2013-10-28 Gunnar BeutnerMerge branch 'feature/mkclass-4963' into next
2013-10-28 Gunnar BeutnerImplement class compiler.
2013-10-25 Gunnar BeutnerFix unnecessary rebuilds of the config_parser.yy file.
2013-10-25 Gunnar BeutnerAdd support for running tests with xUnit.
2013-10-24 Gunnar BeutnerMerge branch 'feature/randomcheck-4896' into next
2013-10-24 Gunnar BeutnerClean up indentation.
next