summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/RunApp.cpp
Commit message (Expand)AuthorAgeFilesLines
* lower-case devel headersNikola Pajkovsky2010-07-091-3/+3
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-071-2/+1
* SOSreport: make it avoid double runs; add forced regeneration; upd PLUGINS-HOWTODenys Vlasenko2010-01-261-1/+1
* move all FILENAME_xxx defines to inc/CrashTypes.hDenys Vlasenko2010-01-191-1/+1
* *: misc fixesDenys Vlasenko2010-01-111-0/+4
* RunApp: safer chdir. Overhauled "sparn a child and get its output" in generalDenys Vlasenko2010-01-111-24/+8
* add support for \" escaping in config fileDenys Vlasenko2009-11-181-1/+3
* add experimental saving of /var/log/Xorg*.log for X crashesDenys Vlasenko2009-11-161-7/+25
* make plugin descriptions more consistent in styleDenys Vlasenko2009-11-131-2/+1
* Factored ParseArgNikola Pajkovsky2009-11-121-31/+2
* mass replace of const string& params by const char*Denys Vlasenko2009-11-061-4/+3
* removal of needlessly global functionsDenys Vlasenko2009-11-051-13/+15
* fix the bug where lock file was not removedDenys Vlasenko2009-09-091-1/+0
* four more more string& -> char* conversions. -2kDenys Vlasenko2009-09-091-1/+1
* typedef cleanup. no code changesDenys Vlasenko2009-09-041-2/+2
* 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
* Move PLUGIN_INFOs to .cpp files: same object must never be defined twiceDenys Vlasenko2009-07-311-1/+10
* support for simpler settingsZdenek Prikryl2009-05-121-2/+2
* rework commlayerinner usageZdenek Prikryl2009-04-291-2/+2
* 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