summaryrefslogtreecommitdiffstats
path: root/src/Daemon/CommLayerServerDBus.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* fix my mixup of int64/uint64 in dbusDenys Vlasenko2009-09-021-8/+7
* fix map_string_string_t typedef name to map_string_t; silly optimizationsDenys Vlasenko2009-09-021-1/+1
* optimize type signature string generation for dbusDenys Vlasenko2009-09-011-12/+19
* move die_out_of_memory() to abrtlibDenys Vlasenko2009-09-011-6/+0
* whitespace fixesDenys Vlasenko2009-09-011-5/+5
* CommLayerServerDBus: rewrote to use dbus, not dbus-c++Denys Vlasenko2009-09-011-185/+777
* DBUS: return proper ErrorMessage if report failsJiri Moskovcak2009-09-011-1/+11
* daemon: log DBus calls with -v; log file creation only with -vvvDenys Vlasenko2009-08-281-7/+20
* simplify error handling. CrashWatcher.cpp lost a few wrapper functionsDenys Vlasenko2009-08-271-10/+9
* added signal JobStarted => removed the ugly sleep() hackJiri Moskovcak2009-08-271-0/+9
* don't encode the job id into message string, send it as an separate argumentJiri Moskovcak2009-08-271-2/+11
* add job ids (== thread ids) to warning/update DBus messagesDenys Vlasenko2009-08-261-3/+3
* resolved: Bug 518420 - ordinary user's abrt-applet shows up for root owned c...Nikola Pajkovsky2009-08-261-2/+3
* further simplify CObserver, CCommLayerServer, and CCrashWatcher classesDenys Vlasenko2009-08-261-73/+34
* make some CrashWatcher member functions static; simplify CObserver classDenys Vlasenko2009-08-261-10/+11
* eliminate AddOpenGPGPublicKey() and AddBlackListedPackage() stubsDenys Vlasenko2009-08-261-4/+1
* more sensible loggingDenys Vlasenko2009-08-251-2/+2
* eliminate one-use class CDBusServer_adaptorDenys Vlasenko2009-08-251-20/+157
* remove CreateReport() method from server machinery; add comments about DBusDenys Vlasenko2009-08-251-29/+39
* 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-4/+9
* trivial simplification: make LoadSettings() take char*, not string& paramDenys Vlasenko2009-08-241-5/+4
* cleanup (m_XXX -> g_XXX renames and the like)Denys Vlasenko2009-08-211-5/+3
* move lib/CommLayer/CommLayerServer*.{h,cpp} to src/Daemon/, the sole userDenys Vlasenko2009-08-191-0/+147