summaryrefslogtreecommitdiffstats
path: root/src/Daemon/MiddleWare.cpp
Commit message (Expand)AuthorAgeFilesLines
* fixed savind comments and how to reproduce filesZdenek Prikryl2009-09-211-17/+27
* comments and how to reproduce are stored nowNikola Pajkovsky2009-09-211-0/+29
* convert a few string& params to char*Denys Vlasenko2009-09-151-5/+5
* Fixed geting results from reportersZdenek Prikryl2009-09-111-5/+5
* fix the bug where lock file was not removedDenys Vlasenko2009-09-091-14/+6
* Small fix in loggingDenys Vlasenko2009-09-081-1/+1
* preparatory work for proper (i.e. unicast) server->client dbus communicationDenys Vlasenko2009-09-071-7/+15
* use CRPM class only in MiddleWare.cppDenys Vlasenko2009-09-071-6/+12
* typedef cleanup. no code changesDenys Vlasenko2009-09-041-1/+1
* fix map_string_string_t typedef name to map_string_t; silly optimizationsDenys Vlasenko2009-09-021-22/+26
* Fixed report check to really do the checkingJiri Moskovcak2009-09-011-1/+1
* added report checkZdenek Prikryl2009-08-311-4/+38
* fixed rhbz 518606Zdenek Prikryl2009-08-271-50/+41
* consolidate container typedefs in one file (we had a few dupes)Denys Vlasenko2009-08-271-8/+7
* add job ids (== thread ids) to warning/update DBus messagesDenys Vlasenko2009-08-261-13/+13
* eliminate AddOpenGPGPublicKey() and AddBlackListedPackage() stubsDenys Vlasenko2009-08-261-10/+0
* consolidate common data declarations in new file Daemon.hDenys Vlasenko2009-08-261-8/+9
* class CRPM: make a few functions nono-membersDenys Vlasenko2009-08-261-4/+4
* more sensible loggingDenys Vlasenko2009-08-251-11/+9
* eliminate data duplication in Settings and MiddleWareDenys Vlasenko2009-08-241-34/+17
* dismantle single-instance class CSettingsDenys Vlasenko2009-08-241-17/+17
* convert two PluginManager member functions to non-member onesDenys Vlasenko2009-08-241-1/+1
* move CMiddleWare initialized/finalizer into its sole userDenys Vlasenko2009-08-241-16/+2
* simplifications by exposing g_pPluginManagerDenys Vlasenko2009-08-241-58/+27
* class CMiddleWare no longer exists, it's a set of functions and lone data mem...Denys Vlasenko2009-08-241-43/+102
* start dismantling singe-instance class MiddleWareDenys Vlasenko2009-08-241-11/+51
* make some variables local; rename a few typedefsDenys Vlasenko2009-08-241-3/+3
* Improved report resultsZdenek Prikryl2009-08-211-7/+13
* fixed signature checkZdenek Prikryl2009-08-201-3/+7
* MiddleWare, Bugzilla: create new component file. Can be used in reportingZdenek Prikryl2009-08-201-37/+54
* in case of plugin error, don't delete debug dumpsZdenek Prikryl2009-08-181-0/+4
* added support for storing results from reporters (used from gui)Zdenek Prikryl2009-08-141-4/+17
* moved LoadSettings from plugins into PluginManagerZdenek Prikryl2009-08-111-15/+25
* fix compile-time warnings.Denys Vlasenko2009-08-091-2/+2
* fix a case when we print a warning twice.Denys Vlasenko2009-08-061-0/+1
* forgotten "git add"Denys Vlasenko2009-08-061-0/+615