Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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> | |||||
* | | Merge branch 'master' into experimental | Nikola Pajkovsky | 2009-10-17 | 1 | -29/+39 | |
|\| | ||||||
| * | 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> | |||||
* | | start rewriting login and check uuid from xmlrpc++ to xmlrpc | Nikola Pajkovsky | 2009-10-09 | 3 | -46/+177 | |
|/ | ||||||
* | 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 | 5 | -12/+13 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | GUI: added option to show password in plugin settings gui | Jiri Moskovcak | 2009-10-08 | 1 | -1/+21 | |
| | | | | | | - if there is an entry with visibility set to False and toggle button called the same name as entry, we make the toggle button to reveal the password in respective entry | |||||
* | Bugzilla: removed "+1" feature | Jiri Moskovcak | 2009-10-08 | 2 | -25/+1 | |
| | | | | | | - this plugin added +1 as comment to existing bugzilla recognized as a duplicate of a bug being reported, this feature only adds "noise" to comments, so adding user to CC seems sufficient | |||||
* | 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> | |||||
* | FileTransfer: add one more error check; shrink code a bit | Denys Vlasenko | 2009-10-01 | 2 | -58/+68 | |
| | | | | | | | | text data bss dec hex filename 38475 2152 24 40651 9ecb abrt.t6/abrt-0.0.9/lib/Plugins/.libs/libFileTransfer.so 37433 2144 24 39601 9ab1 abrt.t7/abrt-0.0.9/lib/Plugins/.libs/libFileTransfer.so Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | fix possible mem leak | dnovotny | 2009-10-01 | 1 | -2/+7 | |
| | ||||||
* | error checking added to archive creation | dnovotny | 2009-09-30 | 1 | -14/+48 | |
| | ||||||
* | 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> | |||||
* | fix all instances of dent->d_type == DT_REG checks | Denys Vlasenko | 2009-09-30 | 1 | -5/+4 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | remove DBusManager::uniq_name | Denys Vlasenko | 2009-09-29 | 3 | -22/+25 | |
| | | | | | | 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> | |||||
* | kerneloops_reporter: fix the string | Anton Arapov | 2009-09-23 | 1 | -1/+1 | |
| | | | | | thanks to Andreas Frische <andreasfrische@gmail.com> for pointing this out. | |||||
* | rewrite FileTransfer to use library calls instead of commandline calls for ↵ | dnovotny | 2009-09-17 | 3 | -28/+137 | |
| | | | | compression | |||||
* | reduce verbosity a bit | Denys Vlasenko | 2009-09-21 | 1 | -2/+2 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | remove a few #include <iostream>'s | Denys Vlasenko | 2009-09-18 | 9 | -37/+26 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | new polkit action for installing debuginfo, default "yes" | dnovotny | 2009-09-16 | 1 | -1/+1 | |
| | ||||||
* | Added cleaning of attachment variable, so there should not be mixed ↵ | Zdenek Prikryl | 2009-09-17 | 1 | -0/+1 | |
| | | | | attachmetn anymore. | |||||
* | fixed closing of debug dump in case of existing backtrace | Zdenek Prikryl | 2009-09-17 | 1 | -1/+2 | |
| | ||||||
* | backtrace declared twice | dnovotny | 2009-09-16 | 1 | -1/+0 | |
| | ||||||
* | merge correction | dnovotny | 2009-09-16 | 1 | -6/+3 | |
| | ||||||
* | Merge branch 'master' of git://git.fedorahosted.org/git/abrt | dnovotny | 2009-09-16 | 1 | -174/+227 | |
|\ | | | | | | | | | | | Conflicts: lib/Plugins/CCpp.cpp lib/Utils/Polkit.cpp | |||||
| * | small correction to previous commit (forgot .debug suffix) | Denys Vlasenko | 2009-09-15 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | initial code for better debuginfo installation. | Denys Vlasenko | 2009-09-15 | 1 | -178/+221 | |
| | | | | | | | | | | | | | | For now, it skips debuginfo install step if all build-ids retrieved from coredump appear to already exist Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | added timeout to Polkit, added authorization check for debuginfo-install | dnovotny | 2009-09-16 | 1 | -1/+39 | |
|/ | ||||||
* | trailing whitespace removal | Denys Vlasenko | 2009-09-15 | 1 | -8/+8 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | unify CommLayer, MiddleWare and Utils into Utils | Denys Vlasenko | 2009-09-15 | 1 | -12/+12 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | fix the bug where lock file was not removed | Denys Vlasenko | 2009-09-09 | 5 | -18/+11 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | four more more string& -> char* conversions. -2k | Denys Vlasenko | 2009-09-09 | 1 | -1/+1 | |
| | | | | | | | | text data bss dec hex filename 188660 2776 2320 193756 2f4dc abrt.t5/abrt-0.0.8.5/src/Daemon/.libs/abrtd 186751 2776 2320 191847 2ed67 abrt.t6/abrt-0.0.8.5/src/Daemon/.libs/abrtd Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | minor fix to TicketUploader | Jiri Moskovcak | 2009-09-09 | 1 | -1/+2 | |
| | ||||||
* | man page for ticket uploader | Zdenek Prikryl | 2009-09-08 | 1 | -0/+55 | |
| | ||||||
* | added ticket uploader plugin (gavin@redhat.com) | Zdenek Prikryl | 2009-09-08 | 5 | -3/+820 | |
| | ||||||
* | Merge branch 'master' of git://git.fedorahosted.org/abrt | Zdenek Prikryl | 2009-09-08 | 3 | -54/+57 | |
|\ | ||||||
| * | style fixes, trivial code changes only | Denys Vlasenko | 2009-09-08 | 2 | -41/+39 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | preparatory work for proper (i.e. unicast) server->client dbus communication | Denys Vlasenko | 2009-09-07 | 1 | -13/+18 | |
| | | | | | | | | | | | | | | | | + /* send unicast dbus signal */ + if (!dbus_message_set_destination(msg, pDest)) + die_out_of_memory(); Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | Some simple changes to SOSreport plugin. (gavin@redhat.com) | Zdenek Prikryl | 2009-09-07 | 2 | -5/+60 | |
|/ | ||||||
* | Add checker if bugzilla login and password are filled in. | Nikola Pajkovsky | 2009-09-07 | 1 | -19/+24 | |
| | ||||||
* | Add new config option InstallDebuginfo into CCpp.conf | Nikola Pajkovsky | 2009-09-07 | 3 | -3/+23 | |
| |