summaryrefslogtreecommitdiffstats
path: root/src/CLI
Commit message (Expand)AuthorAgeFilesLines
* 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
* style fixes, no code changesDenys Vlasenko2009-12-101-1/+1
* *: remove most of remaining const string& paramsDenys Vlasenko2009-12-071-4/+4
* small fix on top of DeleteDebugDump changeDenys Vlasenko2009-12-041-2/+0
* rename CreateReport -> StartJob, GetJobResult -> CreateReportDenys Vlasenko2009-12-031-4/+2
* split libABRTdUtils from libABRTUtils. This makes hooks _much_ smaller.Denys Vlasenko2009-11-251-1/+2
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2009-11-192-16/+10
|\
| * include abrt version in bug descriptionsDenys Vlasenko2009-11-181-7/+6
| * build fixesJiri Moskovcak2009-11-121-1/+0
| * disable compilation of the rest of socket codeDenys Vlasenko2009-11-121-8/+4
* | CommentKarel Klic2009-11-111-2/+3
* | mergeKarel Klic2009-11-095-137/+174
|\|
| * s/CC_DBUS_/ABRTD_DBUS_/gDenys Vlasenko2009-11-021-4/+4
| * src/CLI/*: fix an unterminated argv + simplificationsDenys Vlasenko2009-10-315-187/+168
| * Receive and print Warning and Update messages during remode procedure callsKarel Klic2009-10-301-10/+66
* | GetPluginsInfo implementationKarel Klic2009-11-092-1/+26
|/
* Fixed make rpmKarel Klic2009-10-221-1/+1
* fix warning and whitespace damageDenys Vlasenko2009-10-216-59/+58
* 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
* new_call_msg and send_get_reply_and_unref made staticKarel Klic2009-10-202-4/+2
* Print error on unlink failure.Karel Klic2009-10-201-1/+2
* Code comments. Better UI texts.Karel Klic2009-10-201-27/+31
* Manpage documents environment variable usage.Karel Klic2009-10-201-3/+9
* Initial implementation of crash report editor. Splitted CLI.cpp into multiple...Karel Klic2009-10-208-220/+657