summaryrefslogtreecommitdiffstats
path: root/src/Daemon
Commit message (Expand)AuthorAgeFilesLines
* move lib/MiddleWare/RPM.{h,cpp} to src/Daemon, the sole userDenys Vlasenko2009-08-253-0/+281
* Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrtDenys Vlasenko2009-08-253-3/+109
|\
| * Merge branch 'master' of git://git.fedorahosted.org/abrtZdenek Prikryl2009-08-251-1/+1
| |\
| * | added support for saving settingsZdenek Prikryl2009-08-252-2/+108
| * | fixed conf: comment in the middle of the line isn't supported anymoreZdenek Prikryl2009-08-251-1/+1
* | | more sensible loggingDenys Vlasenko2009-08-258-58/+45
| |/ |/|
* | BZ#518413 PATCH ... furious kerneloops reportingAnton Arapov2009-08-251-1/+1
|/
* eliminate one-use class CDBusServer_adaptorDenys Vlasenko2009-08-258-388/+189
* move to_string() helper to abrtlib.hDenys Vlasenko2009-08-251-11/+0
* remove CreateReport() method from server machinery; add comments about DBusDenys Vlasenko2009-08-258-113/+117
* pass map_crash_report_t by const reference, not by valueDenys Vlasenko2009-08-259-26/+29
* separate DBus::Glib::BusDispatcher creating from CommLayerServerDBus creationDenys Vlasenko2009-08-243-9/+21
* trivial simplification: make LoadSettings() take char*, not string& paramDenys Vlasenko2009-08-244-25/+25
* eliminate data duplication in Settings and MiddleWareDenys Vlasenko2009-08-243-47/+17
* dismantle single-instance class CSettingsDenys Vlasenko2009-08-244-296/+224
* convert two PluginManager member functions to non-member onesDenys Vlasenko2009-08-246-140/+142
* hardcode CPluginManager constructor's parameters, they are constantDenys Vlasenko2009-08-243-21/+7
* eliminate class DynamicLybrary by folding it into class ABRTPluginDenys Vlasenko2009-08-246-139/+21
* move CSettings::inner_types out of class CSettings. They are generic typesDenys Vlasenko2009-08-244-33/+32
* move CMiddleWare initialized/finalizer into its sole userDenys Vlasenko2009-08-243-30/+18
* simplifications by exposing g_pPluginManagerDenys Vlasenko2009-08-244-99/+37
* class CMiddleWare no longer exists, it's a set of functions and lone data mem...Denys Vlasenko2009-08-245-337/+300
* start dismantling singe-instance class MiddleWareDenys Vlasenko2009-08-246-110/+113
* make some variables local; rename a few typedefsDenys Vlasenko2009-08-245-32/+26
* cleanup (m_XXX -> g_XXX renames and the like)Denys Vlasenko2009-08-215-109/+96
* move most of CCrashWatcher's init/deinit into daemon's main()Denys Vlasenko2009-08-213-171/+135
* at Jirka's request, restore setup where CCrashWatcher has its own source filesDenys Vlasenko2009-08-214-612/+667
* Daemon.cpp: eliminate a few auxiliary struct fields we no longer needDenys Vlasenko2009-08-211-30/+24
* Daemon.cpp: convert CCrashWatcher members functions to staticsDenys Vlasenko2009-08-211-50/+44
* Daemon.cpp: convert CCrashWatcher inner structs and some functions into staticsDenys Vlasenko2009-08-211-69/+67
* Daemon.cpp: simplify waiting for the TERM/INT signalDenys Vlasenko2009-08-211-82/+40
* Daemon.cpp: convert CCrashWatcher members to static variablesDenys Vlasenko2009-08-211-60/+52
* expand CCrashwatcher::Run() so that we can report success laterDenys Vlasenko2009-08-211-10/+6
* move class CCrashWatcher into daemon.cppDenys Vlasenko2009-08-214-1106/+1056
* Improved report resultsZdenek Prikryl2009-08-211-7/+13
* src/Daemon/Daemon.cpp: the lone crash watcher object can live on stackDenys Vlasenko2009-08-201-7/+3
* move lib/CommLayer/DBusServerProxy.{h,cpp} to src/Daemon/. No code changes.Denys Vlasenko2009-08-203-0/+344
* fixed signature checkZdenek Prikryl2009-08-201-3/+7
* Comment cannot start in the middle of the line.Zdenek Prikryl2009-08-202-10/+5
* MiddleWare, Bugzilla: create new component file. Can be used in reportingZdenek Prikryl2009-08-201-37/+54
* Renamed to new option's name.Zdenek Prikryl2009-08-201-1/+1
* added default falues for abrt daemonZdenek Prikryl2009-08-202-2/+7
* move lib/CommLayer/CommLayerServer*.{h,cpp} to src/Daemon/, the sole userDenys Vlasenko2009-08-197-0/+554
* remove unused src/Daemon/DBusCommon.hDenys Vlasenko2009-08-192-33/+0
* explain EnableGPGCheck option betterDenys Vlasenko2009-08-191-1/+2
* minimum timeout is 1 secondZdenek Prikryl2009-08-181-1/+1
* in case of plugin error, don't delete debug dumpsZdenek Prikryl2009-08-183-2/+10
* whitespace cleanup, no code changesDenys Vlasenko2009-08-181-1/+1
* GUI now show the status window after report to let user know how did it go.Jiri Moskovcak2009-08-172-5/+6
* added support for storing results from reporters (used from gui)Zdenek Prikryl2009-08-143-7/+27