2013-03-07 |
Gunnar Beutner | Implement automated stacktraces for exceptions. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Gunnar Beutner | Check return values of SymGetLineFromAddr64 and SymFrom... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Gunnar Beutner | Fixed retention timer interval |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Gunnar Beutner | *NIX build fix. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Gunnar Beutner | Implemented stacktrace support for Windows. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Gunnar Beutner | Move pidfile and command pipe to /var/run/icinga2 rathe... |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Gunnar Beutner | Implemented LAST*STATE* macros. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Gunnar Beutner | Improve check latency. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Gunnar Beutner | Fixed some more compiler warnings. |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Gunnar Beutner | Fixed compiler warnings. |
commit | commitdiff | tree | snapshot |
2013-03-06 |
Gunnar Beutner | Fix cppcheck warnings. |
commit | commitdiff | tree | snapshot |
2013-03-06 |
Gunnar Beutner | Bugfixes for the *:Invalidate*Cache() calls. |
commit | commitdiff | tree | snapshot |
2013-03-06 |
Gunnar Beutner | Various bugfixes. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Gunnar Beutner | Even more code refactoring. |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Gunnar Beutner | Windows build fix. |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Gunnar Beutner | Fixed deadlock in ConfigItem::Commit(). |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Gunnar Beutner | More lock refactoring. Yay. |
commit | commitdiff | tree | snapshot |
2013-03-01 |
Gunnar Beutner | Refactored object locking code. |
commit | commitdiff | tree | snapshot |
2013-02-28 |
Gunnar Beutner | Remove compatido documentation. |
commit | commitdiff | tree | snapshot |
2013-02-28 |
Gunnar Beutner | Implement support for deserializing JSON arrays. |
commit | commitdiff | tree | snapshot |
2013-02-28 |
Gunnar Beutner | Implement the PerfdataWriter class. |
commit | commitdiff | tree | snapshot |
2013-02-28 |
Gunnar Beutner | Remove the compatido component. |
commit | commitdiff | tree | snapshot |
2013-02-28 |
Gunnar Beutner | Implemented compat support for users and user groups. |
commit | commitdiff | tree | snapshot |
2013-02-28 |
Gunnar Beutner | Implemented the LONGDATETIME, SHORTDATETIME, DATE and... |
commit | commitdiff | tree | snapshot |
2013-02-28 |
Gunnar Beutner | Added missing object locks in the MacroProcessor class. |
commit | commitdiff | tree | snapshot |
2013-02-28 |
Gunnar Beutner | Fixed incorrect lock in Notification::BeginExecuteNotif... |
commit | commitdiff | tree | snapshot |
2013-02-28 |
Gunnar Beutner | Fix crash in Service::IsReachable(). |
commit | commitdiff | tree | snapshot |
2013-02-28 |
Gunnar Beutner | Bugfix: Output dummy check data for hosts that don... |
commit | commitdiff | tree | snapshot |
2013-02-27 |
Gunnar Beutner | Implemented user groups. |
commit | commitdiff | tree | snapshot |
2013-02-27 |
Gunnar Beutner | Implemented notification_interval attribute for hosts. |
commit | commitdiff | tree | snapshot |
2013-02-27 |
Gunnar Beutner | Fixed reachability calculation for host checks. |
commit | commitdiff | tree | snapshot |
2013-02-27 |
Gunnar Beutner | Fixed recovery notifications (again). |
commit | commitdiff | tree | snapshot |
2013-02-27 |
Gunnar Beutner | Bug fixes for the new cache code. |
commit | commitdiff | tree | snapshot |
2013-02-27 |
Gunnar Beutner | Refactor the cache code... again. |
commit | commitdiff | tree | snapshot |
2013-02-27 |
Gunnar Beutner | Make the services/notifications caches thread safe. |
commit | commitdiff | tree | snapshot |
2013-02-27 |
Gunnar Beutner | Fixed notifications for hard recoveries. |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Gunnar Beutner | Implemented support for disabling notifications. |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Gunnar Beutner | External commands: Implemented some commands for host... |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Gunnar Beutner | Fix deadlock in Service::BeginExecuteCheck(). |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Gunnar Beutner | Checker: Use Ptrs rather than WeakPtrs. |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Gunnar Beutner | Windows build fix. |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Gunnar Beutner | Implement GDB pretty printers for some Icinga types. |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Gunnar Beutner | Make attribute lookups O(1). |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Gunnar Beutner | Don't use -fvisibility=hidden for debug builds. |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Gunnar Beutner | Make sure we don't block on write() while holding locks. |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Gunnar Beutner | Windows build fixes. |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Gunnar Beutner | Added some missing files. |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Gunnar Beutner | Implemented the User class. |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Gunnar Beutner | Fine-grained locks (WIP, Part 9). |
commit | commitdiff | tree | snapshot |
2013-02-22 |
Gunnar Beutner | Removed PCH support (as it's clearly not working properly). |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Gunnar Beutner | Fine-grained locks (WIP, Part 8). |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Gunnar Beutner | Fine-grained locks (WIP, Part 7). |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Gunnar Beutner | Fine-grained locks (WIP, Part 6). |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Gunnar Beutner | Add -pthread to the LDFLAGS. |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Gunnar Beutner | Fine-grained locks (WIP, Part 5). |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Gunnar Beutner | Fine-grained locks (WIP, Part 4). |
commit | commitdiff | tree | snapshot |
2013-02-18 |
Gunnar Beutner | Fine-grained locks (WIP, Part 3). |
commit | commitdiff | tree | snapshot |
2013-02-18 |
Gunnar Beutner | Fine-grained locks (WIP, Part 2). |
commit | commitdiff | tree | snapshot |
2013-02-17 |
Gunnar Beutner | Fine-grained locks (WIP, Part 1). |
commit | commitdiff | tree | snapshot |
2013-02-16 |
Gunnar Beutner | Config: Implement here-document strings. |
commit | commitdiff | tree | snapshot |
2013-02-16 |
Gunnar Beutner | Implemented escape characters in the config lexer. |
commit | commitdiff | tree | snapshot |
2013-02-16 |
Gunnar Beutner | Build fix: --disable-python didn't work. |
commit | commitdiff | tree | snapshot |
2013-02-16 |
Gunnar Beutner | Fix PythonLanguage::ExceptionInfoToString(). |
commit | commitdiff | tree | snapshot |
2013-02-16 |
Gunnar Beutner | Python: Add missing NULL sentinel in PyObject_CallFunct... |
commit | commitdiff | tree | snapshot |
2013-02-16 |
Gunnar Beutner | Python: Fix --disable-shared. |
commit | commitdiff | tree | snapshot |
2013-02-16 |
Gunnar Beutner | Print backtrace for Python exceptions. |
commit | commitdiff | tree | snapshot |
2013-02-16 |
Gunnar Beutner | Remove method validator. |
commit | commitdiff | tree | snapshot |
2013-02-16 |
Gunnar Beutner | Redesign how templates are specified for slave services... |
commit | commitdiff | tree | snapshot |
2013-02-16 |
Gunnar Beutner | Clean up the win32 config example. |
commit | commitdiff | tree | snapshot |
2013-02-16 |
Gunnar Beutner | Implement an alias for "abstract object". |
commit | commitdiff | tree | snapshot |
2013-02-16 |
Gunnar Beutner | Python: Implement support for dictionaries. |
commit | commitdiff | tree | snapshot |
2013-02-16 |
Gunnar Beutner | Exception handling for Python function calls. |
commit | commitdiff | tree | snapshot |
2013-02-16 |
Gunnar Beutner | Implement calling Python functions. |
commit | commitdiff | tree | snapshot |
2013-02-16 |
Gunnar Beutner | Bugfix: Unlock thread mutex while waiting for events. |
commit | commitdiff | tree | snapshot |
2013-02-15 |
Gunnar Beutner | Remove support for type hints. |
commit | commitdiff | tree | snapshot |
2013-02-15 |
Gunnar Beutner | Implemented calling ScriptFunctions from Python. |
commit | commitdiff | tree | snapshot |
2013-02-15 |
Gunnar Beutner | Implemented Value::GetType(). |
commit | commitdiff | tree | snapshot |
2013-02-15 |
Gunnar Beutner | Removed some more native:: prefixes (oops). |
commit | commitdiff | tree | snapshot |
2013-02-15 |
Gunnar Beutner | Removed the native:: prefix for built-in functions. |
commit | commitdiff | tree | snapshot |
2013-02-15 |
Gunnar Beutner | Implement event for registering/unregistering script... |
commit | commitdiff | tree | snapshot |
2013-02-15 |
Gunnar Beutner | Make ScriptFunction::GetFunctions() public. |
commit | commitdiff | tree | snapshot |
2013-02-15 |
Gunnar Beutner | Bugfix: Set main EventQueue's owner as early as possible. |
commit | commitdiff | tree | snapshot |
2013-02-15 |
Gunnar Beutner | Implement per-thread event queues. |
commit | commitdiff | tree | snapshot |
2013-02-15 |
Gunnar Beutner | Bug fixes for script function calls. |
commit | commitdiff | tree | snapshot |
2013-02-14 |
Gunnar Beutner | Properly shut down the interpreter when the Script... |
commit | commitdiff | tree | snapshot |
2013-02-14 |
Gunnar Beutner | Added missing lock() call. |
commit | commitdiff | tree | snapshot |
2013-02-14 |
Gunnar Beutner | Implemented rudimentary function call forwarding for... |
commit | commitdiff | tree | snapshot |
2013-02-14 |
Gunnar Beutner | Pass argc and argv to the Python interpreter. |
commit | commitdiff | tree | snapshot |
2013-02-14 |
Gunnar Beutner | Clear current thread state before destroying the thread... |
commit | commitdiff | tree | snapshot |
2013-02-14 |
Gunnar Beutner | Bugfixes: Finalizing the interpreter might crash. |
commit | commitdiff | tree | snapshot |
2013-02-14 |
Gunnar Beutner | Properly shut down instances of the ScriptInterpreter... |
commit | commitdiff | tree | snapshot |
2013-02-14 |
Gunnar Beutner | Implemented the 'Script' type. |
commit | commitdiff | tree | snapshot |
2013-02-14 |
Gunnar Beutner | Basic support for other scripting languages. |
commit | commitdiff | tree | snapshot |
2013-02-14 |
Gunnar Beutner | Windows build fix. |
commit | commitdiff | tree | snapshot |
2013-02-14 |
Gunnar Beutner | Implement global mutex (for use by scripting languages). |
commit | commitdiff | tree | snapshot |
2013-02-14 |
Gunnar Beutner | Use #if rather than #ifdef to check HAVE_* macros. |
commit | commitdiff | tree | snapshot |
2013-02-14 |
Gunnar Beutner | Use -fvisibility=hidden when it's available. |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Gunnar Beutner | Rename CommentCache/DowntimeCache to CommentsCache... |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Gunnar Beutner | Fixed parameters for pipe2() call. |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Gunnar Beutner | Implemented dictionary support for commands. |
commit | commitdiff | tree | snapshot |
next |