summaryrefslogtreecommitdiff
path: root/vdagent-virtio-port.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-23vdagent-virtio-port: properly demultiplex vdagent messages per portHans de Goede1-24/+44
2011-03-23vdagent-virtio-port: don't pass the chunk header, only the chunk port nrHans de Goede1-1/+1
2011-03-23vdagent-virtio-port: rename port parameter to vportHans de Goede1-103/+103
2011-03-23vdagentd: fix potentially copying more data then a chunk holds when reading t...Hans de Goede1-0/+3
2010-10-28vdagent-virtio-port: add support for logging to a fileHans de Goede1-9/+13
2010-10-28vdagentd-uinput: objectifyHans de Goede1-2/+0
2010-10-28vdagentd: flush vdagent channel writes before closeHans de Goede1-0/+8
2010-10-13vdagentmessages can span multiple chunksHans de Goede1-56/+71
2010-09-303 copy and paste fixesHans de Goede1-1/+1
2010-09-30Fix write buf handling when there are already buffers queuedHans de Goede1-1/+1
2010-09-30client -> guest copy paste wipHans de Goede1-1/+1
2010-09-28Add support for copy paste commands to vdagentdHans de Goede1-16/+20
2010-09-18Delay setting up uinput device + vdagent connection until we know the xorg resHans de Goede1-0/+6
2010-09-18Add non blocking virtio port codeHans de Goede1-0/+299