]> granicus.if.org Git - icinga2/shortlog
icinga2
2013-11-12 Gunnar BeutnerImplement debug visualizers for Visual Studio.
2013-11-12 Gunnar BeutnerFix library path for libpq on Windows.
2013-11-12 Michael FriedrichUpdate ChangeLog. v0.0.4
2013-11-12 Gunnar BeutnerMerge remote-tracking branch 'origin/feature/release...
2013-11-12 Gunnar BeutnerUse 32-bit CentOS for the Vagrant VM.
2013-11-12 Gunnar BeutnerFix CGI path in the Apache config.
2013-11-11 Markus FroschExclude debian/ from git-archive and dist tarballs.
2013-11-11 Gunnar BeutnerMake sure that Notification::notification_command is...
2013-11-11 Gunnar BeutnerFix service and notification templates.
2013-11-11 Michael FriedrichLivestatus: Fix program start time in status table.
2013-11-11 Michael FriedrichFix CompatUtility::{ConvertTimestamp,GetCheckResultOutp...
2013-11-11 Michael FriedrichLivestatus: Fix additional stats columns causing problems.
2013-11-11 Gunnar BeutnerFix compiler warning in PerfdataValue::Parse.
2013-11-11 Gunnar BeutnerFix Convert::ToString.
2013-11-11 Gunnar BeutnerFix LivestatusListener config object.
2013-11-11 Gunnar BeutnerBump version.
2013-11-11 Gunnar BeutnerAdd changelog for 0.0.4.
2013-11-11 Gunnar BeutnerImplement one-time notification for escalation contacts.
2013-11-11 Gunnar BeutnerMerge branch 'feature/checks-5049' into next
2013-11-11 Gunnar BeutnerFix exception in Value::ToJson().
2013-11-11 Gunnar BeutnerOptimize DynamicObject::HasAuthority().
2013-11-10 Gunnar BeutnerOptimize Service::GetHost.
2013-11-10 Gunnar BeutnerAdd check statistics.
2013-11-10 Gunnar BeutnerOptimize signal calls.
2013-11-10 Gunnar BeutnerFix type for CheckResult::command.
2013-11-09 Gunnar BeutnerMerge branch 'feature/checkresult-5039' into next
2013-11-09 Gunnar BeutnerRefactor the Service::Is{Comment,Downtime}* methods.
2013-11-09 Gunnar BeutnerImplement class for service downtimes.
2013-11-09 Gunnar BeutnerImplement class for service comments.
2013-11-09 Gunnar BeutnerIgnore invalid fields in the state file.
2013-11-09 Gunnar BeutnerReplace check result dictionaries with a class.
2013-11-09 Gunnar BeutnerRemove unused dependencies.
2013-11-09 Gunnar BeutnerFix compilation on openSUSE 12.3.
2013-11-09 Gunnar BeutnerUpdate minimum cmake version.
2013-11-08 Gunnar BeutnerMerge branch 'feature/dtype-5036' into next
2013-11-08 Gunnar BeutnerAdd missing new-line.
2013-11-08 Gunnar BeutnerFix unit tests.
2013-11-08 Gunnar BeutnerFix compiler warnings in auto-generated code.
2013-11-08 Gunnar BeutnerRemove GetType().
2013-11-08 Gunnar BeutnerUse anonymous namespaces for INITIALIZE_ONCE().
2013-11-08 Gunnar BeutnerAdd missing == operator for the Value class.
2013-11-08 Gunnar BeutnerClean up the DynamicType class.
2013-11-08 Gunnar BeutnerAdd missing copyrights.
2013-11-08 Gunnar BeutnerOptimize GraphiteWriter::SendMetric.
2013-11-08 Markus FroschMerge branch 'feature/debian-packaging-4988' into next
2013-11-08 Markus FroschUpdated Debian packaging for 0.0.4
2013-11-08 Markus FroschModified Debian packaging for development builds
2013-11-08 Markus FroschImported current Debian packaging (for 0.0.3)
2013-11-08 Gunnar BeutnerImplement serializer support for arbitrary classes.
2013-11-08 Gunnar BeutnerFix crash in CompatUtility::GetCheckResultPerfdata.
2013-11-08 Michael FriedrichRemove autotools leftovers.
2013-11-08 Michael FriedrichFix SLES boost detection.
2013-11-08 Gunnar BeutnerImplement support for performance data unit prefixes.
2013-11-07 Gunnar BeutnerFix unit test name.
2013-11-07 Michael FriedrichFix columns not fetched when using stats output.
2013-11-07 Michael FriedrichLivestatus: Add servive_checks(_rate) columns to status...
2013-11-07 Gunnar BeutnerMerge branch 'feature/perfdata-2710' into next
2013-11-07 Gunnar BeutnerUse PluginUtility::{Parse,Format}Perfdata for check...
2013-11-07 Gunnar BeutnerImplement performance data parser.
2013-11-07 Gunnar BeutnerImplement additional operators for the Value and String...
2013-11-07 Gunnar BeutnerUpdate gdbinit path.
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.
next