summaryrefslogtreecommitdiffstats
path: root/src/CLI
Commit message (Expand)AuthorAgeFilesLines
* backtrace rating check in abrt-cliMichal Toman2010-11-151-49/+71
* Localization of [y/n] response in abrt-cliKarel Klic2010-11-151-6/+13
* abrt-cli --info: Make coredump and rating fields optionalKarel Klic2010-11-151-5/+12
* Mention --info and --backtrace in the abrt-cli man page.Karel Klic2010-07-261-4/+13
* style fixes, no code changesDenys Vlasenko2010-07-222-6/+11
* Added --info action to abrt-cliMichal Toman2010-07-221-19/+130
* String updatesKarel Klic2010-07-122-10/+10
* lower-case devel headersNikola Pajkovsky2010-07-094-7/+7
* Display hostname in abrt-cli if it's available.Karel Klic2010-07-071-0/+5
* added support for package specific actionsJiri Moskovcak2010-06-301-4/+9
* English and message format fixesDenys Vlasenko2010-06-304-13/+13
* Merge branch 'cli'Karel Klic2010-06-293-113/+176
|\
| * Allow using the same operation multiple timesKarel Klic2010-06-291-1/+1
| * Bash completion updateKarel Klic2010-06-221-5/+21
| * Remove dead socket code.Karel Klic2010-06-221-9/+0
| * Rename --get-list to --listKarel Klic2010-06-222-10/+10
| * Update man pageKarel Klic2010-06-221-8/+15
| * Options overhaulKarel Klic2010-06-221-56/+94
| * Indentation onlyKarel Klic2010-06-221-24/+24
| * Split print_crash_infos to two functions, add some comments.Karel Klic2010-06-221-33/+44
* | Show comment and how to reproduce fields when reporing crashes in abrt-cliKarel Klic2010-06-221-1/+15
|/
* fix whitespaceDenys Vlasenko2010-05-311-1/+1
* abrt-cli: suppress misleading "crash 'XXXXXXXX' is not in database" messagesDenys Vlasenko2010-05-264-7/+15
* Improved echo switching as suggested by DenysKarel Klic2010-05-051-5/+14
* Do not echo password to terminal in abrt-cliKarel Klic2010-05-051-1/+27
* Changes to abrt-cli made by Denys Vlasenko on 2010-03-18.Karel Klic2010-04-201-16/+11
* Removed trailing whitespaces.Karel Klic2010-03-311-1/+1
* remove socket code, it is deadDenys Vlasenko2010-03-233-203/+0
* Allow user to select which reporter he wants to use to report a crash using CLI.Karel Klic2010-03-183-47/+189
* cli: make --report UUIDprefix match only unique prfixDenys Vlasenko2010-03-091-5/+10
* use FILENAME_BACKTRACE for oops text tooDenys Vlasenko2010-03-051-4/+1
* cli: pass reporters param in call_Report(); handle error returnsDenys Vlasenko2010-03-041-6/+29
* *: UID:UUID -> crash_id conversionDenys Vlasenko2010-03-044-47/+70
* fix format security errorFrederic Crozat2010-03-021-1/+1
* cli: add support for "--report @N" and "--report PARTIAL_UUID"Denys Vlasenko2010-02-233-23/+54
* 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
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-072-0/+36
* Ask for login and password if missing from reporter plugin.Karel Klic2010-02-053-7/+90
* 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-212-10/+10
* use get_crash_data_item_content() accessor more widelyDenys Vlasenko2010-01-201-9/+9
* 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-196-24/+24
* preparatory patch with trivial cleanupsDenys Vlasenko2010-01-191-1/+1
* GUI: make it so that even non-loaded plugins show up in "Plugins" dialogDenys Vlasenko2010-01-142-4/+8
* prevent destructors from throwing exceptions; check curl_easy_init errorsDenys Vlasenko2009-12-161-1/+11
* abrt-cli: report success/failure of reporting. closes bug 71Denys Vlasenko2009-12-115-83/+100
* make "abrt-cli --delete randomuuid" report that deletion failed. closes bug 59Denys Vlasenko2009-12-104-25/+46