summaryrefslogtreecommitdiffstats
path: root/src/Daemon/CrashWatcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove a few C++-isms where they did not buy any convenience anywayDenys Vlasenko2009-09-181-2/+0
* whitespace fixDenys Vlasenko2009-09-081-1/+1
* make Warning, Error and Update send unicast dbus messagesDenys Vlasenko2009-09-081-14/+19
* style fixes, trivial code changes onlyDenys Vlasenko2009-09-081-3/+7
* abrtd: eliminate g_pending_jobs[] map and all corresponding TODOs :)Denys Vlasenko2009-09-081-44/+56
* 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-14/+11
* remove unused CObserver::Debug methodDenys Vlasenko2009-08-281-5/+0
* simplify error handling. CrashWatcher.cpp lost a few wrapper functionsDenys Vlasenko2009-08-271-89/+3
* eliminate global variable g_cwDenys Vlasenko2009-08-271-18/+17
* added signal JobStarted => removed the ugly sleep() hackJiri Moskovcak2009-08-271-12/+1
* don't encode the job id into message string, send it as an separate argumentJiri Moskovcak2009-08-271-8/+8
* add job ids (== thread ids) to warning/update DBus messagesDenys Vlasenko2009-08-261-5/+22
* further simplify CObserver, CCommLayerServer, and CCrashWatcher classesDenys Vlasenko2009-08-261-36/+9
* make some CrashWatcher member functions static; simplify CObserver classDenys Vlasenko2009-08-261-15/+15
* eliminate AddOpenGPGPublicKey() and AddBlackListedPackage() stubsDenys Vlasenko2009-08-261-12/+9
* consolidate common data declarations in new file Daemon.hDenys Vlasenko2009-08-261-2/+4
* more sensible loggingDenys Vlasenko2009-08-251-6/+5
* eliminate one-use class CDBusServer_adaptorDenys Vlasenko2009-08-251-3/+3
* pass map_crash_report_t by const reference, not by valueDenys Vlasenko2009-08-251-1/+1
* convert two PluginManager member functions to non-member onesDenys Vlasenko2009-08-241-14/+14
* simplifications by exposing g_pPluginManagerDenys Vlasenko2009-08-241-5/+5
* class CMiddleWare no longer exists, it's a set of functions and lone data mem...Denys Vlasenko2009-08-241-17/+17
* start dismantling singe-instance class MiddleWareDenys Vlasenko2009-08-241-12/+12
* cleanup (m_XXX -> g_XXX renames and the like)Denys Vlasenko2009-08-211-27/+27
* move most of CCrashWatcher's init/deinit into daemon's main()Denys Vlasenko2009-08-211-67/+4
* at Jirka's request, restore setup where CCrashWatcher has its own source filesDenys Vlasenko2009-08-211-0/+399
* move class CCrashWatcher into daemon.cppDenys Vlasenko2009-08-211-953/+0
* minimum timeout is 1 secondZdenek Prikryl2009-08-181-1/+1
* in case of plugin error, don't delete debug dumpsZdenek Prikryl2009-08-181-2/+5
* 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-171-4/+5
* added support for storing results from reporters (used from gui)Zdenek Prikryl2009-08-141-1/+1
* DBUS: exposed method SetPluginSettingsJiri Moskovcak2009-08-121-0/+16
* moved LoadSettings from plugins into PluginManagerZdenek Prikryl2009-08-111-12/+3
* DBUS: exposed methods Un/RegisterPluginJiri Moskovcak2009-08-111-0/+32
* DBUS: added new method to get plugin settingsJiri Moskovcak2009-08-101-0/+16
* fix compile-time warnings.Denys Vlasenko2009-08-091-0/+6
* style fixes, no code changesDenys Vlasenko2009-08-091-3/+4
* simplify logging by removing CCommLayerInner classDenys Vlasenko2009-08-071-3/+1
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-08-061-0/+1
|\
| * fix a case when we print a warning twice.Denys Vlasenko2009-08-061-0/+1
* | DBUS: added method GetPluginsInfo()Jiri Moskovcak2009-08-061-0/+16
|/
* made some functions staticDenys Vlasenko2009-08-041-6/+10
* add error checks on lstat calls; add handling of DT_UNKNOWNDenys Vlasenko2009-08-041-14/+20
* abrt-applet: set SIGCHLD to SIG_IGN to prevent zombies from guiDenys Vlasenko2009-08-041-0/+1
* DBus: Many fixes to client -> cli works again, changed JobDone notificationJiri Moskovcak2009-08-031-18/+33
* using more x-functionsDenys Vlasenko2009-07-311-22/+14
* style fixes, no code changesDenys Vlasenko2009-07-311-40/+36
* added forgotten "throw" keywordsDenys Vlasenko2009-07-221-1/+1