summaryrefslogtreecommitdiffstats
path: root/lib/CommLayer/CommLayerInner.cpp
Commit message (Expand)AuthorAgeFilesLines
* unify CommLayer, MiddleWare and Utils into UtilsDenys Vlasenko2009-09-151-69/+0
* remove unused Error() methods and dbus signals.Denys Vlasenko2009-09-081-2/+8
* make Warning, Error and Update send unicast dbus messagesDenys Vlasenko2009-09-081-29/+42
* don't encode the job id into message string, send it as an separate argumentJiri Moskovcak2009-08-271-4/+2
* add job ids (== thread ids) to warning/update DBus messagesDenys Vlasenko2009-08-261-13/+37
* replace comm_layer_inner_debug() with log() everywhereDenys Vlasenko2009-08-261-7/+0
* simplify logging by removing CCommLayerInner classDenys Vlasenko2009-08-071-19/+10
* added object for commlayerinnerZdenek Prikryl2009-04-291-0/+44
* moved files to new inc directoryZdenek Prikryl2009-04-281-57/+0
* final touch on commlayer, minor fixes in exceptions (zprikryl)Jiri Moskovcak2009-04-241-20/+49
* Added intercomm layer so plugins can send various information to the daemon.Jiri Moskovcak2009-04-231-0/+28