summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-08-23vdagent: support basic clipboard support (disabled by default)upstream.clipboard.v2Arnon Gilboa1-0/+159
-add CLIPBOARD_ENABLED ifdefs in the agent for disabling clipboard support -currently supports text only (UTF8)
2010-08-23vdservice/vdagent: fixes leading to clipboard (aka large) message handlingArnon Gilboa3-41/+86
-add VDAgent::dispatch_message() -in VDAgent::read_completion() handle multi-chunk msgs -fix chunk size bug in VDService::handle_pipe_data() -add size to VDPipeMessage
2010-08-23vdservice: change pipe write completion to use overlapped structure instead ↵Alon Levy1-27/+45
of completion routine
2010-08-23vdservice: add debug only define for standalone executableAlon Levy1-0/+11
2010-08-23vdservice: use enum for events in main loopAlon Levy1-15/+22
2010-08-23vdservice: remove dead defines in vdi_port.hAlon Levy1-4/+0
2010-08-23vdservice: replace vdiport device with virtio-serial deviceAlon Levy4-90/+222
replaced vdiport device by virtio-serial device which is also an easy to use stream between guest and host but is already in qemu. * VDIPortBuffer split off from VDIPort * use setupapi to get device path * setupapi.lib dependency added, magic GUID instead of a magic filename * retry several times to open device, fixes startup race between driver initialization and service start on boot. * limit writes to device, a limitation of current windows driver. * virtio-serial uses overlapped structure and events for async read/write instead of vdi_port special event.
2010-08-23include path fixes because of spice-protcol updatesAlon Levy3-3/+8
* mutex.h inlined into common/vdcommon.h * vdagent.h renamed to spice/vd_agent.h
2010-06-06spice: vdagent: drop mouse event when SendInput fails due to DesktopSwitch ↵Arnon Gilboa1-5/+4
event delay #598968
2010-03-24spice: vdagent: return error code -1 on service install/uninstall failure ↵Arnon Gilboa1-16/+27
#576625
2010-03-01spice: vdagent: upgrade solution & projects to vs2008Arnon Gilboa3-79/+73
2010-02-09spice: vdagent: support x64 archArnon Gilboa4-0/+333
2010-01-10vdagent: use vdagent.hArnon Gilboa1-1/+1
2009-12-23vdagent: add win7 support to service for launching agentArnon Gilboa4-37/+132
2009-11-05change version to 0.5Yaniv Kamay2-8/+8
2009-11-05fresh startArnon Gilboa17-0/+3420