summaryrefslogtreecommitdiffstats
path: root/src/Daemon/CommLayerServerDBus.cpp
Commit message (Expand)AuthorAgeFilesLines
* dbus: stop returning bool from DeleteDebugDump call, it's not neededDenys Vlasenko2009-12-041-5/+1
* rename CreateReport -> StartJob, GetJobResult -> CreateReportDenys Vlasenko2009-12-031-7/+7
* continuing s/std::string&/char*/gDenys Vlasenko2009-11-161-1/+1
* make exception handling lighterDenys Vlasenko2009-11-061-1/+1
* mass replace of const string& params by const char*Denys Vlasenko2009-11-061-3/+3
* InformAllUsers support. enabled by default for Kerneloops. Tested wuth CCpp.Denys Vlasenko2009-11-051-8/+16
* fix more warnings (these were harmless, but still...)Denys Vlasenko2009-11-031-1/+1
* s/CC_DBUS_/ABRTD_DBUS_/gDenys Vlasenko2009-11-021-3/+3
* Hack to fix the problem with daemon remembering the last used settingsJiri Moskovcak2009-11-011-6/+9
* optimizationsDenys Vlasenko2009-10-221-14/+11
* removed JobStarted signal; fixed a small bug in build-id scanning codeDenys Vlasenko2009-10-091-12/+0
* *: add "force" param to CreateReport dbus call. If !0, regenerates backtraceDenys Vlasenko2009-10-091-2/+9
* removed unsecure reading/writting from ~HOME directoryJiri Moskovcak2009-10-051-4/+8
* set LIMIT_MESSAGE to 16k, typo fix and daemon now reads config information fr...Nikola Pajkovsky2009-09-291-6/+38
* 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