summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/KerneloopsScanner.cpp
Commit message (Expand)AuthorAgeFilesLines
* make plugin descriptions more consistent in styleDenys Vlasenko2009-11-131-2/+2
* give Plugin class a map_plugin_settings_t memberDenys Vlasenko2009-11-061-10/+0
* mass replace of const string& params by const char*Denys Vlasenko2009-11-061-2/+1
* InformAllUsers support. enabled by default for Kerneloops. Tested wuth CCpp.Denys Vlasenko2009-11-051-16/+11
* Kerneloopscanner: small fix to make it work on x86_64Jiri Moskovcak2009-11-031-1/+2
* Normal user can see kerneloops and report itNikola Pajkovsky2009-10-291-1/+2
* dumpoops: add -s option to dump results to stdoutDenys Vlasenko2009-10-291-1/+2
* Kerneloops: remove two classes, vector_string_t works as goodDenys Vlasenko2009-10-291-9/+17
* KerneloopsScanner: do not use global variables needlesslyDenys Vlasenko2009-10-281-7/+6
* reduce verbosity a bitDenys Vlasenko2009-09-211-2/+2
* fix the bug where lock file was not removedDenys Vlasenko2009-09-091-2/+1
* 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
* more sensible loggingDenys Vlasenko2009-08-251-8/+6
* BZ#518413 PATCH ... furious kerneloops reportingAnton Arapov2009-08-251-27/+30
* moved LoadSettings from plugins into PluginManagerZdenek Prikryl2009-08-111-8/+0
* add the GPL notice to the kerneloops' scannerAnton Arapov2009-08-111-0/+26
* kerneloops eliminate commented code, related to type distinguishing...Anton Arapov2009-08-111-2/+2
* Kerneloops plugin: style fixesAnton Arapov2009-08-101-117/+123
* Split real code from lib/MiddleWare/Plugin.h into Plugin.cpp.Denys Vlasenko2009-08-071-3/+0
* CDebugDump::Create(pDir, pUID): make 2nd param uid_t, not stringDenys Vlasenko2009-08-051-1/+1
* dumpoops: hopefully fix KerneloopsScanner plugin usageDenys Vlasenko2009-08-041-0/+15
* delete semicolon in "if (expr); stmt;" , autodetect dmesg/syslogDenys Vlasenko2009-07-311-2/+2
* added new interface for geting plugins' settings (will be used in gui)Zdenek Prikryl2009-07-311-4/+17
* Move PLUGIN_INFOs to .cpp files: same object must never be defined twiceDenys Vlasenko2009-07-311-0/+9
* KerneloopsReporter: plug a leak in writefunctionDenys Vlasenko2009-07-311-11/+18
* rename auto variables to not have m_ prefixes - they are not members!Denys Vlasenko2009-07-311-19/+16
* bug fixes in kerneloops scannerDenys Vlasenko2009-07-311-54/+45
* fixed security issueZdenek Prikryl2009-06-301-2/+1
* Handle logs with NUL chars betterMichal Schmidt2009-06-201-4/+4
* Really limit max size of log to read to 32 MBMichal Schmidt2009-06-201-3/+3
* new scanner, it is used by abrt's cronZdenek Prikryl2009-05-121-0/+159