]> granicus.if.org Git - icinga2/shortlog
icinga2
2012-08-08 Gunnar BeutnerFixed some more compiler warnings.
2012-08-07 Gunnar BeutnerFixed some compiler warnings.
2012-08-07 Gunnar BeutnerFixed log message incorrectly referring to temp file.
2012-08-07 Gunnar BeutnerGracefully deactivate all dynamic objects before shutti...
2012-08-07 Gunnar BeutnerBugfix: Object source wasn't properly set.
2012-08-07 Gunnar BeutnerUpdated documentation.
2012-08-07 Gunnar BeutnerRenamed retention.dat to icinga.state and made the...
2012-08-06 Gunnar BeutnerIgnore service reachability for status.dat output.
2012-08-06 Gunnar BeutnerImproved performance for Dictionary::Get.
2012-08-06 Gunnar BeutnerRemoved incorrect assert().
2012-08-06 Gunnar BeutnerImproved TcpClient lock usage.
2012-08-05 Gunnar BeutnerFixed restoring the program state.
2012-08-04 Gunnar BeutnerFixed invalid iterator use.
2012-08-04 Gunnar BeutnerBugfix for restoring objects from the retention.dat...
2012-08-04 Gunnar BeutnerUse boost::multi_index instead of a priority queue.
2012-08-04 Gunnar BeutnerFixed scheduling bug.
2012-08-04 Gunnar BeutnerFixed remote replication of non-config attributes.
2012-08-04 Gunnar BeutnerFixed compiler warnings.
2012-08-03 Gunnar BeutnerUpdated the checker and delegation components to use...
2012-08-03 Gunnar BeutnerBuild fixes for Windows.
2012-08-03 Gunnar BeutnerFixed incorrect object type.
2012-08-03 Gunnar BeutnerCode cleanup.
2012-08-03 Gunnar BeutnerRenamed the 'include' keyword to '#include'. Updated...
2012-08-03 Gunnar BeutnerFixed task statistics.
2012-08-03 Gunnar BeutnerBuild fixes and code cleanup.
2012-08-02 Gunnar BeutnerMore bugfixes.
2012-08-02 Gunnar BeutnerBugfixes.
2012-08-02 Gunnar BeutnerImplemented support for replicating object tags [WIP...
2012-07-31 Gunnar BeutnerAdd precision specifier for floating point numbers.
2012-07-30 Gunnar BeutnerBuild fixes for *NIX.
2012-07-30 Gunnar BeutnerRenamed ConfigObject to DynamicObject.
2012-07-27 Gunnar BeutnerRefactored ConfigObject adapter classes.
2012-07-26 Gunnar BeutnerFixed log message.
2012-07-26 Gunnar BeutnerMerged configfile component into the icinga library.
2012-07-26 Gunnar BeutnerMoved OnCheckResultReceived signal to the Service class.
2012-07-26 Gunnar BeutnerFixed incorrect references to the 'retention.dat' file.
2012-07-26 Gunnar BeutnerSave program state when shutting down.
2012-07-25 Gunnar BeutnerKeep track of time using fractions of seconds.
2012-07-25 Gunnar BeutnerBuild fixes.
2012-07-25 Gunnar BeutnerRemoved delegation::ServiceStatus message (obsoleted...
2012-07-24 Gunnar BeutnerFixed calculation of next check timestamp.
2012-07-24 Gunnar BeutnerCleaned up status calculation code.
2012-07-24 Gunnar BeutnerAdd log message after main loop.
2012-07-24 Gunnar BeutnerUse throw_exception() instead of throw.
2012-07-24 Gunnar BeutnerDon't save properties for non-persistent config objects.
2012-07-24 Gunnar BeutnerBuild fixes for *NIX.
2012-07-24 Gunnar BeutnerAdd support for serializing empty Variants.
2012-07-24 Gunnar BeutnerAlways load cibsync component.
2012-07-24 Gunnar BeutnerImplemented state retention.
2012-07-24 Gunnar BeutnerMoved serialization functionality into the base library.
2012-07-23 Gunnar BeutnerBuild fix for *NIX.
2012-07-23 Gunnar BeutnerRefactored the Component class.
2012-07-23 Gunnar BeutnerHandle all exception types rather than just the ones...
2012-07-20 Gunnar BeutnerVS project file: Moved components into a separate folder.
2012-07-20 Gunnar BeutnerRemoved CIB::RequireInformation.
2012-07-19 Gunnar BeutnerMade *::ScriptFunc private.
2012-07-18 Gunnar BeutnerMoved calculation of next check timestamp into the...
2012-07-18 Gunnar BeutnerUsed const references for the EndpointManager methods.
2012-07-18 Gunnar BeutnerAdded TcpClient::OnConnected event.
2012-07-17 Gunnar BeutnerBuild fix.
2012-07-17 Gunnar BeutnerCleaned up socket exception handling.
2012-07-17 Gunnar BeutnerRevert 78215843 as it requires Boost version 1.43.
2012-07-17 Gunnar BeutnerTry to more uniformly distribute checks in their check...
2012-07-17 Gunnar BeutnerRe-enable host macros.
2012-07-17 Gunnar BeutnerUpdated delegation/checker to use cibsync rather than...
2012-07-17 Gunnar BeutnerUse Boost.Range instead of tie().
2012-07-16 Gunnar BeutnerBuild fixes for *NIX.
2012-07-16 Gunnar BeutnerUse BOOST_FOREACH for most for loops.
2012-07-16 Gunnar BeutnerImplemented native::NullCheck check method.
2012-07-16 Gunnar BeutnerBugfixes for SSL sockets.
2012-07-16 Gunnar BeutnerKeep track of whether sockets are connected.
2012-07-16 Gunnar BeutnerUpdated documention (check_type removed, methods->check...
2012-07-16 Gunnar BeutnerRenamed "hooks" to "methods".
2012-07-15 Gunnar BeutnerRefactored jsonrpc lib to use the new TcpClient interface.
2012-07-15 Gunnar BeutnerAdded missing GPL Header.
2012-07-15 Gunnar BeutnerCleaned up TcpClient interface.
2012-07-15 Gunnar BeutnerCleaned up NagiosCheckTask.
2012-07-15 Gunnar BeutnerRemoved unused code.
2012-07-15 Gunnar BeutnerMore bugfixes for AsyncTask.
2012-07-15 Gunnar BeutnerBugfixes for the AsyncTask class.
2012-07-15 Gunnar BeutnerRe-enabled /MP (parallel builds) on Windows.
2012-07-15 Gunnar BeutnerEnabled pre-compiled headers for Windows builds.
2012-07-15 Gunnar BeutnerBuild fixes for *NIX.
2012-07-15 Gunnar BeutnerImplemented exception support for AsyncTasks.
2012-07-14 Gunnar BeutnerDisabled resolving host macros for now.
2012-07-14 Gunnar BeutnerFixed assert() in ~AsyncTask obscuring other errors.
2012-07-14 Gunnar BeutnerBugfixes for the ScriptTask feature.
2012-07-14 Gunnar BeutnerImplemented script tasks.
2012-07-14 Gunnar BeutnerCleaned up AsyncTask class.
2012-07-14 Gunnar BeutnerRemoved unused code.
2012-07-14 Gunnar BeutnerBugfixes for the Process/AsyncTask classes.
2012-07-13 Gunnar BeutnerImproved Event::Post performance.
2012-07-13 Gunnar BeutnerFixed compilation errors on *NIX.
2012-07-13 Gunnar BeutnerImplemented Process class, cleaned up NagiosCheckTask.
2012-07-13 Gunnar BeutnerFixed compiler warning.
2012-07-13 Gunnar BeutnerMore Win32 build fixes.
2012-07-13 Gunnar BeutnerWin32 build fix.
2012-07-13 Gunnar BeutnerMade Timer::Timers private.
2012-07-13 Gunnar BeutnerAdded IcingaConnection PHP class.
2012-07-13 Gunnar BeutnerRe-implemented integer support for the Variant class.
next