summaryrefslogtreecommitdiffstats
path: root/lib/CommLayer
Commit message (Expand)AuthorAgeFilesLines
* remove unused Error() methods and dbus signals.Denys Vlasenko2009-09-081-2/+8
* make Warning, Error and Update send unicast dbus messagesDenys Vlasenko2009-09-083-31/+48
* remove unused CObserver::Debug methodDenys Vlasenko2009-08-281-1/+0
* consolidate container typedefs in one file (we had a few dupes)Denys Vlasenko2009-08-271-5/+6
* don't encode the job id into message string, send it as an separate argumentJiri Moskovcak2009-08-272-6/+4
* add job ids (== thread ids) to warning/update DBus messagesDenys Vlasenko2009-08-262-16/+41
* replace comm_layer_inner_debug() with log() everywhereDenys Vlasenko2009-08-262-8/+8
* resolved: Bug 518420 - ordinary user's abrt-applet shows up for root owned c...Nikola Pajkovsky2009-08-262-4/+5
* make some CrashWatcher member functions static; simplify CObserver classDenys Vlasenko2009-08-261-19/+2
* eliminate one-use class CDBusServer_adaptorDenys Vlasenko2009-08-251-2/+2
* remove CreateReport() method from server machinery; add comments about DBusDenys Vlasenko2009-08-251-1/+0
* pass map_crash_report_t by const reference, not by valueDenys Vlasenko2009-08-253-3/+3
* move lib/CommLayer/DBusServerProxy.{h,cpp} to src/Daemon/. No code changes.Denys Vlasenko2009-08-203-344/+0
* move lib/CommLayer/CommLayerServer*.{h,cpp} to src/Daemon/, the sole userDenys Vlasenko2009-08-197-554/+0
* whitespace cleanup, no code changesDenys Vlasenko2009-08-181-1/+1
* GUI now show the status window after report to let user know how did it go.Jiri Moskovcak2009-08-179-12/+22
* DBUS: exposed method SetPluginSettingsJiri Moskovcak2009-08-125-0/+23
* for correct plugin's settings we need to know an userZdenek Prikryl2009-08-115-7/+9
* DBUS: exposed methods Un/RegisterPluginJiri Moskovcak2009-08-115-0/+44
* DBUS: added new method to get plugin settingsJiri Moskovcak2009-08-106-7/+32
* style fixes, no code changesDenys Vlasenko2009-08-091-7/+7
* simplify logging by removing CCommLayerInner classDenys Vlasenko2009-08-073-121/+18
* preparatory cleanupsDenys Vlasenko2009-08-071-1/+1
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-08-065-390/+539
|\
| * move huge inlines out of DBusClientProxy.h to DBusClientProxy.cppDenys Vlasenko2009-08-065-190/+269
| * deinline 2k+ big inlines in DBusServerProxy.h. No logic changesDenys Vlasenko2009-08-063-179/+248
| * trailing whitespace removal. no code changesDenys Vlasenko2009-08-063-43/+42
* | DBUS: added method GetPluginsInfo()Jiri Moskovcak2009-08-065-3/+31
|/
* made some functions staticDenys Vlasenko2009-08-041-1/+1
* DBus: Many fixes to client -> cli works again, changed JobDone notificationJiri Moskovcak2009-08-037-17/+64
* CommLayer: Added DaemonWatcher to watch if daemon is runningJiri Moskovcak2009-07-281-0/+88
* CommLayer: added new signal "Warning"Jiri Moskovcak2009-07-222-0/+9
* Daemon: added threaded CreateReport -> breaks CLI!Jiri Moskovcak2009-07-205-5/+79
* Use CABRTException instead of throwing std::stringJiri Moskovcak2009-07-071-1/+2
* Added dbus client to commlayerJiri Moskovcak2009-07-076-9/+78
* new default socket pathZdenek Prikryl2009-06-173-5/+6
* fixed socket creationZdenek Prikryl2009-06-111-4/+3
* added support for reading conf file from ucer's home directoryZdenek Prikryl2009-06-101-3/+3
* abrt can take reporter's configuration file from reporting users's $HOME/.abr...Zdenek Prikryl2009-06-106-35/+40
* new simple command line clientZdenek Prikryl2009-06-101-141/+0
* types for socket communicationZdenek Prikryl2009-05-261-0/+141
* initial unix socket interfaceZdenek Prikryl2009-05-206-24/+280
* rework commlayerinner usageZdenek Prikryl2009-04-292-1/+6
* added object for commlayerinnerZdenek Prikryl2009-04-291-0/+44
* new commlayerinner interfaceZdenek Prikryl2009-04-283-49/+90
* moved files to new inc directoryZdenek Prikryl2009-04-282-64/+0
* final touch on commlayer, minor fixes in exceptions (zprikryl)Jiri Moskovcak2009-04-245-73/+104
* Added intercomm layer so plugins can send various information to the daemon.Jiri Moskovcak2009-04-2311-82/+156
* removed unneeded codeJiri Moskovcak2009-04-093-36/+0
* renamed MW libraryZdenek Prikryl2009-04-081-2/+2