summaryrefslogtreecommitdiffstats
path: root/src/Daemon/CommLayerServerDBus.h
Commit message (Expand)AuthorAgeFilesLines
* GUI: added action to applet to directly report last crashJiri Moskovcak2010-03-111-1/+3
* add ProcessUnpackaged option to abrt.confDenys Vlasenko2010-03-051-1/+1
* *: UID:UUID -> crash_id conversionDenys Vlasenko2010-03-041-3/+3
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-071-0/+18
* *: remove most of remaining const string& paramsDenys Vlasenko2009-12-071-2/+2
* InformAllUsers support. enabled by default for Kerneloops. Tested wuth CCpp.Denys Vlasenko2009-11-051-1/+1
* removed JobStarted signal; fixed a small bug in build-id scanning codeDenys Vlasenko2009-10-091-1/+0
* add dbus signalization when quota exceededNikola Pajkovsky2009-09-171-0/+1
* remove unused Error() methods and dbus signals.Denys Vlasenko2009-09-081-1/+0
* make Warning, Error and Update send unicast dbus messagesDenys Vlasenko2009-09-081-4/+3
* abrtd: eliminate g_pending_jobs[] map and all corresponding TODOs :)Denys Vlasenko2009-09-081-3/+3
* abrtd: remove unused AnalyzeComplete dbus signalDenys Vlasenko2009-09-081-1/+0
* correct g_pending_jobs' type; eliminate redundant string passingDenys Vlasenko2009-09-071-2/+2
* CommLayerServerDBus: rewrote to use dbus, not dbus-c++Denys Vlasenko2009-09-011-32/+2
* DBUS: return proper ErrorMessage if report failsJiri Moskovcak2009-09-011-0/+1
* Changed JobStarted to pure virtual methodJiri Moskovcak2009-08-311-1/+1
* added signal JobStarted => removed the ugly sleep() hackJiri Moskovcak2009-08-271-0/+2
* don't encode the job id into message string, send it as an separate argumentJiri Moskovcak2009-08-271-1/+2
* resolved: Bug 518420 - ordinary user's abrt-applet shows up for root owned c...Nikola Pajkovsky2009-08-261-1/+1
* further simplify CObserver, CCommLayerServer, and CCrashWatcher classesDenys Vlasenko2009-08-261-13/+0
* eliminate one-use class CDBusServer_adaptorDenys Vlasenko2009-08-251-9/+25
* remove CreateReport() method from server machinery; add comments about DBusDenys Vlasenko2009-08-251-9/+7
* pass map_crash_report_t by const reference, not by valueDenys Vlasenko2009-08-251-2/+2
* separate DBus::Glib::BusDispatcher creating from CommLayerServerDBus creationDenys Vlasenko2009-08-241-1/+5
* convert two PluginManager member functions to non-member onesDenys Vlasenko2009-08-241-5/+9
* move lib/CommLayer/CommLayerServer*.{h,cpp} to src/Daemon/, the sole userDenys Vlasenko2009-08-191-0/+42