Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: remove all usages of C++ streams (-10k in code size) | Denys Vlasenko | 2010-02-07 | 1 | -2/+1 |
| | | | | | | Also add copyright banners to all files which were missing them Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | GUI: fix rhbz#560971 "Don't show empty 'Not loaded plugins' section" | Denys Vlasenko | 2010-02-03 | 1 | -9/+9 |
| | | | | | | also fix bad plugin descr for TicketUploader Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | fix bug 559881 (kerneloops not shown in "new" GUI) | Denys Vlasenko | 2010-01-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | TicketUploader: comment which files are not interesting | Denys Vlasenko | 2010-01-26 | 1 | -0/+3 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | SOSreport: make it avoid double runs; add forced regeneration; upd PLUGINS-HOWTO | Denys Vlasenko | 2010-01-26 | 1 | -7/+6 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | TicketUploader: report message string fix1.0.4 | Jiri Moskovcak | 2010-01-22 | 1 | -0/+1 |
| | |||||
* | GUI: small reorganization in report message dialog | Jiri Moskovcak | 2010-01-22 | 1 | -17/+9 |
| | |||||
* | TicketUploader: made Report() to honor user settings | Jiri Moskovcak | 2010-01-21 | 1 | -12/+104 |
| | |||||
* | TicketUploader and FileTransfer plugins: fixes after a round of testing | Denys Vlasenko | 2010-01-21 | 1 | -68/+69 |
| | | | | | | | for one, FileTransfer now would not use current dir as a storage for temp files. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | unify "crash data, "crash info" and "crash report" data types. they are the same | Denys Vlasenko | 2010-01-19 | 1 | -3/+3 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Eliminate ATT file type - use TXT or BIN | Denys Vlasenko | 2010-01-19 | 1 | -3/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | re-enable GetPluginSettings in TicketUploader | Jiri Moskovcak | 2010-01-13 | 1 | -13/+12 |
| | | | | | | - we need this method to get defaults stored in TicketUploader.conf, this methods can be removed once we implement the tool to edit the config files | ||||
* | *: assorted fixes prompted by security analysis; more to come | Denys Vlasenko | 2010-01-11 | 1 | -5/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | SOSreport/TicketUploader: use more restrictive file modes | Denys Vlasenko | 2010-01-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | prevent destructors from throwing exceptions; check curl_easy_init errors | Denys Vlasenko | 2009-12-16 | 1 | -6/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | fix all instances of atoi() usage | Denys Vlasenko | 2009-12-15 | 1 | -2/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | get rid of ugly sleep call inside while() | Denys Vlasenko | 2009-12-14 | 1 | -3/+5 |
| | | | | 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 | -1/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | remove std::string usage from class CABRTException. | Denys Vlasenko | 2009-12-06 | 1 | -7/+6 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | make plugin descriptions more consistent in style | Denys Vlasenko | 2009-11-13 | 1 | -2/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | lib/Plugins/Mailx.cpp,TicketUploader.cpp: simplify (-7k) | Denys Vlasenko | 2009-11-12 | 1 | -13/+32 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | remove getSettings from most plugins (inherited one is ok) | Denys Vlasenko | 2009-11-10 | 1 | -15/+17 |
| | | | | | | | | | Also move parse_release() to abrtlib, it's shared among Bugzilla and Catcut. Tested Bugzilla and Catcut, both work. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | give Plugin class a map_plugin_settings_t member | Denys Vlasenko | 2009-11-06 | 1 | -13/+10 |
| | | | | | | This simplifies and unifies get/set settings ops Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | fix fallount from string types shuffling | Denys Vlasenko | 2009-11-06 | 1 | -3/+3 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | simplify logging a bit. warn_client() is gone, reuse error_msg() for it. | Denys Vlasenko | 2009-11-06 | 1 | -8/+7 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | lib/Plugins/FileTransfer: massive surgery | Denys Vlasenko | 2009-11-06 | 1 | -221/+136 |
| | | | | | | | | text data bss dec hex filename 50212 2144 16 52372 cc94 0/libTicketUploader.so 34693 1888 24 36605 8efd 1/libTicketUploader.so Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Hack to fix the problem with daemon remembering the last used settings | Jiri Moskovcak | 2009-11-01 | 1 | -1/+2 |
| | |||||
* | remove a few #include <iostream>'s | Denys Vlasenko | 2009-09-18 | 1 | -2/+0 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | added ticket uploader plugin (gavin@redhat.com) | Zdenek Prikryl | 2009-09-08 | 1 | -0/+494 |