summaryrefslogtreecommitdiffstats
path: root/lib/CommLayer
Commit message (Collapse)AuthorAgeFilesLines
* remove unused Error() methods and dbus signals.Denys Vlasenko2009-09-081-2/+8
| | | | | | I guess it turned out Warning() works just fine. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* make Warning, Error and Update send unicast dbus messagesDenys Vlasenko2009-09-083-31/+48
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove unused CObserver::Debug methodDenys Vlasenko2009-08-281-1/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* consolidate container typedefs in one file (we had a few dupes)Denys Vlasenko2009-08-271-5/+6
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* 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
| | | | | | | | renamed: comm_layer_inner_warning -> warn_client comm_layer_inner_status -> update_client Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* replace comm_layer_inner_debug() with log() everywhereDenys Vlasenko2009-08-262-8/+8
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* resolved: Bug 518420 - ordinary user's abrt-applet shows up for root owned ↵Nikola Pajkovsky2009-08-262-4/+5
| | | | crashes
* make some CrashWatcher member functions static; simplify CObserver classDenys Vlasenko2009-08-261-19/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* eliminate one-use class CDBusServer_adaptorDenys Vlasenko2009-08-251-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove CreateReport() method from server machinery; add comments about DBusDenys Vlasenko2009-08-251-1/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* pass map_crash_report_t by const reference, not by valueDenys Vlasenko2009-08-253-3/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* move lib/CommLayer/DBusServerProxy.{h,cpp} to src/Daemon/. No code changes.Denys Vlasenko2009-08-203-344/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* move lib/CommLayer/CommLayerServer*.{h,cpp} to src/Daemon/, the sole userDenys Vlasenko2009-08-197-554/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* whitespace cleanup, no code changesDenys Vlasenko2009-08-181-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* 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
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* simplify logging by removing CCommLayerInner classDenys Vlasenko2009-08-073-121/+18
| | | | | | | | It had single use site. The class itself is trivial, it just passed messages down to an CObserver. Now we pass messages directly to an CObserver. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* preparatory cleanupsDenys Vlasenko2009-08-071-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-08-065-390/+539
|\ | | | | | | | | Conflicts: lib/CommLayer/DBusServerProxy.h
| * move huge inlines out of DBusClientProxy.h to DBusClientProxy.cppDenys Vlasenko2009-08-065-190/+269
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * deinline 2k+ big inlines in DBusServerProxy.h. No logic changesDenys Vlasenko2009-08-063-179/+248
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * trailing whitespace removal. no code changesDenys Vlasenko2009-08-063-43/+42
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | DBUS: added method GetPluginsInfo()Jiri Moskovcak2009-08-065-3/+31
|/
* made some functions staticDenys Vlasenko2009-08-041-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* 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 ↵Zdenek Prikryl2009-06-106-35/+40
| | | | $HOME/.abrt/ directory
* 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
| | | | new lock method in debugdump
* 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
| | | | removed commlayerinner from lybrary
* 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
| | | | | | renamed Utils library added check for plugins init method renamed crash types