Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make "abrt-cli --delete randomuuid" report that deletion failed. closes bug 59 | Denys Vlasenko | 2009-12-10 | 4 | -25/+46 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | style fixes, no code changes | Denys Vlasenko | 2009-12-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | *: remove most of remaining const string& params | Denys Vlasenko | 2009-12-07 | 1 | -4/+4 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | small fix on top of DeleteDebugDump change | Denys Vlasenko | 2009-12-04 | 1 | -2/+0 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | rename CreateReport -> StartJob, GetJobResult -> CreateReport | Denys Vlasenko | 2009-12-03 | 1 | -4/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | split libABRTdUtils from libABRTUtils. This makes hooks _much_ smaller. | Denys Vlasenko | 2009-11-25 | 1 | -1/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Karel Klic | 2009-11-19 | 2 | -16/+10 |
|\ | |||||
| * | include abrt version in bug descriptions | Denys Vlasenko | 2009-11-18 | 1 | -7/+6 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | build fixes | Jiri Moskovcak | 2009-11-12 | 1 | -1/+0 |
| | | |||||
| * | disable compilation of the rest of socket code | Denys Vlasenko | 2009-11-12 | 1 | -8/+4 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | | Comment | Karel Klic | 2009-11-11 | 1 | -2/+3 |
| | | |||||
* | | merge | Karel Klic | 2009-11-09 | 5 | -137/+174 |
|\| | |||||
| * | s/CC_DBUS_/ABRTD_DBUS_/g | Denys Vlasenko | 2009-11-02 | 1 | -4/+4 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | src/CLI/*: fix an unterminated argv + simplifications | Denys Vlasenko | 2009-10-31 | 5 | -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 calls | Karel Klic | 2009-10-30 | 1 | -10/+66 |
| | | |||||
* | | GetPluginsInfo implementation | Karel Klic | 2009-11-09 | 2 | -1/+26 |
|/ | |||||
* | Fixed make rpm | Karel Klic | 2009-10-22 | 1 | -1/+1 |
| | |||||
* | fix warning and whitespace damage | Denys Vlasenko | 2009-10-21 | 6 | -59/+58 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Use defines instead of strings where possible. | Karel Klic | 2009-10-21 | 1 | -22/+24 |
| | |||||
* | Tell user about sending the report. | Karel Klic | 2009-10-20 | 1 | -0/+6 |
| | |||||
* | Inform whether some changes were detected in the crash report. | Karel Klic | 2009-10-20 | 1 | -24/+84 |
| | |||||
* | More comments. | Karel Klic | 2009-10-20 | 1 | -4/+10 |
| | |||||
* | new_call_msg and send_get_reply_and_unref made static | Karel Klic | 2009-10-20 | 2 | -4/+2 |
| | |||||
* | Print error on unlink failure. | Karel Klic | 2009-10-20 | 1 | -1/+2 |
| | |||||
* | Code comments. Better UI texts. | Karel Klic | 2009-10-20 | 1 | -27/+31 |
| | |||||
* | Manpage documents environment variable usage. | Karel Klic | 2009-10-20 | 1 | -3/+9 |
| | |||||
* | Initial implementation of crash report editor. Splitted CLI.cpp into ↵ | Karel Klic | 2009-10-20 | 8 | -220/+657 |
| | | | | multiple files for clarity. | ||||
* | Merge branch 'master' of git://git.fedorahosted.org/git/abrt | Karel Klic | 2009-10-19 | 1 | -2/+2 |
|\ | |||||
| * | lib/Plugins/CCpp.cpp: fix a bug with detecting missing debuginfos | Denys Vlasenko | 2009-10-16 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | | ABRTSocket renamed DisConnect to Disconnect, CLI added localization support ↵ | Karel Klic | 2009-10-19 | 4 | -62/+169 |
| | | | | | | | | and commandline editor work in progress | ||||
* | | Bash completion installed during "make install" | Karel Klic | 2009-10-13 | 1 | -0/+3 |
| | | |||||
* | | Better name for the bash completion script | Karel Klic | 2009-10-13 | 1 | -0/+0 |
| | | |||||
* | | Initial bash completition file for abrt-cli | Karel Klic | 2009-10-13 | 1 | -0/+34 |
| | | |||||
* | | Manpage registered in autotools. | Karel Klic | 2009-10-13 | 1 | -0/+6 |
|/ | |||||
* | Initial man page for abrt-cli | Karel Klic | 2009-10-12 | 1 | -0/+36 |
| | |||||
* | Added --version, -V, --help, -? options. Fixed crash caused by unknown option. | Karel Klic | 2009-10-12 | 1 | -39/+79 |
| | |||||
* | abrtd: add an optional 2nd parameter to Report dbus call | Denys Vlasenko | 2009-09-24 | 1 | -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 anyway | Denys Vlasenko | 2009-09-18 | 1 | -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 code | Denys Vlasenko | 2009-09-18 | 1 | -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 libABRTUtils | Denys Vlasenko | 2009-09-17 | 1 | -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 --report | Denys Vlasenko | 2009-09-17 | 4 | -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 Utils | Denys Vlasenko | 2009-09-15 | 1 | -6/+10 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | oops... remove stray trailing '\' | Denys Vlasenko | 2009-09-14 | 1 | -2/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | move lib/CommLayer/CommLayerClientDBus.{h,cpp) -> src/CLI | Denys Vlasenko | 2009-09-14 | 3 | -7/+42 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | pass map_crash_report_t by const reference, not by value | Denys Vlasenko | 2009-08-25 | 2 | -2/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | trailing whitespace removal. no code changes | Denys Vlasenko | 2009-08-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Code cleanup | Jiri Moskovcak | 2009-07-20 | 1 | -3/+1 |
| | |||||
* | CLI: Added support for dbus | Jiri Moskovcak | 2009-07-07 | 2 | -16/+41 |
| | |||||
* | new default socket path | Zdenek Prikryl | 2009-06-17 | 2 | -3/+3 |
| | |||||
* | changed name to Command Line Interface | Zdenek Prikryl | 2009-06-17 | 1 | -3/+3 |
| |