Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use FILENAME_BACKTRACE for oops text too | Denys Vlasenko | 2010-03-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Kerneloops: make hashing more likely to produce same hash on different oopses | Denys Vlasenko | 2010-02-22 | 1 | -10/+73 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | license fix | Nikola Pajkovsky | 2010-02-16 | 1 | -23/+16 |
| | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | ||||
* | move all FILENAME_xxx defines to inc/CrashTypes.h | Denys Vlasenko | 2010-01-19 | 1 | -2/+0 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | make plugin descriptions more consistent in style | Denys Vlasenko | 2009-11-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | give Plugin class a map_plugin_settings_t member | Denys Vlasenko | 2009-11-06 | 1 | -10/+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 | -2/+2 |
| | | | | 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/+10 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | remove a few #include <iostream>'s | Denys Vlasenko | 2009-09-18 | 1 | -14/+14 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | add gettext support for all plugins | Nikola Pajkovsky | 2009-09-02 | 1 | -1/+1 |
| | |||||
* | add job ids (== thread ids) to warning/update DBus messages | Denys Vlasenko | 2009-08-26 | 1 | -1/+1 |
| | | | | | | | | renamed: comm_layer_inner_warning -> warn_client comm_layer_inner_status -> update_client Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | fix a bug where kerneloops scanner forgets to delete .lock files | Denys Vlasenko | 2009-08-07 | 1 | -0/+1 |
| | | | | 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 | -0/+9 |
| | | | | | | | | 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> | ||||
* | KerneloopsReporter: plug a leak in writefunction | Denys Vlasenko | 2009-07-31 | 1 | -1/+1 |
| | | | | | | Also some preparatory cleanups for future dumpoops patch are included Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | added new kerneloopsscanner plugin, therefore kerneloops plugin is much more ↵ | Zdenek Prikryl | 2009-05-12 | 1 | -178/+0 |
| | | | | simply now | ||||
* | rework commlayerinner usage | Zdenek Prikryl | 2009-04-29 | 1 | -5/+5 |
| | | | | new lock method in debugdump | ||||
* | new commlayerinner interface | Zdenek Prikryl | 2009-04-28 | 1 | -0/+9 |
| | |||||
* | added new abrt exceptions | Zdenek Prikryl | 2009-04-23 | 1 | -4/+5 |
| | |||||
* | renamed MW library | Zdenek Prikryl | 2009-04-08 | 1 | -2/+3 |
| | | | | | | renamed Utils library added check for plugins init method renamed crash types | ||||
* | added new interface frof settings | Zdenek Prikryl | 2009-04-02 | 1 | -2/+2 |
| | |||||
* | kerneloops - plugin: fail gracefully. | Anton Arapov | 2009-04-01 | 1 | -7/+7 |
| | |||||
* | 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 | -8/+172 |
| | | | | syslog | ||||
* | replaced language and application plugins by analyzer plugin | Zdenek Prikryl | 2009-03-19 | 1 | -3/+3 |
| | | | | | added action plugin simplify plugin iface | ||||
* | added kerneloops addon and plugin (aarapov) | Jiri Moskovcak | 2009-03-11 | 1 | -0/+64 |