]> granicus.if.org Git - icinga2/shortlog
icinga2
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.
2012-07-04 Gunnar BeutnerUndelegate services when their config objects are removed.
2012-07-04 Gunnar BeutnerUpdated .gitignore file.
2012-07-03 Gunnar BeutnerRemoved obsolete code.
2012-07-03 Gunnar BeutnerBugfixes.
2012-07-03 Gunnar BeutnerAdded missing state calculation.
2012-07-03 Gunnar BeutnerBugfixes.
2012-07-03 Gunnar BeutnerRe-designed reachability detection.
2012-07-03 Gunnar BeutnerBugfixes.
2012-07-03 Gunnar BeutnerImplemented service dependencies.
2012-07-03 Gunnar BeutnerImplemented ServiceStatusMessage class.
2012-07-03 Gunnar BeutnerBuild fixes for *NIX.
2012-07-03 Gunnar BeutnerFixed build scripts for *NIX.
2012-07-02 Gunnar BeutnerIgnore remote object updates when local object is newer.
2012-07-02 Gunnar BeutnerCompilation fixes for Windows.
2012-07-02 Gunnar BeutnerFixed compilation warnings on Windows.
2012-07-02 Gunnar BeutnerRemoved duplicate version of the config conversion...
2012-07-02 Gunnar BeutnerRenamed check_random plugin.
2012-07-02 Gunnar BeutnerRemoved obsolete files.
next