summaryrefslogtreecommitdiffstats
path: root/src/Daemon/CrashWatcher.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* abrt can take reporter's configuration file from reporting users's $HOME/.abr...Zdenek Prikryl2009-06-101-1/+2
* support for simpler settingsZdenek Prikryl2009-05-121-0/+26
* new commlayerinner interfaceZdenek Prikryl2009-04-281-2/+2
* final touch on commlayer, minor fixes in exceptions (zprikryl)Jiri Moskovcak2009-04-241-2/+2
* Added intercomm layer so plugins can send various information to the daemon.Jiri Moskovcak2009-04-231-8/+9
* Configurable max size of debugdump storage rhbz#490889Jiri Moskovcak2009-04-101-0/+1
* new crash typesZdenek Prikryl2009-04-021-1/+3
* added new interface frof settingsZdenek Prikryl2009-04-021-4/+6
* Added commlayer to make dbus optionalJiri Moskovcak2009-04-011-7/+21
* Fixed daemon to compile with new MW API, added check for dumps created while ...Jiri Moskovcak2009-03-231-1/+3
* Rename to abrtJiri Moskovcak2009-03-031-2/+2