summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/KerneloopsReporter.h
Commit message (Collapse)AuthorAgeFilesLines
* added support for storing results from reporters (used from gui)Zdenek Prikryl2009-08-141-2/+2
|
* moved LoadSettings from plugins into PluginManagerZdenek Prikryl2009-08-111-1/+0
|
* Kerneloops plugin: style fixesAnton Arapov2009-08-101-3/+3
|
* remove redundant virtual destructors definitionsDenys Vlasenko2009-08-041-1/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* added new interface for geting plugins' settings (will be used in gui)Zdenek Prikryl2009-07-311-1/+4
|
* Move PLUGIN_INFOs to .cpp files: same object must never be defined twiceDenys Vlasenko2009-07-311-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 reportingZdenek Prikryl2009-07-241-1/+2
|
* - reporter plugins can tak an argimentZdenek Prikryl2009-04-161-2/+2
| | | | | - added "Reporters" option which allows report basic info after a crash occurs - fixed interface of plugins
* new crash typesZdenek Prikryl2009-04-021-1/+1
|
* added new DebugDump supportZdenek Prikryl2009-04-011-1/+1
|
* kerneloops: correct copyrights and package relation.Anton Arapov2009-03-311-1/+3
|
* kerneloops - reporter: clean-upsAnton Arapov2009-03-261-1/+2
|
* replaced language and application plugins by analyzer pluginZdenek Prikryl2009-03-191-10/+8
| | | | | added action plugin simplify plugin iface
* added kerneloops addon and plugin (aarapov)Jiri Moskovcak2009-03-111-0/+55