summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/KerneloopsScanner.cpp
Commit message (Expand)AuthorAgeFilesLines
* Kerneloops: use 1st line of oops as REASON. Closes rhbz#574196.Denys Vlasenko2010-03-171-0/+3
* don't read syslog if it didn't changeJiri Moskovcak2010-03-151-3/+12
* use FILENAME_BACKTRACE for oops text tooDenys Vlasenko2010-03-051-1/+1
* add ProcessUnpackaged option to abrt.confDenys Vlasenko2010-03-051-2/+0
* simplify kerneloops/dumpoops a bitDenys Vlasenko2010-02-231-111/+101
* license fixNikola Pajkovsky2010-02-161-23/+16
* Kerneloops: fix BZ reporting of oopsesDenys Vlasenko2010-01-291-0/+1
* SOSreport: make it avoid double runs; add forced regeneration; upd PLUGINS-HOWTODenys Vlasenko2010-01-261-1/+1
* split load_crash_data_from_debug_dump from DebugDumpToCrashReportDenys Vlasenko2010-01-201-2/+0
* use get_crash_data_item_content() more widely. -4k.Denys Vlasenko2010-01-191-3/+2
* move all FILENAME_xxx defines to inc/CrashTypes.hDenys Vlasenko2010-01-191-2/+0
* don't use getpagesize, it has been removed from posixJiri Moskovcak2010-01-141-1/+1
* Kerneloops: we require commandline for every crash, save dummy one for oopsesDenys Vlasenko2010-01-111-7/+8
* *: assorted fixes prompted by security analysis; more to comeDenys Vlasenko2010-01-111-1/+3
* remove std::string usage from class CABRTException.Denys Vlasenko2009-12-061-1/+1
* 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