]> granicus.if.org Git - icinga2/shortlog
icinga2
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.
2013-02-13 Gunnar BeutnerRefactor the Process class. Remove the Windows implemen...
2013-02-13 Gunnar BeutnerMake the delegation interval configurable.
2013-02-13 Gunnar BeutnerBuild fix.
2013-02-13 Gunnar BeutnerProcess: repeat read() until we get EAGAIN.
2013-02-13 Gunnar BeutnerUse pipe2() instead of pipe() when possible.
2013-02-13 Gunnar BeutnerMake Application::ProcessEvents() static.
2013-02-12 Gunnar BeutnerPrefer libc's implementation of execvpe over our own.
2013-02-11 Gunnar BeutnerDon't load the replication component on standalone...
2013-02-11 Gunnar BeutnerAdded the null-service template.
2013-02-11 Gunnar BeutnerWait for child processes before getting new tasks from...
2013-02-11 Gunnar BeutnerDon't send notifications for services that are unreacha...
2013-02-11 Gunnar BeutnerImplemented some more dynamic macros.
2013-02-11 Gunnar BeutnerBugfix for slave notification objects.
2013-02-11 Gunnar BeutnerReschedule service when check interval is changed.
2013-02-11 Gunnar BeutnerFreeBSD build fix.
2013-02-11 Gunnar BeutnerFixed memory leak when using execvpe() with vfork().
2013-02-11 Gunnar BeutnerRemove the icinga2_DEPENDENCIES variable in icinga...
2013-02-11 Gunnar BeutnerRemove Host::OnInitCompleted and clean up the classes...
2013-02-11 Gunnar BeutnerRemove support for _DEBUG env var.
2013-02-11 Gunnar BeutnerChecker: Use weak_ptrs to keep track of services.
2013-02-11 Gunnar BeutnerFixed some more memory leaks.
2013-02-11 Gunnar BeutnerFixed some memory leaks in the config parser.
2013-02-11 Gunnar BeutnerFixed uninitialized variable bug.
2013-02-10 Gunnar BeutnerProcess: use read() on *NIX.
2013-02-10 Gunnar BeutnerImplemented poll() support for Process tasks.
2013-02-10 Gunnar BeutnerUse multiple worker threads for Process tasks.
2013-02-10 Gunnar BeutnerFixed deadlock in Process::WorkerThreadProc.
2013-02-10 Gunnar BeutnerWindows build fix.
2013-02-10 Gunnar BeutnerWindows build fix.
2013-02-10 Gunnar BeutnerBuild fix V2.
2013-02-10 Gunnar BeutnerBuild fix for *NIX systems with a non-GNU libc.
2013-02-10 Gunnar BeutnerFixed soft service recoveries.
2013-02-10 Gunnar BeutnerBugfixes for the Process class.
2013-02-10 Gunnar BeutnerFixed exception in command pipe thread after sending...
2013-02-10 Gunnar BeutnerBugfix: Ignore missing macro dicts.
2013-02-10 Gunnar BeutnerFixed 1 second delay for child processes.
2013-02-09 Gunnar BeutnerImplemented environment-based macros.
2013-02-09 Gunnar BeutnerBugfix: host and source groups don't have display names.
2013-02-09 Gunnar BeutnerBuild fix.
2013-02-09 Gunnar BeutnerUpdate VS project filters.
2013-02-09 Gunnar BeutnerFixed incorrect type name.
2013-02-09 Gunnar BeutnerFixed spelling mistake.
2013-02-09 Gunnar BeutnerImplement some dynamic macros.
2013-02-09 Gunnar BeutnerRemoved alias property, added display_name.
next