summaryrefslogtreecommitdiffstats
path: root/src/Daemon/Daemon.cpp
Commit message (Expand)AuthorAgeFilesLines
* add support for abrtd autostartDenys Vlasenko2009-09-291-2/+6
* abrtd: add an optional 2nd parameter to Report dbus callDenys Vlasenko2009-09-241-3/+4
* typo fix. no code changesDenys Vlasenko2009-09-221-1/+1
* better logic for deleting crashes from overflowing /var/cache/abrtDenys Vlasenko2009-09-211-17/+37
* remove a few C++-isms where they did not buy any convenience anywayDenys Vlasenko2009-09-181-1/+0
* translate correctionNikola Pajkovsky2009-09-181-1/+1
* factored out dbus init from CommLayerServerDBus.cpp to lib/Utils/abrt_dbus.cppDenys Vlasenko2009-09-171-1/+0
* add dbus signalization when quota exceededNikola Pajkovsky2009-09-171-0/+1
* trailing whitespace removedDenys Vlasenko2009-09-151-1/+1
* disabled sanitize_dump_dir_rights() in daemon, as it conflicts with python hookJiri Moskovcak2009-09-141-1/+5
* abrtd: check, and change if necessary, mode and owner on the dump dirDenys Vlasenko2009-09-091-3/+20
* remove unused Error() methods and dbus signals.Denys Vlasenko2009-09-081-3/+3
* 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