summaryrefslogtreecommitdiffstats
path: root/src/CLI/report.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow user to select which reporter he wants to use to report a crash using CLI.Karel Klic2010-03-181-44/+155
* use FILENAME_BACKTRACE for oops text tooDenys Vlasenko2010-03-051-4/+1
* *: UID:UUID -> crash_id conversionDenys Vlasenko2010-03-041-3/+3
* fix format security errorFrederic Crozat2010-03-021-1/+1
* cli: add support for "--report @N" and "--report PARTIAL_UUID"Denys Vlasenko2010-02-231-18/+20
* Load plugin settings also from ~/.abrt/*.confKarel Klic2010-02-121-82/+114
* Remove newline from user input, separate run_report_editor from the reportKarel Klic2010-02-121-61/+122
* cli: fix trivial error counter bugDenys Vlasenko2010-02-091-5/+5
* Ask for login and password if missing from reporter plugin.Karel Klic2010-02-051-1/+54
* cli: fix the problem of not showing oops text in editorDenys Vlasenko2010-02-031-7/+9
* abrtd: fix Report() dbus call gaping security holesDenys Vlasenko2010-01-211-6/+6
* move all FILENAME_xxx defines to inc/CrashTypes.hDenys Vlasenko2010-01-191-7/+8
* unify "crash data, "crash info" and "crash report" data types. they are the sameDenys Vlasenko2010-01-191-7/+7
* abrt-cli: report success/failure of reporting. closes bug 71Denys Vlasenko2009-12-111-70/+80
* src/CLI/*: fix an unterminated argv + simplificationsDenys Vlasenko2009-10-311-27/+23
* fix warning and whitespace damageDenys Vlasenko2009-10-211-39/+39
* Use defines instead of strings where possible.Karel Klic2009-10-211-22/+24
* Tell user about sending the report.Karel Klic2009-10-201-0/+6
* Inform whether some changes were detected in the crash report.Karel Klic2009-10-201-24/+84
* More comments.Karel Klic2009-10-201-4/+10
* Print error on unlink failure.Karel Klic2009-10-201-1/+2
* Code comments. Better UI texts.Karel Klic2009-10-201-27/+31
* Initial implementation of crash report editor. Splitted CLI.cpp into multiple...Karel Klic2009-10-201-0/+344