summaryrefslogtreecommitdiffstats
path: root/src/Daemon/CommLayerServer.h
Commit message (Collapse)AuthorAgeFilesLines
* CommLayerServerDBus: rewrote to use dbus, not dbus-c++Denys Vlasenko2009-09-011-1/+1
| | | | | | | | | | | | | | | Expect some rough edges. On the plus side: (1) -15 kb in our own code: text data bss dec hex filename 209057 2664 2640 214361 34559 abrt.z5/abrt-0.0.8/src/Daemon/.libs/abrt 194958 2576 2320 199854 30cae abrt.z6/abrt-0.0.8/src/Daemon/.libs/abrt (2) this will allow us to stop using libdbus-c++-1.so.0 in the future (-200kb of code) (3) a lot of logging added (most on -vvv verbosity level) to help with debug Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* 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
| | | | | | -4k of code Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* 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
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* resolved: Bug 518420 - ordinary user's abrt-applet shows up for root owned ↵Nikola Pajkovsky2009-08-261-1/+1
| | | | crashes
* further simplify CObserver, CCommLayerServer, and CCrashWatcher classesDenys Vlasenko2009-08-261-16/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* make some CrashWatcher member functions static; simplify CObserver classDenys Vlasenko2009-08-261-3/+5
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* eliminate one-use class CDBusServer_adaptorDenys Vlasenko2009-08-251-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* move to_string() helper to abrtlib.hDenys Vlasenko2009-08-251-11/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove CreateReport() method from server machinery; add comments about DBusDenys Vlasenko2009-08-251-3/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* pass map_crash_report_t by const reference, not by valueDenys Vlasenko2009-08-251-4/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* cleanup (m_XXX -> g_XXX renames and the like)Denys Vlasenko2009-08-211-4/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* move lib/CommLayer/CommLayerServer*.{h,cpp} to src/Daemon/, the sole userDenys Vlasenko2009-08-191-0/+53
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>