]> granicus.if.org Git - icinga2/shortlog
icinga2
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.
2012-07-13 Gunnar BeutnerFixed global macros.
2012-07-13 Gunnar BeutnerImplemented global macros.
2012-07-13 Gunnar BeutnerFixed Variant::IsEmpty()
2012-07-13 Gunnar BeutnerFixed uninitialized variable.
2012-07-13 Gunnar BeutnerUpdated documentation.
2012-07-13 Gunnar BeutnerImplemented 'log' config object and 'logpath' property...
2012-07-13 Gunnar BeutnerMake PID path configurable.
2012-07-12 Gunnar BeutnerImplemented support for writing a PID file.
2012-07-12 Gunnar BeutnerRemoved I2_PLATFORM* macros.
2012-07-12 Gunnar BeutnerFixed crash while shutting down Icinga.
2012-07-12 Gunnar BeutnerFix: Make Dictionary::Add() return the new key.
2012-07-12 Gunnar BeutnerUpdated config documentation.
2012-07-11 Gunnar BeutnerConfig compiler: Added support for floating point numbe...
2012-07-11 Gunnar BeutnerCleaned up the Variant class.
2012-07-10 Gunnar BeutnerUse STD*_FILENO constants in Utility::Daemonize.
2012-07-10 Gunnar BeutnerImplemented -d (daemonize) option.
2012-07-10 Gunnar BeutnerRemoved unused ConfigObject methods.
2012-07-10 Gunnar BeutnerFixed compilation on Windows.
2012-07-10 Gunnar BeutnerImplemented logging to files and made logging configurable.
2012-07-10 Gunnar BeutnerDocumentation for the config format.
2012-07-10 Gunnar BeutnerCleaned up syslog class.
2012-07-10 Gunnar BeutnerImplemented syslog logger class.
2012-07-10 Gunnar BeutnerAdded assert()s for some common thread-safety problems.
2012-07-10 Gunnar BeutnerAdded documentation for the logger classes.
2012-07-10 Gunnar BeutnerMade logging more modular.
2012-07-10 Gunnar BeutnerRemoved support for tuples from the configuration parser.
2012-07-10 Gunnar BeutnerBuild fixes for the unit tests.
2012-07-10 Gunnar BeutnerMerge branch 'master' of github.com:gunnarbeutner/straw...
2012-07-09 Gunnar BeutnerAdded missing GPL headers and Visual Studio filters.
next