summaryrefslogtreecommitdiffstats
path: root/src/plugins/KerneloopsScanner.cpp
Commit message (Collapse)AuthorAgeFilesLines
* removal of C++isms from libabrt, part 1Denys Vlasenko2010-12-081-1/+0
| | | | | | | | | | | | | This patch converts libabrt usage of C++ map<string, string> to a glib-based container, GHashTable. It is typedef-ed to map_string_h. We can't typedef it to map_string_t, since other parts of ABRT (daemon, cli) still use that name for C++ container. Also, exceptions are removed everywhere. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* taint flag is decimal representation of a bitmaskNikola Pajkovsky2010-11-251-10/+8
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* rhbz 623142Nikola Pajkovsky2010-11-221-0/+18
| | | | | | | Save tainted flag from /proc/sys/kernel/tainted. When flag is set to 1 TAINED string is added to bugzilla summary. Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* move files from lib/plugins to src/pluginsJiri Moskovcak2010-11-101-0/+214