summaryrefslogtreecommitdiffstats
path: root/src/Daemon/CommLayerServerDBus.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow user to select which reporter he wants to use to report a crash using CLI.Karel Klic2010-03-181-3/+3
* GUI: added action to applet to directly report last crashJiri Moskovcak2010-03-111-3/+7
* add ProcessUnpackaged option to abrt.confDenys Vlasenko2010-03-051-5/+5
* *: UID:UUID -> crash_id conversionDenys Vlasenko2010-03-041-25/+15
* add reporters param to dbus call Report()Denys Vlasenko2010-03-011-3/+11
* trivial simplificationDenys Vlasenko2010-02-261-4/+2
* added a comment about dbus disconnect handlingDenys Vlasenko2010-02-171-0/+21
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-071-0/+18
* abrtd: proper fix to autostart problemDenys Vlasenko2010-01-271-0/+11
* abrtd: fix Report() dbus call gaping security holesDenys Vlasenko2010-01-211-3/+4
* split load_crash_data_from_debug_dump from DebugDumpToCrashReportDenys Vlasenko2010-01-201-4/+3
* use get_crash_data_item_content() more widely. -4k.Denys Vlasenko2010-01-191-1/+1
* unify "crash data, "crash info" and "crash report" data types. they are the sameDenys Vlasenko2010-01-191-5/+5
* Eliminate ATT file type - use TXT or BINDenys Vlasenko2010-01-191-6/+3
* GUI: make it so that even non-loaded plugins show up in "Plugins" dialogDenys Vlasenko2010-01-141-6/+4
* *: disable plugin loading/unloading through GUI. Document keyring a bitDenys Vlasenko2010-01-131-0/+4
* make "abrt-cli --delete randomuuid" report that deletion failed. closes bug 59Denys Vlasenko2009-12-101-13/+19
* better wording to dbus error message (bug 106)Denys Vlasenko2009-12-091-1/+2
* *: remove most of remaining const string& paramsDenys Vlasenko2009-12-071-6/+4
* 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