summaryrefslogtreecommitdiffstats
path: root/src/Daemon
Commit message (Expand)AuthorAgeFilesLines
* typo fix. no code changesDenys Vlasenko2009-09-221-1/+1
* fixed savind comments and how to reproduce filesZdenek Prikryl2009-09-211-17/+27
* better logic for deleting crashes from overflowing /var/cache/abrtDenys Vlasenko2009-09-211-17/+37
* comments and how to reproduce are stored nowNikola Pajkovsky2009-09-212-0/+38
* reduce verbosity a bitDenys Vlasenko2009-09-211-8/+10
* fixed action name for inst. debuginfosdnovotny2009-09-161-2/+2
* remove a few #include <iostream>'sDenys Vlasenko2009-09-181-1/+1
* remove a few C++-isms where they did not buy any convenience anywayDenys Vlasenko2009-09-184-16/+8
* abrt-applet: remove dbus-c++ glue. -50k of codeDenys Vlasenko2009-09-181-3/+4
* translate correctionNikola Pajkovsky2009-09-181-1/+1
* factored out dbus init from CommLayerServerDBus.cpp to lib/Utils/abrt_dbus.cppDenys Vlasenko2009-09-173-192/+2
* new polkit action for installing debuginfo, default "yes"dnovotny2009-09-161-0/+11
* Merge branch 'master' into experimentalNikola Pajkovsky2009-09-171-14/+16
|\
| * Move lib/Utils/DBusClientProxy.* to src/Applet/; do not link rpm to libABRTUtilsDenys Vlasenko2009-09-171-14/+16
* | add dbus signalization when quota exceededNikola Pajkovsky2009-09-174-0/+13
|/
* remove C++ dbus glue in src/CLI; fix a bug in --reportDenys Vlasenko2009-09-171-351/+28
* convert a few string& params to char*Denys Vlasenko2009-09-153-23/+23
* trailing whitespace removedDenys Vlasenko2009-09-151-1/+1
* unify CommLayer, MiddleWare and Utils into UtilsDenys Vlasenko2009-09-151-5/+2
* moake one sfunction static; style fixesDenys Vlasenko2009-09-141-1/+1
* Merge branch 'master' of git://git.fedorahosted.org/git/abrtdnovotny2009-09-141-1/+5
|\
| * disabled sanitize_dump_dir_rights() in daemon, as it conflicts with python hookJiri Moskovcak2009-09-141-1/+5
* | Polkit moved to Utils (can be used both in daemon and plugins)dnovotny2009-09-143-107/+3
|/
* Fixed geting results from reportersZdenek Prikryl2009-09-111-5/+5
* fixed polkit to remember the autorizationJiri Moskovcak2009-09-103-31/+12
* 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