]> granicus.if.org Git - icinga2/history - lib/icinga/servicegroup.cpp
Move the VMFrame class to libbase
[icinga2] / lib / icinga / servicegroup.cpp
2014-12-12 Gunnar BeutnerMove the VMFrame class to libbase
2014-11-22 Gunnar BeutnerRefactor the stack frame handling for scripts
2014-11-21 Gunnar BeutnerSplit DynamicObject::OnConfigLoaded into two separate...
2014-11-20 Gunnar BeutnerRefactor apply/object rules
2014-11-09 Gunnar BeutnerReplace boost::shared_ptr with boost::intrusive_ptr
2014-11-06 Gunnar BeutnerFix variable scope for object rules
2014-10-28 Gunnar BeutnerFix "assign where" for nested groups
2014-10-28 Gunnar BeutnerFix code style
2014-10-19 Gunnar BeutnerRefactor logging code
2014-10-19 Gunnar BeutnerRemove logger_fwd.hpp
2014-09-02 Gunnar BeutnerFix build problems with Oracle Solaris Studio
2014-08-17 Gunnar BeutnerClean up some parts of the code
2014-05-28 Michael FriedrichMerge branch 'fix/rename-log-lib-name-6346' into next
2014-05-28 Michael FriedrichChange log message identifier for libicinga.
2014-05-25 Gunnar BeutnerRename C++ header files.
2014-05-17 Gunnar BeutnerExecute apply/object rules in parallel.
2014-05-11 Gunnar BeutnerRemove unnecessary includes.
2014-05-01 Michael FriedrichMerge branch 'fix/apply-req-group-assign-6105' into...
2014-05-01 Michael FriedrichGroup assign requires object.groups update too (for...
2014-04-23 Michael FriedrichAdd group assign/ignore rules.
2014-04-14 Michael FriedrichAdd nested group support for {Host,Service,User}Group.
2014-03-19 Michael FriedrichChange copyright header (again).
2014-03-11 Michael FriedrichFix {Host,Service,User}Group::{Add,Remove}Member isn...
2014-01-08 Michael FriedrichUpdate copyright header.
2013-11-08 Gunnar BeutnerMerge branch 'feature/dtype-5036' into next
2013-11-08 Gunnar BeutnerClean up the DynamicType class.
2013-11-08 Markus FroschMerge branch 'feature/debian-packaging-4988' into next
2013-11-08 Gunnar BeutnerImplement serializer support for arbitrary classes.
2013-11-07 Gunnar BeutnerRemove namespace qualifiers for boost::make_shared...
2013-10-28 Gunnar BeutnerMerge branch 'feature/mkclass-4963' into next
2013-10-28 Gunnar BeutnerImplement class compiler.
2013-09-25 Gunnar BeutnerUpdate copyright information.
2013-08-26 Gunnar BeutnerRemove the replication feature and clean up the code.
2013-08-05 Gunnar Beutnerido: Implement servicegroup members.
2013-07-01 Gunnar BeutnerRemove the built-in attributes notes_url and action_url.
2013-03-25 Gunnar BeutnerRefactor AsyncTasks.
2013-03-22 Gunnar BeutnerRemove @threadsafety doc strings
2013-03-18 Gunnar BeutnerRefactor #includes (Part 4).
2013-03-16 Gunnar BeutnerRefactor #includes (Part 2).
2013-03-15 Gunnar BeutnerChange log level for some debug messages.
2013-03-14 Gunnar BeutnerUse 'explicit' for constructors.
2013-03-14 Gunnar BeutnerImplement config support for arrays.
2013-03-07 Gunnar BeutnerCheck return values of SymGetLineFromAddr64 and SymFrom...
2013-03-06 Gunnar BeutnerBugfixes for the *:Invalidate*Cache() calls.
2013-03-06 Gunnar BeutnerVarious bugfixes.
2013-03-04 Gunnar BeutnerEven more code refactoring.
2013-03-02 Gunnar BeutnerMore lock refactoring. Yay.
2013-03-01 Gunnar BeutnerRefactored object locking code.
2013-02-27 Gunnar BeutnerImplemented user groups.
2013-02-27 Gunnar BeutnerBug fixes for the new cache code.
2013-02-27 Gunnar BeutnerRefactor the cache code... again.
2013-02-27 Gunnar BeutnerMake the services/notifications caches thread safe.
2013-02-26 Gunnar BeutnerMake attribute lookups O(1).
2013-02-20 Gunnar BeutnerFine-grained locks (WIP, Part 7).
2013-02-18 Gunnar BeutnerFine-grained locks (WIP, Part 3).
2013-02-17 Gunnar BeutnerFine-grained locks (WIP, Part 1).
2013-02-13 Gunnar BeutnerRenamed 'alias' property to 'display_name'.
2013-02-11 Gunnar BeutnerRemove Host::OnInitCompleted and clean up the classes...
2013-02-09 Gunnar BeutnerRemoved alias property, added display_name.
2013-02-06 Gunnar BeutnerUse BOOST_THROW_EXCEPTION instead of boost::throw_excep...
2013-02-02 Gunnar BeutnerRemoved the old-style validation code.
2013-01-25 Gunnar BeutnerPerformance improvements for *Group::GetMembers().
2013-01-24 Gunnar BeutnerBuild fix for FreeBSD.
2013-01-24 Gunnar BeutnerImplemented ServiceGroup::GetMembers() and HostGroup...
2012-12-04 Gunnar BeutnerImplemented DynamicType support.
2012-09-10 Gunnar BeutnerRefactored the libraries.