summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/CCpp.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* create bt only once (zprikryl)Jiri Moskovcak2009-03-021-0/+5
* temporary removed full backtraceZdenek Prikryl2009-02-261-5/+9
* minor fixsZdenek Prikryl2009-02-251-1/+2
* testZdenek Prikryl2009-02-251-19/+17
* removed debug stuffZdenek Prikryl2009-02-251-4/+0
* added getting backtraceZdenek Prikryl2009-02-251-13/+118
* added installation on debuginfosZdenek Prikryl2009-02-191-1/+41
* added lock functionality to DebugDumpZdenek Prikryl2009-02-121-2/+3