Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | made some more strings translatable rhbz#574693 | Jiri Moskovcak | 2010-07-28 | 1 | -1/+1 |
| | |||||
* | lower-case devel headers | Nikola Pajkovsky | 2010-07-09 | 1 | -3/+3 |
| | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | ||||
* | *: 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> | ||||
* | SOSreport: make it avoid double runs; add forced regeneration; upd PLUGINS-HOWTO | Denys Vlasenko | 2010-01-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | move all FILENAME_xxx defines to inc/CrashTypes.h | Denys Vlasenko | 2010-01-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | *: misc fixes | Denys Vlasenko | 2010-01-11 | 1 | -0/+4 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | RunApp: safer chdir. Overhauled "sparn a child and get its output" in general | Denys Vlasenko | 2010-01-11 | 1 | -24/+8 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | add support for \" escaping in config file | Denys Vlasenko | 2009-11-18 | 1 | -1/+3 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | add experimental saving of /var/log/Xorg*.log for X crashes | Denys Vlasenko | 2009-11-16 | 1 | -7/+25 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | make plugin descriptions more consistent in style | Denys Vlasenko | 2009-11-13 | 1 | -2/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Factored ParseArg | Nikola Pajkovsky | 2009-11-12 | 1 | -31/+2 |
| | |||||
* | mass replace of const string& params by const char* | Denys Vlasenko | 2009-11-06 | 1 | -4/+3 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | removal of needlessly global functions | Denys Vlasenko | 2009-11-05 | 1 | -13/+15 |
| | | | | | | | | | | text data bss dec hex filename 10855 1304 16 12175 2f8f abrt.t0/abrt-0.0.11/lib/Plugins/.libs/libRunApp.so 10656 1288 16 11960 2eb8 abrt.t1/abrt-0.0.11/lib/Plugins/.libs/libRunApp.so 26855 1944 16 28815 708f abrt.t0/abrt-0.0.11/lib/Plugins/.libs/libSOSreport.so 24250 1904 24 26178 6642 abrt.t1/abrt-0.0.11/lib/Plugins/.libs/libSOSreport.so Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | fix the bug where lock file was not removed | Denys Vlasenko | 2009-09-09 | 1 | -1/+0 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | four more more string& -> char* conversions. -2k | Denys Vlasenko | 2009-09-09 | 1 | -1/+1 |
| | | | | | | | | text data bss dec hex filename 188660 2776 2320 193756 2f4dc abrt.t5/abrt-0.0.8.5/src/Daemon/.libs/abrtd 186751 2776 2320 191847 2ed67 abrt.t6/abrt-0.0.8.5/src/Daemon/.libs/abrtd Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | typedef cleanup. no code changes | Denys Vlasenko | 2009-09-04 | 1 | -2/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | add gettext support for all plugins | Nikola Pajkovsky | 2009-09-02 | 1 | -1/+1 |
| | |||||
* | add job ids (== thread ids) to warning/update DBus messages | Denys Vlasenko | 2009-08-26 | 1 | -1/+1 |
| | | | | | | | | renamed: comm_layer_inner_warning -> warn_client comm_layer_inner_status -> update_client Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Move PLUGIN_INFOs to .cpp files: same object must never be defined twice | Denys Vlasenko | 2009-07-31 | 1 | -1/+10 |
| | | | | | | | | and if structure is defined in a .h file, that happens. Since this particular structure has non-trivial destructor, it was running twice and resulted in double-free. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | support for simpler settings | Zdenek Prikryl | 2009-05-12 | 1 | -2/+2 |
| | |||||
* | rework commlayerinner usage | Zdenek Prikryl | 2009-04-29 | 1 | -2/+2 |
| | | | | new lock method in debugdump | ||||
* | new commlayerinner interface | Zdenek Prikryl | 2009-04-28 | 1 | -0/+3 |
| | |||||
* | added new abrt exceptions | Zdenek Prikryl | 2009-04-23 | 1 | -1/+2 |
| | |||||
* | fixed parsing settings of action plugins | Zdenek Prikryl | 2009-04-02 | 1 | -9/+25 |
| | |||||
* | new action plugin | Zdenek Prikryl | 2009-03-19 | 1 | -0/+70 |