summaryrefslogtreecommitdiffstats
path: root/src/Daemon/PluginManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move LoadPluginSettings to the shared utils library. Add parameter skipKeysWi...Karel Klic2010-02-121-54/+0
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-071-14/+9
* abrtd: fix rhbz#560642 - don't die on bad plugin namesDenys Vlasenko2010-02-041-7/+56
* swapped lines, iterator is not defined after erase() is calledJiri Moskovcak2010-02-031-1/+1
* CCpp analyzer: change duphash calculation to group minor versions togetherDenys Vlasenko2010-02-031-4/+3
* GUI: make it so that even non-loaded plugins show up in "Plugins" dialogDenys Vlasenko2010-01-141-47/+49
* *: disable plugin loading/unloading through GUI. Document keyring a bitDenys Vlasenko2010-01-131-1/+2
* fixed the switched lines 2nd tryJiri Moskovcak2010-01-131-1/+1
* don't use deleted variableJiri Moskovcak2010-01-131-1/+1
* *: assorted fixes prompted by security analysis; more to comeDenys Vlasenko2010-01-111-0/+2
* *: cast pids and uigs to long, not intDenys Vlasenko2010-01-111-2/+2
* replace plugin enabling via EnabledPlugins by par-plugin Enabled = yes/noDenys Vlasenko2010-01-101-91/+88
* PluginManager: preparatory cleanupDenys Vlasenko2010-01-071-117/+114
* fix all instances of atoi() usageDenys Vlasenko2009-12-151-3/+3
* remove std::string usage from class CABRTException.Denys Vlasenko2009-12-061-9/+9
* fix rhbz#518422: refuse to start if some required plugins are missingDenys Vlasenko2009-12-021-14/+14
* fixes on top of AutoReportUIDs change. run testedDenys Vlasenko2009-11-301-5/+4
* kerneloops use only one config. Kerneloops.confNikola Pajkovsky2009-11-231-1/+13
* fix small bug in plugin loading codeDenys Vlasenko2009-11-191-3/+4
* make BZ insert small text attachments inline; move text file detection codeDenys Vlasenko2009-11-191-2/+2
* add support for \" escaping in config fileDenys Vlasenko2009-11-181-3/+3
* continuing s/std::string&/char*/gDenys Vlasenko2009-11-161-87/+83
* add experimental saving of /var/log/Xorg*.log for X crashesDenys Vlasenko2009-11-161-18/+9
* simplify logging a bit. warn_client() is gone, reuse error_msg() for it.Denys Vlasenko2009-11-061-1/+1
* make exception handling lighterDenys Vlasenko2009-11-061-3/+2
* abrtd: remove accesses to ~user/.abrtDenys Vlasenko2009-10-221-56/+63
* removed unsecure reading/writting from ~HOME directoryJiri Moskovcak2009-10-051-1/+12
* fix all instances of dent->d_type == DT_REG checksDenys Vlasenko2009-09-301-2/+1
* 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