summaryrefslogtreecommitdiffstats
path: root/src/Daemon/PluginManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* reduce verbosity a bitDenys Vlasenko2009-09-211-8/+10
* remove a few C++-isms where they did not buy any convenience anywayDenys Vlasenko2009-09-181-8/+7
* fixed polkit to remember the autorizationJiri Moskovcak2009-09-101-2/+2
* added dbus wrappers for register/unregister plugindnovotny2009-09-091-0/+30
* PluginManager.cpp: small optimization: don't search twice in containersDenys Vlasenko2009-09-071-30/+43
* fix map_string_string_t typedef name to map_string_t; silly optimizationsDenys Vlasenko2009-09-021-3/+3
* add job ids (== thread ids) to warning/update DBus messagesDenys Vlasenko2009-08-261-3/+3
* replace comm_layer_inner_debug() with log() everywhereDenys Vlasenko2009-08-261-4/+1
* eliminate AddOpenGPGPublicKey() and AddBlackListedPackage() stubsDenys Vlasenko2009-08-261-2/+2
* more sensible loggingDenys Vlasenko2009-08-251-15/+7
* convert two PluginManager member functions to non-member onesDenys Vlasenko2009-08-241-83/+89
* hardcode CPluginManager constructor's parameters, they are constantDenys Vlasenko2009-08-241-10/+5
* eliminate class DynamicLybrary by folding it into class ABRTPluginDenys Vlasenko2009-08-241-1/+1
* Comment cannot start in the middle of the line.Zdenek Prikryl2009-08-201-9/+4
* fixed getting plugin's settingsZdenek Prikryl2009-08-141-5/+4
* .abrt directory in $HOME is created if it doesn't existZdenek Prikryl2009-08-141-2/+31
* created conf file has uid,gid of an userZdenek Prikryl2009-08-141-1/+9
* added comment charZdenek Prikryl2009-08-111-1/+1
* removed debug printsZdenek Prikryl2009-08-111-2/+0
* moved LoadSettings from plugins into PluginManagerZdenek Prikryl2009-08-111-6/+116
* dynamic_cast<> seems to be misbehaving. Disabling it for now.Denys Vlasenko2009-08-061-4/+4
* move lib/MiddleWare/PluginManager.* -> src/Daemon/PluginManager.*Denys Vlasenko2009-08-061-0/+287