summaryrefslogtreecommitdiffstats
path: root/src/Daemon/CommLayerServer.h
Commit message (Expand)AuthorAgeFilesLines
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-071-1/+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-2/+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-1/+1
* Changed JobStarted to pure virtual methodJiri Moskovcak2009-08-311-1/+1
* simplify error handling. CrashWatcher.cpp lost a few wrapper functionsDenys Vlasenko2009-08-271-0/+2
* added signal JobStarted => removed the ugly sleep() hackJiri Moskovcak2009-08-271-0/+1
* don't encode the job id into message string, send it as an separate argumentJiri Moskovcak2009-08-271-1/+2
* replace comm_layer_inner_debug() with log() everywhereDenys Vlasenko2009-08-261-2/+0
* 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-16/+1
* make some CrashWatcher member functions static; simplify CObserver classDenys Vlasenko2009-08-261-3/+5
* eliminate one-use class CDBusServer_adaptorDenys Vlasenko2009-08-251-1/+1
* move to_string() helper to abrtlib.hDenys Vlasenko2009-08-251-11/+0
* remove CreateReport() method from server machinery; add comments about DBusDenys Vlasenko2009-08-251-3/+2
* pass map_crash_report_t by const reference, not by valueDenys Vlasenko2009-08-251-4/+4
* cleanup (m_XXX -> g_XXX renames and the like)Denys Vlasenko2009-08-211-4/+0
* move lib/CommLayer/CommLayerServer*.{h,cpp} to src/Daemon/, the sole userDenys Vlasenko2009-08-191-0/+53