summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | mass replace of const string& params by const char*Denys Vlasenko2009-11-0628-371/+275
| | | | | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| | * | removal of needlessly global functionsDenys Vlasenko2009-11-054-62/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | text data bss dec hex filename 10855 1304 16 12175 2f8f abrt.t0/abrt-0.0.11/lib/Plugins/.libs/libRunApp.so 10656 1288 16 11960 2eb8 abrt.t1/abrt-0.0.11/lib/Plugins/.libs/libRunApp.so 26855 1944 16 28815 708f abrt.t0/abrt-0.0.11/lib/Plugins/.libs/libSOSreport.so 24250 1904 24 26178 6642 abrt.t1/abrt-0.0.11/lib/Plugins/.libs/libSOSreport.so Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| | * | const string& -> const char* conversionDenys Vlasenko2009-11-053-16/+12
| | | | | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| | * | InformAllUsers support. enabled by default for Kerneloops. Tested wuth CCpp.Denys Vlasenko2009-11-0518-107/+153
| | | | | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * | | GUI: added support for backtrace ratingJiri Moskovcak2009-11-062-3/+64
| |/ / | | | | | | | | | | | | | | | - we don't allow user to create a bug report with backtrace rated below 3 - gui shows yellow warning if the rating == 3
| * / abrtd: call res_init() if /etc/resolv.conf or friends were changedDenys Vlasenko2009-11-041-0/+30
| |/ | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * lib/Plugins/Bugzilla: sanitize xmlrpc init; fix bug where ssl_verify=1 alwaysDenys Vlasenko2009-11-034-194/+246
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * fix more warnings (these were harmless, but still...)Denys Vlasenko2009-11-032-2/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * lib/Plugins/CCpp.cpp: fix "too few arguments for format"Denys Vlasenko2009-11-031-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * Sending translation for Greekpkst2009-11-031-107/+127
| |
| * GUI: small fix to make only valid urls clickableJiri Moskovcak2009-11-032-2/+2
| |
| * just changed commentsJiri Moskovcak2009-11-032-2/+1
| |
| * fixed spec changelogJiri Moskovcak2009-11-031-0/+1
| |
| * add big try-except block to python hook to hide the errors comming from the ↵Jiri Moskovcak2009-11-031-43/+46
| | | | | | | | hok itself
| * GUI: convert to url only string starting as urlJiri Moskovcak2009-11-031-1/+1
| |
| * Kerneloopscanner: small fix to make it work on x86_64Jiri Moskovcak2009-11-031-1/+2
| |
| * make the CheckReport() to ignore kerneloopsesJiri Moskovcak2009-11-031-0/+5
| |
| * uint64_t changed to int64_tNikola Pajkovsky2009-11-032-2/+2
| |
| * kerneloop has uid = -1 newNikola Pajkovsky2009-11-035-17/+16
| |
| * re-enabled kerneloops as we don't have a replacement in F12Jiri Moskovcak2009-11-032-3/+2
| |
| * New version 0.0.110.0.11Jiri Moskovcak2009-11-022-3/+26
| |
| * abrt-debuginfo-install: download packages one-by-one - better loggingDenys Vlasenko2009-11-021-6/+20
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * make_description_xxx: do not report empty fieldsDenys Vlasenko2009-11-022-1/+6
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * fixes to spec fileJiri Moskovcak2009-11-021-7/+11
| | | | | | | | | | | | - added elfutils and yum-utils as dependency - fixed desktop file install - make daemon restart after update
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-11-0210-19/+95
| |\
| | * com.redhat.abrt.service: removed -t33Denys Vlasenko2009-11-021-4/+4
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| | * abrtd: fix bad interaction with -T SEC code and !-dDenys Vlasenko2009-11-021-4/+11
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| | * s/CC_DBUS_/ABRTD_DBUS_/gDenys Vlasenko2009-11-024-11/+11
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| | * adding scripts/* - haphazard collection of debug toolsDenys Vlasenko2009-11-024-0/+69
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * | Added abrt.png, fixed rhbz#Jiri Moskovcak2009-11-024-4/+14
| |/ | | | | | | - we should have an icon in menu
| * lib/Plugins/CCpp: respect DebugInfoCacheMB settingDenys Vlasenko2009-11-0210-45/+125
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * Hack to fix the problem with daemon remembering the last used settingsJiri Moskovcak2009-11-0117-26/+142
| |
| * Sending translation for Greekcharnik2009-11-011-73/+73
| |
| * CCpp.conf: add DebugInfoCacheMB option (ignored for now)Denys Vlasenko2009-11-013-10/+26
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * Merge branch 'master' of ssh://jmoskovc@git.fedorahosted.org/git/abrtJiri Moskovcak2009-11-011-0/+520
| |\
| | * Sending translation for po/el.poppapadeas2009-11-011-0/+520
| | |
| * | typo fixJiri Moskovcak2009-11-011-1/+1
| |/
| * disabled kerneloops in config fileJiri Moskovcak2009-10-311-1/+2
| |
| * added dependency to gdb >= 7.0Jiri Moskovcak2009-10-311-1/+1
| |
| * small fix: forgot to terminate longopts[]Denys Vlasenko2009-10-311-0/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * fix segfault on "abrt-pyhook-helper -p X </dev/null" (use of uninitialized ↵Denys Vlasenko2009-10-311-71/+61
| | | | | | | | | | | | | | | | | | | | | | | | variiable) Converted to getopt (argp_parse is a GNUism), it's smaller now: text data bss dec hex filename 6461 1364 64 7889 1ed1 old/abrt-pyhook-helper 6579 876 128 7583 1d9f new/abrt-pyhook-helper Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * fix a bug where after realloc we may scribble over uninitialized memoryDenys Vlasenko2009-10-311-32/+15
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * src/CLI/*: fix an unterminated argv + simplificationsDenys Vlasenko2009-10-316-193/+174
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fix is: - const char *args[6]; - args[0] = editor; - args[1] = path; + char *args[3]; + args[0] = (char*)editor; + args[1] = (char*)path; + args[2] = NULL; run_command(args); Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * implement abrtd -t TIMEOUT_IN_SECDenys Vlasenko2009-10-316-100/+119
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2009-10-3015-473/+546
| |\
| | * lib/Plugins/Logger: much more sane dump format; fix misdetection of text filesDenys Vlasenko2009-10-307-74/+74
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| | * move logger's report text creation to lib/Utils/make_descr.cppDenys Vlasenko2009-10-303-69/+76
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| | * lib/Plugins/Bugzilla: generate less sparse bug report commentsDenys Vlasenko2009-10-304-60/+101
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| | * lib/Plugins/Bugzilla: better message at login failureDenys Vlasenko2009-10-301-7/+17
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| | * document a bad interaction with keyringDenys Vlasenko2009-10-301-10/+24
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>