summaryrefslogtreecommitdiffstats
path: root/lib/Plugins
Commit message (Collapse)AuthorAgeFilesLines
...
| * lib/Plugins/CCpp.cpp: add a workaround for gdb bugDenys Vlasenko2009-10-211-0/+5
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * revert abrt-debuginfo-install usage for nowDenys Vlasenko2009-10-191-3/+195
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * wire up abrt-debuginfo-install to lib/Plugins/CCpp.cppDenys Vlasenko2009-10-191-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 debuginfosDenys Vlasenko2009-10-161-3/+3
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * lib/Plugins/CCpp.cpp: log polkit_check_authorization failuresDenys Vlasenko2009-10-151-23/+17
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * better logging of execv parametersDenys Vlasenko2009-10-151-5/+13
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge branch 'master' into experimentalNikola Pajkovsky2009-10-171-29/+39
|\|
| * lib/Plugins/CCpp.cpp: fixing a wrong applied patch...Denys Vlasenko2009-10-131-8/+11
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * lib/Plugins/CCpp.cpp: add build-ids to backtraceDenys Vlasenko2009-10-131-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 Vlasenko2009-10-131-24/+27
| | | | | | | | | | | | instead Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | start rewriting login and check uuid from xmlrpc++ to xmlrpcNikola Pajkovsky2009-10-093-46/+177
|/
* CCpp analyser: log executing of children; comment about pk-debuginfo-istallDenys Vlasenko2009-10-091-1/+34
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* removed JobStarted signal; fixed a small bug in build-id scanning codeDenys Vlasenko2009-10-091-1/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: add "force" param to CreateReport dbus call. If !0, regenerates backtraceDenys Vlasenko2009-10-095-12/+13
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: added option to show password in plugin settings guiJiri Moskovcak2009-10-081-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" featureJiri Moskovcak2009-10-082-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 Vlasenko2009-10-061-4/+9
| | | | | | backtrace Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* FileTransfer: add one more error check; shrink code a bitDenys Vlasenko2009-10-012-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 leakdnovotny2009-10-011-2/+7
|
* error checking added to archive creationdnovotny2009-09-301-14/+48
|
* try using pk-debuginfo-install before falling back to debuginfo-installDenys Vlasenko2009-09-301-1/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix all instances of dent->d_type == DT_REG checksDenys Vlasenko2009-09-301-5/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove DBusManager::uniq_nameDenys Vlasenko2009-09-293-22/+25
| | | | | | also fix some whitespace damage Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add support for abrtd autostartDenys Vlasenko2009-09-291-27/+52
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* kerneloops_reporter: fix the stringAnton Arapov2009-09-231-1/+1
| | | | | thanks to Andreas Frische <andreasfrische@gmail.com> for pointing this out.
* rewrite FileTransfer to use library calls instead of commandline calls for ↵dnovotny2009-09-173-28/+137
| | | | compression
* reduce verbosity a bitDenys Vlasenko2009-09-211-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove a few #include <iostream>'sDenys Vlasenko2009-09-189-37/+26
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* new polkit action for installing debuginfo, default "yes"dnovotny2009-09-161-1/+1
|
* Added cleaning of attachment variable, so there should not be mixed ↵Zdenek Prikryl2009-09-171-0/+1
| | | | attachmetn anymore.
* fixed closing of debug dump in case of existing backtraceZdenek Prikryl2009-09-171-1/+2
|
* backtrace declared twicednovotny2009-09-161-1/+0
|
* merge correctiondnovotny2009-09-161-6/+3
|
* Merge branch 'master' of git://git.fedorahosted.org/git/abrtdnovotny2009-09-161-174/+227
|\ | | | | | | | | | | Conflicts: lib/Plugins/CCpp.cpp lib/Utils/Polkit.cpp
| * small correction to previous commit (forgot .debug suffix)Denys Vlasenko2009-09-151-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * initial code for better debuginfo installation.Denys Vlasenko2009-09-151-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-installdnovotny2009-09-161-1/+39
|/
* trailing whitespace removalDenys Vlasenko2009-09-151-8/+8
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* unify CommLayer, MiddleWare and Utils into UtilsDenys Vlasenko2009-09-151-12/+12
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix the bug where lock file was not removedDenys Vlasenko2009-09-095-18/+11
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* four more more string& -> char* conversions. -2kDenys Vlasenko2009-09-091-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 TicketUploaderJiri Moskovcak2009-09-091-1/+2
|
* man page for ticket uploaderZdenek Prikryl2009-09-081-0/+55
|
* added ticket uploader plugin (gavin@redhat.com)Zdenek Prikryl2009-09-085-3/+820
|
* Merge branch 'master' of git://git.fedorahosted.org/abrtZdenek Prikryl2009-09-083-54/+57
|\
| * style fixes, trivial code changes onlyDenys Vlasenko2009-09-082-41/+39
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * preparatory work for proper (i.e. unicast) server->client dbus communicationDenys Vlasenko2009-09-071-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 Prikryl2009-09-072-5/+60
|/
* Add checker if bugzilla login and password are filled in.Nikola Pajkovsky2009-09-071-19/+24
|
* Add new config option InstallDebuginfo into CCpp.confNikola Pajkovsky2009-09-073-3/+23
|