summaryrefslogtreecommitdiffstats
path: root/src/Daemon
Commit message (Expand)AuthorAgeFilesLines
* 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
* DBUS: return proper ErrorMessage if report failsJiri Moskovcak2009-09-012-1/+12
* Fixed report check to really do the checkingJiri Moskovcak2009-09-011-1/+1
* Merge branch 'master' of git://git.fedorahosted.org/abrtZdenek Prikryl2009-08-313-2/+3
|\
| * Changed JobStarted to pure virtual methodJiri Moskovcak2009-08-313-2/+3
* | added report checkZdenek Prikryl2009-08-311-4/+38
|/
* daemon: log DBus calls with -v; log file creation only with -vvvDenys Vlasenko2009-08-284-67/+80
* remove unused CObserver::Debug methodDenys Vlasenko2009-08-283-12/+6
* daemon: better cleanup logic; added -v option (so far does nothing)Denys Vlasenko2009-08-282-46/+76
* Added {Get, Set}Settings functionsZdenek Prikryl2009-08-272-1/+34
* fixed rhbz 518606Zdenek Prikryl2009-08-271-50/+41
* consolidate container typedefs in one file (we had a few dupes)Denys Vlasenko2009-08-278-48/+31
* simplify error handling. CrashWatcher.cpp lost a few wrapper functionsDenys Vlasenko2009-08-277-160/+83
* eliminate global variable g_cwDenys Vlasenko2009-08-273-29/+27
* added signal JobStarted => removed the ugly sleep() hackJiri Moskovcak2009-08-274-12/+13
* don't encode the job id into message string, send it as an separate argumentJiri Moskovcak2009-08-275-14/+25
* add job ids (== thread ids) to warning/update DBus messagesDenys Vlasenko2009-08-268-50/+65
* replace comm_layer_inner_debug() with log() everywhereDenys Vlasenko2009-08-262-6/+1
* resolved: Bug 518420 - ordinary user's abrt-applet shows up for root owned c...Nikola Pajkovsky2009-08-264-6/+7
* further simplify CObserver, CCommLayerServer, and CCrashWatcher classesDenys Vlasenko2009-08-268-180/+60
* make some CrashWatcher member functions static; simplify CObserver classDenys Vlasenko2009-08-266-48/+64
* eliminate AddOpenGPGPublicKey() and AddBlackListedPackage() stubsDenys Vlasenko2009-08-266-43/+14
* consolidate common data declarations in new file Daemon.hDenys Vlasenko2009-08-267-30/+72
* class CRPM: make a few functions nono-membersDenys Vlasenko2009-08-263-56/+55
* removing unused file src/Daemon/exported-symbolsDenys Vlasenko2009-08-261-3/+0
* move lib/MiddleWare/RPM.{h,cpp} to src/Daemon, the sole userDenys Vlasenko2009-08-253-0/+281
* Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrtDenys Vlasenko2009-08-253-3/+109
|\
| * Merge branch 'master' of git://git.fedorahosted.org/abrtZdenek Prikryl2009-08-251-1/+1
| |\
| * | added support for saving settingsZdenek Prikryl2009-08-252-2/+108
| * | fixed conf: comment in the middle of the line isn't supported anymoreZdenek Prikryl2009-08-251-1/+1
* | | more sensible loggingDenys Vlasenko2009-08-258-58/+45
| |/ |/|
* | BZ#518413 PATCH ... furious kerneloops reportingAnton Arapov2009-08-251-1/+1
|/