summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2009-11-1119-400/+584
| |\
| | * abrt-debuginfo-install: use yum -C, use yum w/o -C only if necessaryDenys Vlasenko2009-11-101-107/+142
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| | * remove getSettings from most plugins (inherited one is ok)Denys Vlasenko2009-11-102-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| | * GUI: shouldn't yell to userJiri Moskovcak2009-11-091-1/+1
| | | | | | | | | | | | - removed '!' from warning message
| | * GUI: make "How to reproduce" field more visibleJiri Moskovcak2009-11-092-2/+70
| | | | | | | | | | | | | | | - it was part of the treview and usually hidden because the long backtrace, so it was ignored by users.
| | * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-11-093-43/+28
| | |\
| | | * remove unused version of SaveDebugDump()Denys Vlasenko2009-11-092-15/+0
| | | | | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| | | * make "InformAllUsers" crashes be recorded with UID=-1 in dbDenys Vlasenko2009-11-093-37/+37
| | | | | | | | | | | | | | | | | | | | | | | | this makes them show up in GUI again Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| | * | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-11-091-26/+26
| | |\|
| | * | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-11-097-44/+37
| | |\ \
| | * | | GUI: renamed "Crash rate" to "Crash count"Jiri Moskovcak2009-11-061-1/+1
| | | | |
| * | | | pyhook-helper: uid taken from system instead of command lineKarel Klic2009-11-112-9/+6
| | | | |
* | | | | CommentKarel Klic2009-11-111-2/+3
| | | | |
* | | | | Backtrace tool WORK-IN-PROGRESSKarel Klic2009-11-1111-1/+1047
| | | | |
* | | | | mergeKarel Klic2009-11-0940-780/+1063
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | continuing s/string&/char*/ bit-by-bitDenys Vlasenko2009-11-091-26/+26
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * | | simplify logging a bit. warn_client() is gone, reuse error_msg() for it.Denys Vlasenko2009-11-065-34/+30
| | | | | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * | | make exception handling lighterDenys Vlasenko2009-11-065-21/+18
| | |/ | |/| | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-11-0612-196/+207
| |\ \
| | * | mass replace of const string& params by const char*Denys Vlasenko2009-11-068-143/+148
| | | | | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| | * | InformAllUsers support. enabled by default for Kerneloops. Tested wuth CCpp.Denys Vlasenko2009-11-056-55/+61
| | | | | | | | | | | | | | | | 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-032-3/+14
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * fix more warnings (these were harmless, but still...)Denys Vlasenko2009-11-031-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * GUI: small fix to make only valid urls clickableJiri Moskovcak2009-11-032-2/+2
| |
| * just changed commentsJiri Moskovcak2009-11-032-2/+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
| |
| * make the CheckReport() to ignore kerneloopsesJiri Moskovcak2009-11-031-0/+5
| |
| * kerneloop has uid = -1 newNikola Pajkovsky2009-11-032-8/+6
| |
| * re-enabled kerneloops as we don't have a replacement in F12Jiri Moskovcak2009-11-031-1/+1
| |
| * abrt-debuginfo-install: download packages one-by-one - better loggingDenys Vlasenko2009-11-021-6/+20
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-11-025-16/+23
| |\
| | * 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-023-8/+8
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * | Added abrt.png, fixed rhbz#Jiri Moskovcak2009-11-023-2/+6
| |/ | | | | | | - we should have an icon in menu
| * lib/Plugins/CCpp: respect DebugInfoCacheMB settingDenys Vlasenko2009-11-022-15/+4
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * Hack to fix the problem with daemon remembering the last used settingsJiri Moskovcak2009-11-014-11/+25
| |
| * typo fixJiri Moskovcak2009-11-011-1/+1
| |
| * disabled kerneloops in config fileJiri Moskovcak2009-10-311-1/+2
| |
| * 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-314-88/+105
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2009-10-304-16/+29
| |\
| | * lib/Plugins/Logger: much more sane dump format; fix misdetection of text filesDenys Vlasenko2009-10-302-12/+23
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| | * *: wire up /var/run/abrt in a few more placesDenys Vlasenko2009-10-302-1/+2
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>