summaryrefslogtreecommitdiffstats
path: root/src/Daemon
Commit message (Expand)AuthorAgeFilesLines
* fix the bug where lock file was not removedDenys Vlasenko2009-09-091-14/+6
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-09-094-2/+70
|\
| * call the new wrapper functions for register/unregister plugins in DBUS layerdnovotny2009-09-091-2/+4
| * added dbus wrappers for register/unregister plugindnovotny2009-09-093-0/+66
* | made ABRTPlugin more verboseJiri Moskovcak2009-09-091-1/+1
|/
* minor build fixesJiri Moskovcak2009-09-091-1/+1
* abrtd: check, and change if necessary, mode and owner on the dump dirDenys Vlasenko2009-09-091-3/+20
* Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrtDenys Vlasenko2009-09-091-0/+3
|\
| * inclusion of the policy file in the rpm packagednovotny2009-09-091-0/+3
* | styple fixes to polkit code, no code changesDenys Vlasenko2009-09-093-37/+37
|/
* added polkit security check in SetSettingsdnovotny2009-09-094-3/+20
* add polkit to compilationdanny2009-09-083-5/+6
* Small fix in loggingDenys Vlasenko2009-09-081-1/+1
* whitespace fixDenys Vlasenko2009-09-081-1/+1
* remove unused Error() methods and dbus signals.Denys Vlasenko2009-09-086-22/+3
* make Warning, Error and Update send unicast dbus messagesDenys Vlasenko2009-09-087-60/+53
* style fixes, trivial code changes onlyDenys Vlasenko2009-09-081-3/+7
* typo correctedDenys Vlasenko2009-09-081-1/+1
* Daemon.cpp: improve dbus API doc in comments. no code changesDenys Vlasenko2009-09-081-3/+19
* abrtd: eliminate g_pending_jobs[] map and all corresponding TODOs :)Denys Vlasenko2009-09-089-104/+112
* abrtd: remove unused AnalyzeComplete dbus signalDenys Vlasenko2009-09-085-19/+0
* preparatory work for proper (i.e. unicast) server->client dbus communicationDenys Vlasenko2009-09-074-11/+30
* correct g_pending_jobs' type; eliminate redundant string passingDenys Vlasenko2009-09-078-42/+41
* use CRPM class only in MiddleWare.cppDenys Vlasenko2009-09-074-16/+15
* PluginManager.cpp: small optimization: don't search twice in containersDenys Vlasenko2009-09-071-30/+43
* add comment about VERBn macrosDenys Vlasenko2009-09-071-0/+4
* abrtd: make it verbose only on -v[vvvv]Denys Vlasenko2009-09-041-39/+45
* typedef cleanup. no code changesDenys Vlasenko2009-09-046-38/+37
* abrtd: move FindNewDumps() out of init sectionDenys Vlasenko2009-09-041-16/+19
* abrtd: much more extensive logging at start. to be hidden under -v laterDenys Vlasenko2009-09-043-46/+86
* abrtd: additional logging on initialization failureDenys Vlasenko2009-09-041-2/+10
* Settings.cpp: small fix in .conf saving error reporting; whitespace fixesDenys Vlasenko2009-09-031-48/+50
* abrtd: simplify .conf file savingDenys Vlasenko2009-09-031-80/+69
* Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrtDenys Vlasenko2009-09-031-4/+4
|\
| * renamed abrt to abrtd, few minor spec file fixesJiri Moskovcak2009-09-031-4/+4
* | CommLayerServerDBus: wire up {Get,Set}Settings as dbus methodsDenys Vlasenko2009-09-031-13/+53
* | Settings: add comments, do some trivial simplificationsDenys Vlasenko2009-09-033-63/+94
|/
* Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrtDenys Vlasenko2009-09-032-0/+101
|\
| * fix polkitDaniel Novotny2009-09-032-3/+3
| * added Polkit filesDaniel Novotny2009-09-032-0/+101
* | CommLayerServerDBus: make it resilient (again) against malformed dbus callsDenys Vlasenko2009-09-021-124/+231
* | Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrtDenys Vlasenko2009-09-021-0/+24
|\|
| * adding PolicyKit policyDaniel Novotny2009-09-021-0/+24
* | fix my mixup of int64/uint64 in dbusDenys Vlasenko2009-09-021-8/+7
|/
* add gettext support for all pluginsNikola Pajkovsky2009-09-022-0/+25
* fix map_string_string_t typedef name to map_string_t; silly optimizationsDenys Vlasenko2009-09-026-49/+65
* 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-015-221/+785