]> granicus.if.org Git - icinga2/shortlog
icinga2
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.
2013-02-14 Gunnar BeutnerClear current thread state before destroying the thread...
2013-02-14 Gunnar BeutnerBugfixes: Finalizing the interpreter might crash.
2013-02-14 Gunnar BeutnerProperly shut down instances of the ScriptInterpreter...
2013-02-14 Gunnar BeutnerImplemented the 'Script' type.
2013-02-14 Gunnar BeutnerBasic support for other scripting languages.
2013-02-14 Gunnar BeutnerWindows build fix.
2013-02-14 Gunnar BeutnerImplement global mutex (for use by scripting languages).
2013-02-14 Gunnar BeutnerUse #if rather than #ifdef to check HAVE_* macros.
2013-02-14 Gunnar BeutnerUse -fvisibility=hidden when it's available.
2013-02-13 Gunnar BeutnerRename CommentCache/DowntimeCache to CommentsCache...
2013-02-13 Gunnar BeutnerFixed parameters for pipe2() call.
2013-02-13 Gunnar BeutnerImplemented dictionary support for commands.
2013-02-13 Gunnar BeutnerRenamed 'alias' property to 'display_name'.
2013-02-13 Gunnar BeutnerRemoved array support, implemented support for anonymou...
2013-02-13 Gunnar BeutnerBugfix: the main task fd must not be non-blocking.
2013-02-13 Gunnar BeutnerRefactor the FD_CLOEXEC/O_NONBLOCK code.
2013-02-13 Gunnar BeutnerFixed incorrect use of F_SETFL.
2013-02-13 Gunnar BeutnerFixed incorrect use of O_CLOEXEC.
2013-02-13 Gunnar BeutnerFixed another file descriptor leak.
2013-02-13 Gunnar BeutnerEndpointManager: Decrease timer intervals.
2013-02-13 Gunnar BeutnerConfig: Implement arrays.
2013-02-13 Gunnar BeutnerBugfix: Reschedule the delegation timer after starting it.
2013-02-13 Gunnar BeutnerCleaned up the Process class.
next