summaryrefslogtreecommitdiffstats
path: root/src/CLI
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klic2009-10-191-2/+2
|\
| * lib/Plugins/CCpp.cpp: fix a bug with detecting missing debuginfosDenys Vlasenko2009-10-161-2/+2
* | ABRTSocket renamed DisConnect to Disconnect, CLI added localization support a...Karel Klic2009-10-194-62/+169
* | Bash completion installed during "make install"Karel Klic2009-10-131-0/+3
* | Better name for the bash completion scriptKarel Klic2009-10-131-0/+0
* | Initial bash completition file for abrt-cliKarel Klic2009-10-131-0/+34
* | Manpage registered in autotools.Karel Klic2009-10-131-0/+6
|/
* Initial man page for abrt-cliKarel Klic2009-10-121-0/+36
* Added --version, -V, --help, -? options. Fixed crash caused by unknown option.Karel Klic2009-10-121-39/+79
* abrtd: add an optional 2nd parameter to Report dbus callDenys Vlasenko2009-09-241-4/+4
* remove a few C++-isms where they did not buy any convenience anywayDenys Vlasenko2009-09-181-20/+29
* abrt-applet: remove dbus-c++ glue. -50k of codeDenys Vlasenko2009-09-181-1/+1
* Move lib/Utils/DBusClientProxy.* to src/Applet/; do not link rpm to libABRTUtilsDenys Vlasenko2009-09-171-8/+3
* remove C++ dbus glue in src/CLI; fix a bug in --reportDenys Vlasenko2009-09-174-173/+221
* unify CommLayer, MiddleWare and Utils into UtilsDenys Vlasenko2009-09-151-6/+10
* oops... remove stray trailing '\'Denys Vlasenko2009-09-141-2/+2
* move lib/CommLayer/CommLayerClientDBus.{h,cpp) -> src/CLIDenys Vlasenko2009-09-143-7/+42
* pass map_crash_report_t by const reference, not by valueDenys Vlasenko2009-08-252-2/+2
* trailing whitespace removal. no code changesDenys Vlasenko2009-08-061-1/+1
* Code cleanupJiri Moskovcak2009-07-201-3/+1
* CLI: Added support for dbusJiri Moskovcak2009-07-072-16/+41