summaryrefslogtreecommitdiffstats
path: root/lib/Plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* Enable new debuginfo downloading codeDenys Vlasenko2009-10-292-54/+50
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Normal user can see kerneloops and report itNikola Pajkovsky2009-10-294-12/+46
| | | | Bugzilla memory leaks fix
* dumpoops: add -s option to dump results to stdoutDenys Vlasenko2009-10-293-22/+29
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Kerneloops: remove two classes, vector_string_t works as goodDenys Vlasenko2009-10-295-74/+26
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* KerneloopsScanner: do not use global variables needlesslyDenys Vlasenko2009-10-284-110/+90
| | | | | | | | text data bss dec hex filename 27341 1688 48 29077 7195 old/libKerneloopsScanner.so 26466 1672 24 28162 6e02 new/libKerneloopsScanner.so Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* lib/Plugins/Catcut.cpp: fix two instances of use-after-freeDenys Vlasenko2009-10-271-37/+37
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* adding experimental Catcut plugin. Run-testedDenys Vlasenko2009-10-274-1/+409
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* trivial simplifications by removing redundant initializationsDenys Vlasenko2009-10-271-11/+9
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove redundant return after throwDenys Vlasenko2009-10-271-1/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* simplify messags handlingDenys Vlasenko2009-10-272-6/+4
| | | | | | | | | | text data bss dec hex filename 38598 1840 288 40726 9f16 old/libBugzilla.so 38474 1840 288 40602 9e9a new/libBugzilla.so 37433 2144 24 39601 9ab1 old/libFileTransfer.so 37382 2144 24 39550 9a7e new/libFileTransfer.so Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* simplify base64 conversionDenys Vlasenko2009-10-272-30/+6
| | | | | | | | text data bss dec hexfilename 39575 2016 288 41879 old/libBugzilla.so 38598 1840 288 40726 new/libBugzilla.so Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Bugzilla: simplifications: remove dead member m_bLoggedIn, use staticsDenys Vlasenko2009-10-262-32/+22
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* small corrections to nicola's new xmlrpc codeDenys Vlasenko2009-10-261-14/+10
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* New insides in bugzilla.{cpp/h}. Hole xmlrpc protocol was rewritten into C.Nikola Pajkovsky2009-10-262-114/+114
|
* Merge branch 'master' into experimentalNikola Pajkovsky2009-10-261-9/+93
|\
| * updates to abrt-debuginfo-install (but it is still ifdef'ed out)Denys Vlasenko2009-10-231-8/+6
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * removing forgotted debugging printoutDenys Vlasenko2009-10-231-1/+0
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * backtrace rating saved with crash datadnovotny2009-10-131-0/+4
| |
| * parameters passed as const string &dnovotny2009-10-131-2/+2
| |
| * a little changednovotny2009-10-131-1/+0
| |
| * added backtrace ratingdnovotny2009-10-131-0/+84
| |
* | rewritten check_uuid, login, check_cc_and_reporter and add_plus_one_ccNikola Pajkovsky2009-10-222-209/+118
| |
* | Merge branch 'master' into experimentalNikola Pajkovsky2009-10-212-32/+128
|\|
| * - fixed case when root couldn't properly report others bugsJiri Moskovcak2009-10-211-1/+10
| | | | | | | | | | | | - if root reports other bugs the SetReported() failed because it was looking for dump using UUID and UID which doesn't work for root, so I changed it to use only UUID if abrt-gui is run by root
| * 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