Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | abrt-debuginfo-install: better logging | Denys Vlasenko | 2009-12-14 | 1 | -18/+34 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | added option --remove-noncrash-frames | Karel Klic | 2009-12-18 | 3 | -7/+110 | |
| | | ||||||
* | | Merge branch 'master' of git://git.fedorahosted.org/git/abrt | Karel Klic | 2009-12-14 | 6 | -40/+40 | |
|\| | ||||||
| * | better logging of package and hash checks | Denys Vlasenko | 2009-12-14 | 3 | -30/+27 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | add paranoia checks on setuid/setgid | Denys Vlasenko | 2009-12-14 | 1 | -3/+8 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | more "obviously correct" code for secure opening of /dev/null | Denys Vlasenko | 2009-12-14 | 1 | -6/+3 | |
| | | | | | | | | | | | | Old code is not broken, new one merely looks "more obviously correct". Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | disabled GPG check again1.0.2 | Jiri Moskovcak | 2009-12-14 | 1 | -1/+2 | |
| | | | | | | | | | | - rpm uses prelink to check the hash, this can be dangerous and it's disallowed by SELinux | |||||
* | | Merge branch 'master' of git://git.fedorahosted.org/git/abrt | Karel Klic | 2009-12-14 | 40 | -311/+501 | |
|\| | ||||||
| * | temporarily convert hyperlink-laden label to normal one (HL doesn't work) | Denys Vlasenko | 2009-12-11 | 1 | -0/+2 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | rename part 3, now it builds :] | Denys Vlasenko | 2009-12-11 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | abrt-pyhook-helper rename part 2 | Denys Vlasenko | 2009-12-11 | 1 | -0/+0 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | renaming abrt-pyhook-helper -> abrt-hook-python and moving it to /usr/libexec | Denys Vlasenko | 2009-12-11 | 3 | -9/+9 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | abrt-cli: report success/failure of reporting. closes bug 71 | Denys Vlasenko | 2009-12-11 | 6 | -87/+104 | |
| | | | | | | | | | | | | See https://fedorahosted.org/abrt/ticket/71 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | abrt-applet: downgrade annoying log() to VERB1 log() | Denys Vlasenko | 2009-12-11 | 1 | -1/+2 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | remove one case when we write data needlessly; remove 2 unused funcs | Denys Vlasenko | 2009-12-10 | 1 | -3/+3 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | fix English | Denys Vlasenko | 2009-12-10 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | made BarWindow resizable, otherwise log text view is tiny | Denys Vlasenko | 2009-12-10 | 1 | -1/+0 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | mkde abrt-gui --help and --version behave as expected. closes bug 85 | Denys Vlasenko | 2009-12-10 | 2 | -1/+6 | |
| | | | | | | | | | | | | See https://fedorahosted.org/abrt/ticket/85 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | abrtd: add comment about ccpp/abrtd race | Denys Vlasenko | 2009-12-10 | 2 | -1/+7 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | abrtd: fix manpage: s/abrt/abrtd/; document -s and -v | Denys Vlasenko | 2009-12-10 | 1 | -10/+15 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | make "abrt-cli --delete randomuuid" report that deletion failed. closes bug 59 | Denys Vlasenko | 2009-12-10 | 7 | -40/+71 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | style fixes, no code changes | Denys Vlasenko | 2009-12-10 | 7 | -15/+15 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | applet: make animation stop after 1 minute. (closes bug 108) | Denys Vlasenko | 2009-12-10 | 2 | -0/+5 | |
| | | | | | | | | | | | | See https://fedorahosted.org/abrt/ticket/108 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-12-09 | 5 | -10/+16 | |
| |\ | ||||||
| | * | Gui: make report status window's text wrap. Fixes bug 82 | Denys Vlasenko | 2009-12-09 | 2 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | See https://fedorahosted.org/abrt/ticket/82 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| | * | better wording to dbus error message (bug 106) | Denys Vlasenko | 2009-12-09 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | See https://fedorahosted.org/abrt/ticket/106 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| | * | fix incorrect wording | Denys Vlasenko | 2009-12-09 | 3 | -8/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This looked wrong: "This crash has been reported, you can find the report(s) at: Kernel oops report was uploaded." Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | | show comment and how to reproduce fields, when BT rating > 3 | Jiri Moskovcak | 2009-12-09 | 1 | -2/+0 | |
| |/ | ||||||
| * | CCMainWindow.py: remove unused warning_cb | Denys Vlasenko | 2009-12-09 | 1 | -12/+1 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | GUI: added log window | Jiri Moskovcak | 2009-12-09 | 6 | -6/+152 | |
| | | ||||||
| * | preparatory cosmetics | Denys Vlasenko | 2009-12-08 | 1 | -4/+5 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | removed un needed files | Jiri Moskovcak | 2009-12-08 | 2 | -17/+0 | |
| | | ||||||
| * | PyHook: better logic for checking if abrtd is running rhbz#539987 | Jiri Moskovcak | 2009-12-07 | 3 | -40/+34 | |
| | | ||||||
| * | re-enabled gpg sign checking | Jiri Moskovcak | 2009-12-07 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-12-07 | 1 | -14/+8 | |
| |\ | ||||||
| | * | gui: removing unused self.update_pBar | Denys Vlasenko | 2009-12-07 | 1 | -14/+8 | |
| | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | | PyHook: use repr() for displaying variables rhbz#545070 | Jiri Moskovcak | 2009-12-07 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-12-07 | 11 | -25/+26 | |
| |\ | ||||||
| | * | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Karel Klic | 2009-12-07 | 29 | -703/+732 | |
| | |\ | ||||||
| | | * | *: remove most of remaining const string& params | Denys Vlasenko | 2009-12-07 | 10 | -24/+25 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| | * | | Fixed fprintf format warning | Karel Klic | 2009-12-07 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | GUI: more fixes by rrakus@redhat.com | Jiri Moskovcak | 2009-12-07 | 1 | -5/+12 | |
| | |/ | |/| | ||||||
| * | | remove std::string usage from class CABRTException. | Denys Vlasenko | 2009-12-06 | 2 | -10/+10 | |
| | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | | do not send "MISSING:" over dbus; clarify a message in debuginfo installer | Denys Vlasenko | 2009-12-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | | small fix on top of DeleteDebugDump change | Denys Vlasenko | 2009-12-04 | 3 | -4/+4 | |
| | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | | Merge branch 'master' of git://git.fedorahosted.org/git/abrt | Karel Klic | 2009-12-04 | 15 | -614/+618 | |
|\| | | ||||||
| * | | simplify code which deletes corrupted debug dumps; kill unused EXCEP_FATAL | Denys Vlasenko | 2009-12-04 | 6 | -89/+24 | |
| | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | | GUI: gui fixes from rrakus@redhat.com | Jiri Moskovcak | 2009-12-04 | 9 | -525/+594 | |
| | | | ||||||
* | | | Merge branch 'master' of git://git.fedorahosted.org/git/abrt | Karel Klic | 2009-12-04 | 2 | -10/+4 | |
|\| | | ||||||
| * | | dbus: stop returning bool from DeleteDebugDump call, it's not needed | Denys Vlasenko | 2009-12-04 | 2 | -10/+4 | |
| | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> |