summaryrefslogtreecommitdiffstats
path: root/src/Daemon/CrashWatcher.h
Commit message (Expand)AuthorAgeFilesLines
* remove socket code, it is deadDenys Vlasenko2010-03-231-5/+1
* *: UID:UUID -> crash_id conversionDenys Vlasenko2010-03-041-6/+6
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-071-2/+1
* abrtd: fix Report() dbus call gaping security holesDenys Vlasenko2010-01-211-1/+1
* unify "crash data, "crash info" and "crash report" data types. they are the sameDenys Vlasenko2010-01-191-2/+2
* make "abrt-cli --delete randomuuid" report that deletion failed. closes bug 59Denys Vlasenko2009-12-101-1/+1
* simplify code which deletes corrupted debug dumps; kill unused EXCEP_FATALDenys Vlasenko2009-12-041-2/+2
* rename CreateReport -> StartJob, GetJobResult -> CreateReportDenys Vlasenko2009-12-031-1/+1
* hopefully fix rhbz#541854: when we trim the dir, we must delete it from DB tooDenys Vlasenko2009-12-031-1/+2
* mass replace of const string& params by const char*Denys Vlasenko2009-11-061-4/+4
* *: add "force" param to CreateReport dbus call. If !0, regenerates backtraceDenys Vlasenko2009-10-091-2/+2
* make Warning, Error and Update send unicast dbus messagesDenys Vlasenko2009-09-081-2/+2
* abrtd: eliminate g_pending_jobs[] map and all corresponding TODOs :)Denys Vlasenko2009-09-081-2/+2
* correct g_pending_jobs' type; eliminate redundant string passingDenys Vlasenko2009-09-071-1/+1
* remove unused CObserver::Debug methodDenys Vlasenko2009-08-281-7/+0
* simplify error handling. CrashWatcher.cpp lost a few wrapper functionsDenys Vlasenko2009-08-271-7/+0
* don't encode the job id into message string, send it as an separate argumentJiri Moskovcak2009-08-271-2/+2
* add job ids (== thread ids) to warning/update DBus messagesDenys Vlasenko2009-08-261-1/+1
* further simplify CObserver, CCommLayerServer, and CCrashWatcher classesDenys Vlasenko2009-08-261-23/+12
* make some CrashWatcher member functions static; simplify CObserver classDenys Vlasenko2009-08-261-9/+21
* consolidate common data declarations in new file Daemon.hDenys Vlasenko2009-08-261-14/+0
* more sensible loggingDenys Vlasenko2009-08-251-1/+1
* eliminate one-use class CDBusServer_adaptorDenys Vlasenko2009-08-251-3/+3
* remove CreateReport() method from server machinery; add comments about DBusDenys Vlasenko2009-08-251-9/+0
* pass map_crash_report_t by const reference, not by valueDenys Vlasenko2009-08-251-1/+1
* class CMiddleWare no longer exists, it's a set of functions and lone data mem...Denys Vlasenko2009-08-241-2/+0
* start dismantling singe-instance class MiddleWareDenys Vlasenko2009-08-241-1/+1
* cleanup (m_XXX -> g_XXX renames and the like)Denys Vlasenko2009-08-211-12/+5
* move most of CCrashWatcher's init/deinit into daemon's main()Denys Vlasenko2009-08-211-27/+8
* at Jirka's request, restore setup where CCrashWatcher has its own source filesDenys Vlasenko2009-08-211-0/+120
* move class CCrashWatcher into daemon.cppDenys Vlasenko2009-08-211-146/+0
* GUI now show the status window after report to let user know how did it go.Jiri Moskovcak2009-08-171-1/+1
* DBUS: exposed method SetPluginSettingsJiri Moskovcak2009-08-121-0/+1
* moved LoadSettings from plugins into PluginManagerZdenek Prikryl2009-08-111-1/+1
* DBUS: exposed methods Un/RegisterPluginJiri Moskovcak2009-08-111-0/+3
* DBUS: added new method to get plugin settingsJiri Moskovcak2009-08-101-0/+1
* simplify logging by removing CCommLayerInner classDenys Vlasenko2009-08-071-1/+0
* preparatory cleanupsDenys Vlasenko2009-08-071-9/+9
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-08-061-2/+2
|\
| * trailing whitespace removal. no code changesDenys Vlasenko2009-08-061-2/+2
* | DBUS: added method GetPluginsInfo()Jiri Moskovcak2009-08-061-0/+1
|/
* made some functions staticDenys Vlasenko2009-08-041-1/+0
* DBus: Many fixes to client -> cli works again, changed JobDone notificationJiri Moskovcak2009-08-031-6/+14
* Daemon: threading fixesJiri Moskovcak2009-07-221-1/+2
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-07-201-2/+3
|\
| * rework unsafe handling of SIGINT/SIGTERMDenys Vlasenko2009-07-171-2/+3
* | Daemon: added threaded CreateReport -> breaks CLI!Jiri Moskovcak2009-07-201-2/+16
|/
* proper way how to daemonizeZdenek Prikryl2009-06-241-3/+0
* Added pidfile support in daemon (C hook should work now)Jiri Moskovcak2009-06-231-0/+2
* added new options to AT, which defines what communication platform will be usedZdenek Prikryl2009-06-111-3/+3