]> granicus.if.org Git - icinga2/shortlog
icinga2
2013-03-08 Gunnar Beutnerstatus.dat/objects.cache: check_interval/retry_interval...
2013-03-08 Gunnar BeutnerFixed deadlock.
2013-03-08 Gunnar BeutnerFix another deadlock.
2013-03-08 Gunnar BeutnerFix deadlock when adding/removing acknowledgements.
2013-03-08 Gunnar BeutnerAdded more templates.
2013-03-08 Gunnar BeutnerRevert "Remove redundant check for valid task object."
2013-03-08 Gunnar BeutnerUpdate validator for services dictionary.
2013-03-08 Gunnar BeutnerFix: Set last state/state type before executing service...
2013-03-08 Gunnar BeutnerRemove redundant check for valid task object.
2013-03-08 Gunnar BeutnerCatch exceptions in EventQueue::QueueThreadProc.
2013-03-08 Gunnar BeutnerUpdated auto-discovery script and added some more servi...
2013-03-08 Gunnar BeutnerUse TLS for last exception stack trace.
2013-03-07 Gunnar BeutnerImplement automated stacktraces for exceptions.
2013-03-07 Gunnar BeutnerCheck return values of SymGetLineFromAddr64 and SymFrom...
2013-03-07 Gunnar BeutnerFixed retention timer interval
2013-03-07 Gunnar Beutner*NIX build fix.
2013-03-07 Gunnar BeutnerImplemented stacktrace support for Windows.
2013-03-07 Gunnar BeutnerMove pidfile and command pipe to /var/run/icinga2 rathe...
2013-03-07 Gunnar BeutnerImplemented LAST*STATE* macros.
2013-03-07 Gunnar BeutnerImprove check latency.
2013-03-07 Gunnar BeutnerFixed some more compiler warnings.
2013-03-07 Gunnar BeutnerFixed compiler warnings.
2013-03-06 Gunnar BeutnerFix cppcheck warnings.
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 BeutnerWindows build fix.
2013-03-02 Gunnar BeutnerFixed deadlock in ConfigItem::Commit().
2013-03-02 Gunnar BeutnerMore lock refactoring. Yay.
2013-03-01 Gunnar BeutnerRefactored object locking code.
2013-02-28 Gunnar BeutnerRemove compatido documentation.
2013-02-28 Gunnar BeutnerImplement support for deserializing JSON arrays.
2013-02-28 Gunnar BeutnerImplement the PerfdataWriter class.
2013-02-28 Gunnar BeutnerRemove the compatido component.
2013-02-28 Gunnar BeutnerImplemented compat support for users and user groups.
2013-02-28 Gunnar BeutnerImplemented the LONGDATETIME, SHORTDATETIME, DATE and...
2013-02-28 Gunnar BeutnerAdded missing object locks in the MacroProcessor class.
2013-02-28 Gunnar BeutnerFixed incorrect lock in Notification::BeginExecuteNotif...
2013-02-28 Gunnar BeutnerFix crash in Service::IsReachable().
2013-02-28 Gunnar BeutnerBugfix: Output dummy check data for hosts that don...
2013-02-27 Gunnar BeutnerImplemented user groups.
2013-02-27 Gunnar BeutnerImplemented notification_interval attribute for hosts.
2013-02-27 Gunnar BeutnerFixed reachability calculation for host checks.
2013-02-27 Gunnar BeutnerFixed recovery notifications (again).
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-27 Gunnar BeutnerFixed notifications for hard recoveries.
2013-02-26 Gunnar BeutnerImplemented support for disabling notifications.
2013-02-26 Gunnar BeutnerExternal commands: Implemented some commands for host...
2013-02-26 Gunnar BeutnerFix deadlock in Service::BeginExecuteCheck().
2013-02-26 Gunnar BeutnerChecker: Use Ptrs rather than WeakPtrs.
2013-02-26 Gunnar BeutnerWindows build fix.
2013-02-26 Gunnar BeutnerImplement GDB pretty printers for some Icinga types.
2013-02-26 Gunnar BeutnerMake attribute lookups O(1).
2013-02-25 Gunnar BeutnerDon't use -fvisibility=hidden for debug builds.
2013-02-24 Gunnar BeutnerMake sure we don't block on write() while holding locks.
2013-02-24 Gunnar BeutnerWindows build fixes.
2013-02-24 Gunnar BeutnerAdded some missing files.
2013-02-24 Gunnar BeutnerImplemented the User class.
2013-02-24 Gunnar BeutnerFine-grained locks (WIP, Part 9).
2013-02-22 Gunnar BeutnerRemoved PCH support (as it's clearly not working properly).
2013-02-21 Gunnar BeutnerFine-grained locks (WIP, Part 8).
2013-02-20 Gunnar BeutnerFine-grained locks (WIP, Part 7).
2013-02-19 Gunnar BeutnerFine-grained locks (WIP, Part 6).
2013-02-19 Gunnar BeutnerAdd -pthread to the LDFLAGS.
2013-02-19 Gunnar BeutnerFine-grained locks (WIP, Part 5).
2013-02-19 Gunnar BeutnerFine-grained locks (WIP, Part 4).
2013-02-18 Gunnar BeutnerFine-grained locks (WIP, Part 3).
2013-02-18 Gunnar BeutnerFine-grained locks (WIP, Part 2).
2013-02-17 Gunnar BeutnerFine-grained locks (WIP, Part 1).
2013-02-16 Gunnar BeutnerConfig: Implement here-document strings.
2013-02-16 Gunnar BeutnerImplemented escape characters in the config lexer.
2013-02-16 Gunnar BeutnerBuild fix: --disable-python didn't work.
2013-02-16 Gunnar BeutnerFix PythonLanguage::ExceptionInfoToString().
2013-02-16 Gunnar BeutnerPython: Add missing NULL sentinel in PyObject_CallFunct...
2013-02-16 Gunnar BeutnerPython: Fix --disable-shared.
2013-02-16 Gunnar BeutnerPrint backtrace for Python exceptions.
2013-02-16 Gunnar BeutnerRemove method validator.
2013-02-16 Gunnar BeutnerRedesign how templates are specified for slave services...
2013-02-16 Gunnar BeutnerClean up the win32 config example.
2013-02-16 Gunnar BeutnerImplement an alias for "abstract object".
2013-02-16 Gunnar BeutnerPython: Implement support for dictionaries.
2013-02-16 Gunnar BeutnerException handling for Python function calls.
2013-02-16 Gunnar BeutnerImplement calling Python functions.
2013-02-16 Gunnar BeutnerBugfix: Unlock thread mutex while waiting for events.
2013-02-15 Gunnar BeutnerRemove support for type hints.
2013-02-15 Gunnar BeutnerImplemented calling ScriptFunctions from Python.
2013-02-15 Gunnar BeutnerImplemented Value::GetType().
2013-02-15 Gunnar BeutnerRemoved some more native:: prefixes (oops).
2013-02-15 Gunnar BeutnerRemoved the native:: prefix for built-in functions.
2013-02-15 Gunnar BeutnerImplement event for registering/unregistering script...
2013-02-15 Gunnar BeutnerMake ScriptFunction::GetFunctions() public.
2013-02-15 Gunnar BeutnerBugfix: Set main EventQueue's owner as early as possible.
2013-02-15 Gunnar BeutnerImplement per-thread event queues.
2013-02-15 Gunnar BeutnerBug fixes for script function calls.
2013-02-14 Gunnar BeutnerProperly shut down the interpreter when the Script...
2013-02-14 Gunnar BeutnerAdded missing lock() call.
2013-02-14 Gunnar BeutnerImplemented rudimentary function call forwarding for...
2013-02-14 Gunnar BeutnerPass argc and argv to the Python interpreter.
next