summaryrefslogtreecommitdiffstats
path: root/src/Daemon/CommLayerServerDBus.cpp
Commit message (Expand)AuthorAgeFilesLines
* add 16k cap for comment and how to reproduceNikola Pajkovsky2009-09-251-0/+32
* abrtd: add an optional 2nd parameter to Report dbus callDenys Vlasenko2009-09-241-86/+59
* abrt-applet: remove dbus-c++ glue. -50k of codeDenys Vlasenko2009-09-181-3/+4
* factored out dbus init from CommLayerServerDBus.cpp to lib/Utils/abrt_dbus.cppDenys Vlasenko2009-09-171-181/+2
* add dbus signalization when quota exceededNikola Pajkovsky2009-09-171-0/+10
* remove C++ dbus glue in src/CLI; fix a bug in --reportDenys Vlasenko2009-09-171-351/+28
* call the new wrapper functions for register/unregister plugins in DBUS layerdnovotny2009-09-091-2/+4
* added polkit security check in SetSettingsdnovotny2009-09-091-1/+2
* remove unused Error() methods and dbus signals.Denys Vlasenko2009-09-081-10/+0
* make Warning, Error and Update send unicast dbus messagesDenys Vlasenko2009-09-081-34/+24
* typo correctedDenys Vlasenko2009-09-081-1/+1
* abrtd: eliminate g_pending_jobs[] map and all corresponding TODOs :)Denys Vlasenko2009-09-081-40/+42
* abrtd: remove unused AnalyzeComplete dbus signalDenys Vlasenko2009-09-081-11/+0
* preparatory work for proper (i.e. unicast) server->client dbus communicationDenys Vlasenko2009-09-071-2/+11
* correct g_pending_jobs' type; eliminate redundant string passingDenys Vlasenko2009-09-071-14/+16
* CommLayerServerDBus: wire up {Get,Set}Settings as dbus methodsDenys Vlasenko2009-09-031-13/+53
* CommLayerServerDBus: make it resilient (again) against malformed dbus callsDenys Vlasenko2009-09-021-124/+231
* 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