summaryrefslogtreecommitdiffstats
path: root/src/Daemon/Daemon.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Daemon.cpp: improve dbus API doc in comments. no code changesDenys Vlasenko2009-09-081-3/+19
* abrtd: eliminate g_pending_jobs[] map and all corresponding TODOs :)Denys Vlasenko2009-09-081-7/+2
* preparatory work for proper (i.e. unicast) server->client dbus communicationDenys Vlasenko2009-09-071-1/+2
* correct g_pending_jobs' type; eliminate redundant string passingDenys Vlasenko2009-09-071-6/+6
* use CRPM class only in MiddleWare.cppDenys Vlasenko2009-09-071-3/+1
* abrtd: make it verbose only on -v[vvvv]Denys Vlasenko2009-09-041-39/+45
* typedef cleanup. no code changesDenys Vlasenko2009-09-041-20/+19
* abrtd: move FindNewDumps() out of init sectionDenys Vlasenko2009-09-041-16/+19
* abrtd: much more extensive logging at start. to be hidden under -v laterDenys Vlasenko2009-09-041-41/+80
* abrtd: additional logging on initialization failureDenys Vlasenko2009-09-041-2/+10
* Settings: add comments, do some trivial simplificationsDenys Vlasenko2009-09-031-3/+3
* add gettext support for all pluginsNikola Pajkovsky2009-09-021-0/+23
* CommLayerServerDBus: rewrote to use dbus, not dbus-c++Denys Vlasenko2009-09-011-1/+0
* daemon: log DBus calls with -v; log file creation only with -vvvDenys Vlasenko2009-08-281-59/+57
* remove unused CObserver::Debug methodDenys Vlasenko2009-08-281-0/+6
* daemon: better cleanup logic; added -v option (so far does nothing)Denys Vlasenko2009-08-281-45/+72
* consolidate container typedefs in one file (we had a few dupes)Denys Vlasenko2009-08-271-6/+7
* simplify error handling. CrashWatcher.cpp lost a few wrapper functionsDenys Vlasenko2009-08-271-47/+51
* eliminate global variable g_cwDenys Vlasenko2009-08-271-7/+6
* add job ids (== thread ids) to warning/update DBus messagesDenys Vlasenko2009-08-261-18/+16
* resolved: Bug 518420 - ordinary user's abrt-applet shows up for root owned c...Nikola Pajkovsky2009-08-261-2/+2
* further simplify CObserver, CCommLayerServer, and CCrashWatcher classesDenys Vlasenko2009-08-261-1/+0
* eliminate AddOpenGPGPublicKey() and AddBlackListedPackage() stubsDenys Vlasenko2009-08-261-2/+2
* consolidate common data declarations in new file Daemon.hDenys Vlasenko2009-08-261-4/+3
* more sensible loggingDenys Vlasenko2009-08-251-12/+13
* separate DBus::Glib::BusDispatcher creating from CommLayerServerDBus creationDenys Vlasenko2009-08-241-4/+7
* trivial simplification: make LoadSettings() take char*, not string& paramDenys Vlasenko2009-08-241-1/+1
* eliminate data duplication in Settings and MiddleWareDenys Vlasenko2009-08-241-3/+0
* dismantle single-instance class CSettingsDenys Vlasenko2009-08-241-29/+19
* convert two PluginManager member functions to non-member onesDenys Vlasenko2009-08-241-20/+20
* hardcode CPluginManager constructor's parameters, they are constantDenys Vlasenko2009-08-241-1/+1
* move CSettings::inner_types out of class CSettings. They are generic typesDenys Vlasenko2009-08-241-15/+15
* move CMiddleWare initialized/finalizer into its sole userDenys Vlasenko2009-08-241-3/+8
* simplifications by exposing g_pPluginManagerDenys Vlasenko2009-08-241-1/+1
* class CMiddleWare no longer exists, it's a set of functions and lone data mem...Denys Vlasenko2009-08-241-21/+20
* start dismantling singe-instance class MiddleWareDenys Vlasenko2009-08-241-20/+20
* make some variables local; rename a few typedefsDenys Vlasenko2009-08-241-9/+8
* cleanup (m_XXX -> g_XXX renames and the like)Denys Vlasenko2009-08-211-61/+61
* move most of CCrashWatcher's init/deinit into daemon's main()Denys Vlasenko2009-08-211-77/+123
* at Jirka's request, restore setup where CCrashWatcher has its own source filesDenys Vlasenko2009-08-211-612/+147
* 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-211-6/+1056
* src/Daemon/Daemon.cpp: the lone crash watcher object can live on stackDenys Vlasenko2009-08-201-7/+3
* fix compile-time warnings.Denys Vlasenko2009-08-091-2/+3
* style fixes, no code changesDenys Vlasenko2009-08-091-3/+3