summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Kerneloops.cpp
Commit message (Collapse)AuthorAgeFilesLines
* use FILENAME_BACKTRACE for oops text tooDenys Vlasenko2010-03-051-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Kerneloops: make hashing more likely to produce same hash on different oopsesDenys Vlasenko2010-02-221-10/+73
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* license fixNikola Pajkovsky2010-02-161-23/+16
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* move all FILENAME_xxx defines to inc/CrashTypes.hDenys Vlasenko2010-01-191-2/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* make plugin descriptions more consistent in styleDenys Vlasenko2009-11-131-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* give Plugin class a map_plugin_settings_t memberDenys Vlasenko2009-11-061-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 Vlasenko2009-11-061-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* InformAllUsers support. enabled by default for Kerneloops. Tested wuth CCpp.Denys Vlasenko2009-11-051-0/+10
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove a few #include <iostream>'sDenys Vlasenko2009-09-181-14/+14
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add gettext support for all pluginsNikola Pajkovsky2009-09-021-1/+1
|
* add job ids (== thread ids) to warning/update DBus messagesDenys Vlasenko2009-08-261-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 filesDenys Vlasenko2009-08-071-0/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Move PLUGIN_INFOs to .cpp files: same object must never be defined twiceDenys Vlasenko2009-07-311-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 writefunctionDenys Vlasenko2009-07-311-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 Prikryl2009-05-121-178/+0
| | | | simply now
* rework commlayerinner usageZdenek Prikryl2009-04-291-5/+5
| | | | new lock method in debugdump
* new commlayerinner interfaceZdenek Prikryl2009-04-281-0/+9
|
* added new abrt exceptionsZdenek Prikryl2009-04-231-4/+5
|
* renamed MW libraryZdenek Prikryl2009-04-081-2/+3
| | | | | | renamed Utils library added check for plugins init method renamed crash types
* added new interface frof settingsZdenek Prikryl2009-04-021-2/+2
|
* kerneloops - plugin: fail gracefully.Anton Arapov2009-04-011-7/+7
|
* kerneloops: correct copyrights and package relation.Anton Arapov2009-03-311-1/+3
|
* kerneloops - plugin: huge changeset, make things more c++-ish, configurable ↵Anton Arapov2009-03-261-8/+172
| | | | syslog
* replaced language and application plugins by analyzer pluginZdenek Prikryl2009-03-191-3/+3
| | | | | added action plugin simplify plugin iface
* added kerneloops addon and plugin (aarapov)Jiri Moskovcak2009-03-111-0/+64