| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | removal of C++isms from libabrt, part 1 | Denys Vlasenko | 2010-12-08 | 1 | -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 bitmask | Nikola Pajkovsky | 2010-11-25 | 1 | -10/+8 |
| | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | ||||
| * | rhbz 623142 | Nikola Pajkovsky | 2010-11-22 | 1 | -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/plugins | Jiri Moskovcak | 2010-11-10 | 1 | -0/+214 |
