summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/CCpp.cpp
Commit message (Expand)AuthorAgeFilesLines
* add gettext support for all pluginsNikola Pajkovsky2009-09-021-6/+6
* consolidate container typedefs in one file (we had a few dupes)Denys Vlasenko2009-08-271-1/+0
* eliminate global variable g_cwDenys Vlasenko2009-08-271-2/+2
* add job ids (== thread ids) to warning/update DBus messagesDenys Vlasenko2009-08-261-7/+8
* more sensible loggingDenys Vlasenko2009-08-251-1/+1
* Plugins/CCpp: remove trailing \n from debuginfo-install's outputDenys Vlasenko2009-08-191-0/+4
* CCpp plugin: do not abort if debuginfos aren't foundDenys Vlasenko2009-08-191-14/+23
* simplify parsing of debuginfo-install outputDenys Vlasenko2009-08-181-49/+26
* make ccpp plugin more verboseZdenek Prikryl2009-08-141-0/+1
* moved LoadSettings from plugins into PluginManagerZdenek Prikryl2009-08-111-8/+0
* fix compile-time warnings.Denys Vlasenko2009-08-091-7/+5
* Split real code from lib/MiddleWare/Plugin.h into Plugin.cpp.Denys Vlasenko2009-08-071-10/+1
* fix a case when we print a warning twice.Denys Vlasenko2009-08-061-13/+14
* Minor fixes - just to make sources compile.Jiri Moskovcak2009-08-041-4/+4
* lib/Plugins/CCpp.cpp: move functions out of class where appropriate.Denys Vlasenko2009-08-031-25/+16
* added new interface for geting plugins' settings (will be used in gui)Zdenek Prikryl2009-07-311-4/+23
* Move PLUGIN_INFOs to .cpp files: same object must never be defined twiceDenys Vlasenko2009-07-311-0/+9
* add utility functionsDenys Vlasenko2009-07-301-13/+14
* two trivial fixlets in lib/Plugins/CCpp.cppDenys Vlasenko2009-07-291-4/+3
* Be more paranoid about /proc/.../core_patternDenys Vlasenko2009-07-251-0/+17
* Merge branch 'master' of git://git.fedorahosted.org/abrtZdenek Prikryl2009-07-241-31/+22
|\
| * remove superfluous copying in ExecVP paramsDenys Vlasenko2009-07-241-3/+2
| * remove GetGIDFromUID (two copies): getpwuid does the sameDenys Vlasenko2009-07-241-23/+8
| * simplify CAnalyzerCCpp::CreateHashDenys Vlasenko2009-07-241-5/+12
* | simple fixZdenek Prikryl2009-07-241-1/+1
|/
* style fix by popular (Zdenek's) demandDenys Vlasenko2009-07-231-6/+3
* typo fixesDenys Vlasenko2009-07-231-4/+3
* added forgotten "throw" keywordsDenys Vlasenko2009-07-221-3/+3
* CCpp.cpp: fix handling of pipes when we fork childrenDenys Vlasenko2009-07-221-122/+137
* CCpp: Made it more verboseJiri Moskovcak2009-07-201-2/+3
* fixed security issueZdenek Prikryl2009-06-301-4/+23
* there is no nees to init nss because of creating hashZdenek Prikryl2009-06-241-7/+2
* security issuesZdenek Prikryl2009-06-231-5/+9
* bt for all threadsZdenek Prikryl2009-05-201-1/+1
* support for simpler settingsZdenek Prikryl2009-05-121-1/+1
* rework commlayerinner usageZdenek Prikryl2009-04-291-10/+16
* new commlayerinner interfaceZdenek Prikryl2009-04-281-6/+6
* final touch on commlayer, minor fixes in exceptions (zprikryl)Jiri Moskovcak2009-04-241-0/+12
* added new abrt exceptionsZdenek Prikryl2009-04-231-8/+9
* removed dependency on argsZdenek Prikryl2009-04-091-10/+1
* new guuid hash creatingZdenek Prikryl2009-04-091-43/+86
* fixed local UUIDZdenek Prikryl2009-04-081-3/+6
* fixed debuginfo-install checksZdenek Prikryl2009-04-081-4/+6
* renamed MW libraryZdenek Prikryl2009-04-081-35/+125
* added new interface frof settingsZdenek Prikryl2009-04-021-2/+2
* added killing of debuginfo-install if CCpp is unloadedZdenek Prikryl2009-04-011-2/+19
* rewritten CDebugDump and CrashTypesZdenek Prikryl2009-04-011-1/+1
* new approach for getting debuginfos and backtracesZdenek Prikryl2009-03-191-59/+162
* replaced language and application plugins by analyzer pluginZdenek Prikryl2009-03-191-19/+23
* more excetpion handlingJiri Moskovcak2009-03-171-5/+18