]> granicus.if.org Git - icinga2/shortlog
icinga2
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.
2012-07-09 Gunnar BeutnerRenamed Ringbuffer class to RingBuffer
2012-07-09 Gunnar BeutnerMoved CIB class constructors from header file to .cpp...
2012-07-09 Gunnar BeutnerRemoved unused code.
2012-07-09 Gunnar BeutnerClean up reachability calculation.
2012-07-09 Gunnar BeutnerAdded GetProperty/SetTag/GetTag accessors to ConfigObje...
2012-07-09 Gunnar BeutnerVerify object type in the CIB class constructors.
2012-07-09 Gunnar BeutnerForce compat module to write status.dat/objects.cache...
2012-07-09 Gunnar BeutnerRenamed Dictionary::{Set,Get}Property -> Dictionary...
2012-07-09 Gunnar BeutnerMoved host reachability/state code into the cib library.
2012-07-09 Gunnar BeutnerAuto-detect host parents.
2012-07-09 Gunnar BeutnerFixed config parser error messages.
2012-07-09 Gunnar BeutnerDistinguish between 'dependencies' (reachability) and...
2012-07-09 Gunnar BeutnerImplemented host dependencies
2012-07-08 Gunnar BeutnerCleaned up << operator for the DebugInfo class.
2012-07-08 Gunnar BeutnerAdd path to the DebugInfo struct.
2012-07-08 Gunnar BeutnerBuild fixes for *NIX.
2012-07-08 Gunnar BeutnerMake sure that include paths are interpreted as relativ...
2012-07-08 Gunnar BeutnerImplemented auto-discovery script.
2012-07-08 Gunnar BeutnerBugfixes for the 'convenience' component.
2012-07-08 Gunnar BeutnerImplemented extended service template format.
2012-07-08 Gunnar BeutnerAdded convenience module to list of dependencies.
2012-07-07 Gunnar BeutnerFixed truncated plugin output.
2012-07-07 Gunnar BeutnerFixed Win32 build dependencies.
2012-07-07 Gunnar BeutnerFixed build on Win32.
2012-07-06 Gunnar BeutnerLink convenience module into icinga app when building...
2012-07-06 Gunnar BeutnerDon't instantiate service objects for host templates.
2012-07-06 Gunnar BeutnerBugfix for the convenience component.
2012-07-06 Gunnar BeutnerImplemented ConfigItemBuilder class.
2012-07-06 Gunnar BeutnerRemoved ConfigVM class.
2012-07-06 Gunnar BeutnerImplemented 'services' property for host definitions.
2012-07-06 Gunnar BeutnerBugfix: Use service alias in service group definition.
next