summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/RunApp.cpp
Commit message (Collapse)AuthorAgeFilesLines
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-071-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-HOWTODenys Vlasenko2010-01-261-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* move all FILENAME_xxx defines to inc/CrashTypes.hDenys Vlasenko2010-01-191-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: misc fixesDenys Vlasenko2010-01-111-0/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* RunApp: safer chdir. Overhauled "sparn a child and get its output" in generalDenys Vlasenko2010-01-111-24/+8
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add support for \" escaping in config fileDenys Vlasenko2009-11-181-1/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add experimental saving of /var/log/Xorg*.log for X crashesDenys Vlasenko2009-11-161-7/+25
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* make plugin descriptions more consistent in styleDenys Vlasenko2009-11-131-2/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Factored ParseArgNikola Pajkovsky2009-11-121-31/+2
|
* mass replace of const string& params by const char*Denys Vlasenko2009-11-061-4/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* removal of needlessly global functionsDenys Vlasenko2009-11-051-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 removedDenys Vlasenko2009-09-091-1/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* four more more string& -> char* conversions. -2kDenys Vlasenko2009-09-091-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 changesDenys Vlasenko2009-09-041-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add gettext support for all pluginsNikola Pajkovsky2009-09-021-1/+1
|
* add job ids (== thread ids) to warning/update DBus messagesDenys Vlasenko2009-08-261-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 twiceDenys Vlasenko2009-07-311-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 settingsZdenek Prikryl2009-05-121-2/+2
|
* rework commlayerinner usageZdenek Prikryl2009-04-291-2/+2
| | | | new lock method in debugdump
* new commlayerinner interfaceZdenek Prikryl2009-04-281-0/+3
|
* added new abrt exceptionsZdenek Prikryl2009-04-231-1/+2
|
* fixed parsing settings of action pluginsZdenek Prikryl2009-04-021-9/+25
|
* new action pluginZdenek Prikryl2009-03-191-0/+70