summaryrefslogtreecommitdiffstats
path: root/src/CLI
Commit message (Collapse)AuthorAgeFilesLines
* *: remove most of remaining const string& paramsDenys Vlasenko2009-12-071-4/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* small fix on top of DeleteDebugDump changeDenys Vlasenko2009-12-041-2/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* rename CreateReport -> StartJob, GetJobResult -> CreateReportDenys Vlasenko2009-12-031-4/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* split libABRTdUtils from libABRTUtils. This makes hooks _much_ smaller.Denys Vlasenko2009-11-251-1/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* 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
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * build fixesJiri Moskovcak2009-11-121-1/+0
| |
| * disable compilation of the rest of socket codeDenys Vlasenko2009-11-121-8/+4
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | CommentKarel Klic2009-11-111-2/+3
| |
* | mergeKarel Klic2009-11-095-137/+174
|\|
| * s/CC_DBUS_/ABRTD_DBUS_/gDenys Vlasenko2009-11-021-4/+4
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * src/CLI/*: fix an unterminated argv + simplificationsDenys Vlasenko2009-10-315-187/+168
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * 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
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* 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 ↵Karel Klic2009-10-208-220/+657
| | | | multiple files for clarity.
* 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
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | ABRTSocket renamed DisConnect to Disconnect, CLI added localization support ↵Karel Klic2009-10-194-62/+169
| | | | | | | | and commandline editor work in progress
* | 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
| | | | | | Also, simplified dbus code a bit. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove a few C++-isms where they did not buy any convenience anywayDenys Vlasenko2009-09-181-20/+29
| | | | | | | | | | | | text data bss dec hex filename 182372 2624 2320 187316 2dbb4 abrt.t2/abrt-0.0.8.5/src/Daemon/.libs/abrtd 180635 2584 1968 185187 2d363 abrt.t3/abrt-0.0.8.5/src/Daemon/.libs/abrtd 34110 1340 768 36218 8d7a abrt.t2/abrt-0.0.8.5/src/CLI/.libs/abrt-cli 30202 1292 224 31718 7be6 abrt.t3/abrt-0.0.8.5/src/CLI/.libs/abrt-cli 22116 1688 376 24180 5e74 abrt.t2/abrt-0.0.8.5/src/Applet/.libs/abrt-applet 21254 1648 88 22990 59ce abrt.t3/abrt-0.0.8.5/src/Applet/.libs/abrt-applet Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrt-applet: remove dbus-c++ glue. -50k of codeDenys Vlasenko2009-09-181-1/+1
| | | | | | | | | | text data bss dec hex filename 70529 2144 1528 74201 121d9 abrt.t0/UNPACKED/usr/bin/abrt-applet 22116 1688 376 24180 5e74 abrt.t1/UNPACKED/usr/bin/abrt-applet Also, we do not use dbus-c++ anymore, which is 200k of code Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Move lib/Utils/DBusClientProxy.* to src/Applet/; do not link rpm to libABRTUtilsDenys Vlasenko2009-09-171-8/+3
| | | | | | | | | | | | | | | | | | | | | As a result, we can drop these libs from libABRTUtils: libbz2.so.1 => /lib64/libbz2.so.1 (0x00007ff8934ef000) libdb-4.7.so => /lib64/libdb-4.7.so (0x00007ff8921ae000) libdbus-c++-1.so.0 => /usr/lib64/libdbus-c++-1.so.0 (0x00007ff895276000) libelf.so.1 => /usr/lib64/libelf.so.1 (0x00007ff8930c5000) liblua-5.1.so => /usr/lib64/liblua-5.1.so (0x00007ff892c7a000) liblzma.so.0 => /usr/lib64/liblzma.so.0 (0x00007ff892ea5000) libnspr4.so => /lib64/libnspr4.so (0x00007ff890ec2000) libnss3.so => /lib64/libnss3.so (0x00007ff892948000) libnssutil3.so => /lib64/libnssutil3.so (0x00007ff891505000) libplc4.so => /lib64/libplc4.so (0x00007ff891300000) libplds4.so => /lib64/libplds4.so (0x00007ff8910fd000) libpopt.so.0 => /lib64/libpopt.so.0 (0x00007ff89273f000) librpmio.so.0 => /usr/lib64/librpmio.so.0 (0x00007ff8954a8000) librpm.so.0 => /usr/lib64/librpm.so.0 (0x00007ff8956d9000) Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove C++ dbus glue in src/CLI; fix a bug in --reportDenys Vlasenko2009-09-174-173/+221
| | | | | | | Several kb of code removed. The nly remaining use of C++ glue is desktop applet. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* unify CommLayer, MiddleWare and Utils into UtilsDenys Vlasenko2009-09-151-6/+10
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* oops... remove stray trailing '\'Denys Vlasenko2009-09-141-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* move lib/CommLayer/CommLayerClientDBus.{h,cpp) -> src/CLIDenys Vlasenko2009-09-143-7/+42
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* pass map_crash_report_t by const reference, not by valueDenys Vlasenko2009-08-252-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* trailing whitespace removal. no code changesDenys Vlasenko2009-08-061-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Code cleanupJiri Moskovcak2009-07-201-3/+1
|
* CLI: Added support for dbusJiri Moskovcak2009-07-072-16/+41
|
* new default socket pathZdenek Prikryl2009-06-172-3/+3
|
* changed name to Command Line InterfaceZdenek Prikryl2009-06-171-3/+3
|
* remaned to proper name (Command Line Interface)Zdenek Prikryl2009-06-174-0/+339