Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix a case where we don't process a crash if uid has no user record | Denys Vlasenko | 2009-11-20 | 1 | -4/+5 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ccpp: deal with const string& params; fix a bug in GetIndependentBuildIdPC | Denys Vlasenko | 2009-11-18 | 1 | -30/+26 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | lib/Plugins/CCpp.cpp: forgotten chunks | Denys Vlasenko | 2009-11-18 | 1 | -5/+5 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ccpp hook: implemented ReadonlyLocalDebugInfoDirs directive | Denys Vlasenko | 2009-11-18 | 1 | -60/+87 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | whitespace cleanups | Denys Vlasenko | 2009-11-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | make plugin descriptions more consistent in style | Denys Vlasenko | 2009-11-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | remove getSettings from most plugins (inherited one is ok) | Denys Vlasenko | 2009-11-10 | 1 | -11/+12 |
| | | | | | | | | | Also move parse_release() to abrtlib, it's shared among Bugzilla and Catcut. Tested Bugzilla and Catcut, both work. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | prevent gdb from i18izing its output | Denys Vlasenko | 2009-11-09 | 1 | -0/+12 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | fix and update rating | danny | 2009-11-09 | 1 | -7/+6 |
| | |||||
* | fix my thinko in rate code. run tested | Denys Vlasenko | 2009-11-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | lib/Plugins/CCpp: simpler rating code (do not painfully concatenate ↵ | Denys Vlasenko | 2009-11-09 | 1 | -22/+33 |
| | | | | | | byte-by-byte) Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | reinstate code which returns rating 0 on empty backtraces | Denys Vlasenko | 2009-11-09 | 1 | -1/+5 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | give Plugin class a map_plugin_settings_t member | Denys Vlasenko | 2009-11-06 | 1 | -8/+6 |
| | | | | | | This simplifies and unifies get/set settings ops Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | simplify logging a bit. warn_client() is gone, reuse error_msg() for it. | Denys Vlasenko | 2009-11-06 | 1 | -4/+4 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | lib/Plugins/FileTransfer: massive surgery | Denys Vlasenko | 2009-11-06 | 1 | -1/+1 |
| | | | | | | | | text data bss dec hex filename 50212 2144 16 52372 cc94 0/libTicketUploader.so 34693 1888 24 36605 8efd 1/libTicketUploader.so Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | mass replace of const string& params by const char* | Denys Vlasenko | 2009-11-06 | 1 | -13/+12 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | InformAllUsers support. enabled by default for Kerneloops. Tested wuth CCpp. | Denys Vlasenko | 2009-11-05 | 1 | -1/+3 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | lib/Plugins/CCpp.cpp: fix "too few arguments for format" | Denys Vlasenko | 2009-11-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | lib/Plugins/CCpp: respect DebugInfoCacheMB setting | Denys Vlasenko | 2009-11-02 | 1 | -11/+73 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | CCpp.conf: add DebugInfoCacheMB option (ignored for now) | Denys Vlasenko | 2009-11-01 | 1 | -7/+20 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | implement abrtd -t TIMEOUT_IN_SEC | Denys Vlasenko | 2009-10-31 | 1 | -11/+10 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | lib/Plugins/CCpp: use /var/run instead of /tmp for tempdir | Denys Vlasenko | 2009-10-30 | 1 | -1/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Bugzilla: simplify; CCpp, DebugDump: don't add EOL to one-line data files | Denys Vlasenko | 2009-10-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | CCpp: added missing Close() | Jiri Moskovcak | 2009-10-29 | 1 | -0/+1 |
| | |||||
* | Enable new debuginfo downloading code | Denys Vlasenko | 2009-10-29 | 1 | -52/+44 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | updates to abrt-debuginfo-install (but it is still ifdef'ed out) | Denys Vlasenko | 2009-10-23 | 1 | -8/+6 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | removing forgotted debugging printout | Denys Vlasenko | 2009-10-23 | 1 | -1/+0 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | backtrace rating saved with crash data | dnovotny | 2009-10-13 | 1 | -0/+4 |
| | |||||
* | parameters passed as const string & | dnovotny | 2009-10-13 | 1 | -2/+2 |
| | |||||
* | a little change | dnovotny | 2009-10-13 | 1 | -1/+0 |
| | |||||
* | added backtrace rating | dnovotny | 2009-10-13 | 1 | -0/+84 |
| | |||||
* | lib/Plugins/CCpp.cpp: add a workaround for gdb bug | Denys Vlasenko | 2009-10-21 | 1 | -0/+5 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | revert abrt-debuginfo-install usage for now | Denys Vlasenko | 2009-10-19 | 1 | -3/+195 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | wire up abrt-debuginfo-install to lib/Plugins/CCpp.cpp | Denys Vlasenko | 2009-10-19 | 1 | -133/+21 |
| | | | | | | Tested. Seems to work better than what we had before. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | lib/Plugins/CCpp.cpp: fix a bug with detecting missing debuginfos | Denys Vlasenko | 2009-10-16 | 1 | -3/+3 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | lib/Plugins/CCpp.cpp: log polkit_check_authorization failures | Denys Vlasenko | 2009-10-15 | 1 | -23/+17 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | better logging of execv parameters | Denys Vlasenko | 2009-10-15 | 1 | -5/+13 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | lib/Plugins/CCpp.cpp: fixing a wrong applied patch... | Denys Vlasenko | 2009-10-13 | 1 | -8/+11 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | lib/Plugins/CCpp.cpp: add build-ids to backtrace | Denys Vlasenko | 2009-10-13 | 1 | -5/+9 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | lib/Plugins/CCpp.cpp: do not use temp file for gdb commands - use -ex CMD ↵ | Denys Vlasenko | 2009-10-13 | 1 | -24/+27 |
| | | | | | | instead Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | CCpp analyser: log executing of children; comment about pk-debuginfo-istall | Denys Vlasenko | 2009-10-09 | 1 | -1/+34 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | removed JobStarted signal; fixed a small bug in build-id scanning code | Denys Vlasenko | 2009-10-09 | 1 | -1/+4 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | *: add "force" param to CreateReport dbus call. If !0, regenerates backtrace | Denys Vlasenko | 2009-10-09 | 1 | -8/+9 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Jan Kratochvil's fix (#525721): use core _only_, not executable image for ↵ | Denys Vlasenko | 2009-10-06 | 1 | -4/+9 |
| | | | | | | backtrace Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | try using pk-debuginfo-install before falling back to debuginfo-install | Denys Vlasenko | 2009-09-30 | 1 | -1/+3 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | remove DBusManager::uniq_name | Denys Vlasenko | 2009-09-29 | 1 | -1/+1 |
| | | | | | | also fix some whitespace damage Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | add support for abrtd autostart | Denys Vlasenko | 2009-09-29 | 1 | -27/+52 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | remove a few #include <iostream>'s | Denys Vlasenko | 2009-09-18 | 1 | -7/+6 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | new polkit action for installing debuginfo, default "yes" | dnovotny | 2009-09-16 | 1 | -1/+1 |
| | |||||
* | fixed closing of debug dump in case of existing backtrace | Zdenek Prikryl | 2009-09-17 | 1 | -1/+2 |
| |