| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Load plugin settings also from ~/.abrt/*.conf | Karel Klic | 2010-02-12 | 1 | -82/+114 |
| | | |||||
| * | Remove newline from user input, separate run_report_editor from the report | Karel Klic | 2010-02-12 | 1 | -61/+122 |
| | | |||||
| * | cli: fix trivial error counter bug | Denys Vlasenko | 2010-02-09 | 1 | -5/+5 |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | Ask for login and password if missing from reporter plugin. | Karel Klic | 2010-02-05 | 1 | -1/+54 |
| | | |||||
| * | cli: fix the problem of not showing oops text in editor | Denys Vlasenko | 2010-02-03 | 1 | -7/+9 |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | abrtd: fix Report() dbus call gaping security holes | Denys Vlasenko | 2010-01-21 | 1 | -6/+6 |
| | | | | | | | We were blindly trusting the values passed to us Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | move all FILENAME_xxx defines to inc/CrashTypes.h | Denys Vlasenko | 2010-01-19 | 1 | -7/+8 |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | unify "crash data, "crash info" and "crash report" data types. they are the same | Denys Vlasenko | 2010-01-19 | 1 | -7/+7 |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | abrt-cli: report success/failure of reporting. closes bug 71 | Denys Vlasenko | 2009-12-11 | 1 | -70/+80 |
| | | | | | | | See https://fedorahosted.org/abrt/ticket/71 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | src/CLI/*: fix an unterminated argv + simplifications | Denys Vlasenko | 2009-10-31 | 1 | -27/+23 |
| | | | | | | | | | | | | | | | | 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> | ||||
| * | fix warning and whitespace damage | Denys Vlasenko | 2009-10-21 | 1 | -39/+39 |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | Use defines instead of strings where possible. | Karel Klic | 2009-10-21 | 1 | -22/+24 |
| | | |||||
| * | Tell user about sending the report. | Karel Klic | 2009-10-20 | 1 | -0/+6 |
| | | |||||
| * | Inform whether some changes were detected in the crash report. | Karel Klic | 2009-10-20 | 1 | -24/+84 |
| | | |||||
| * | More comments. | Karel Klic | 2009-10-20 | 1 | -4/+10 |
| | | |||||
| * | Print error on unlink failure. | Karel Klic | 2009-10-20 | 1 | -1/+2 |
| | | |||||
| * | Code comments. Better UI texts. | Karel Klic | 2009-10-20 | 1 | -27/+31 |
| | | |||||
| * | Initial implementation of crash report editor. Splitted CLI.cpp into ↵ | Karel Klic | 2009-10-20 | 1 | -0/+344 |
| multiple files for clarity. | |||||
