Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | give Plugin class a map_plugin_settings_t member | Denys Vlasenko | 2009-11-06 | 1 | -5/+0 |
| | | | | | | This simplifies and unifies get/set settings ops Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | mass replace of const string& params by const char* | Denys Vlasenko | 2009-11-06 | 1 | -3/+3 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | InformAllUsers support. enabled by default for Kerneloops. Tested wuth CCpp. | Denys Vlasenko | 2009-11-05 | 1 | -0/+5 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Kerneloops: remove two classes, vector_string_t works as good | Denys Vlasenko | 2009-10-29 | 1 | -3/+0 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | *: add "force" param to CreateReport dbus call. If !0, regenerates backtrace | Denys Vlasenko | 2009-10-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | remove redundant virtual destructors definitions | Denys Vlasenko | 2009-08-04 | 1 | -1/+0 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Move PLUGIN_INFOs to .cpp files: same object must never be defined twice | Denys Vlasenko | 2009-07-31 | 1 | -9/+0 |
| | | | | | | | | and if structure is defined in a .h file, that happens. Since this particular structure has non-trivial destructor, it was running twice and resulted in double-free. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Added first part of gui support in reporting | Zdenek Prikryl | 2009-07-24 | 1 | -1/+2 |
| | |||||
* | added new kerneloopsscanner plugin, therefore kerneloops plugin is much more ↵ | Zdenek Prikryl | 2009-05-12 | 1 | -12/+1 |
| | | | | simply now | ||||
* | - reporter plugins can tak an argiment | Zdenek Prikryl | 2009-04-16 | 1 | -5/+5 |
| | | | | | - added "Reporters" option which allows report basic info after a crash occurs - fixed interface of plugins | ||||
* | kerneloops: correct copyrights and package relation. | Anton Arapov | 2009-03-31 | 1 | -1/+3 |
| | |||||
* | kerneloops - plugin: huge changeset, make things more c++-ish, configurable ↵ | Anton Arapov | 2009-03-26 | 1 | -1/+13 |
| | | | | syslog | ||||
* | replaced language and application plugins by analyzer plugin | Zdenek Prikryl | 2009-03-19 | 1 | -9/+5 |
| | | | | | added action plugin simplify plugin iface | ||||
* | added kerneloops addon and plugin (aarapov) | Jiri Moskovcak | 2009-03-11 | 1 | -0/+55 |