summaryrefslogtreecommitdiff
path: root/vdservice/vdservice.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-09-10vdservice: restart vdagent if killed manuallyArnon Gilboa1-0/+10
2012-07-25Fix remaining warningsMarc-André Lureau1-4/+5
2012-05-24mingw: fix broken buildMarc-André Lureau1-1/+1
2012-05-24Allow running as a normal process againMarc-André Lureau1-4/+4
2012-05-24mingw: add standard main() entry functionMarc-André Lureau1-1/+16
2012-03-01Revert "mingw: remove tMain use"Christophe Fergeau1-3/+3
2012-03-01mingw: remove tMain useChristophe Fergeau1-3/+3
2012-03-01mingw: use unsigned int in for loops when neededChristophe Fergeau1-1/+1
2012-02-23mingw: fix format string warningsChristophe Fergeau1-24/+24
2012-02-23Fix = use instead of ==Christophe Fergeau1-1/+1
2011-12-28vdservice: fix vdagent first launch (during startup) failure handling rhbz#75...Arnon Gilboa1-8/+34
2011-11-16vdservice: fix vdagent connection & termination handling rhbz#750037Arnon Gilboa1-28/+40
2011-07-24vdservice: extract init_vdi_port()Arnon Gilboa1-13/+16
2011-07-24vdservice: clean agent proc handle in kill_agent()Arnon Gilboa1-4/+7
2011-07-24vdservice: use overlap ConnectNamedPipe() in launch_agent()Arnon Gilboa1-6/+19
2011-07-24vdservice: add control events RHBZ #719140 #722980Arnon Gilboa1-28/+55
2011-04-28vdservice: support w2k3 32/64/r2, w2k8 32/64/r2 (rhbz#683166)Arnon Gilboa1-11/+10
2011-04-28vdservice: don't close pipe if overlapped I/O event is not in signaled state ...Arnon Gilboa1-1/+1
2011-01-11vdi_port refactor: introduce old pci_vdi_portAlon Levy1-3/+27
2011-01-11vdi_port refactor: move ring handling to VDIPort, split h file, remove some d...Alon Levy1-3/+1
2011-01-11vdi_port refactor: introduce interfaceAlon Levy1-2/+2
2011-01-11start refactoring vdi_portAlon Levy1-31/+52
2010-11-09Revert "vdservice: don't start when no qxl device present"Arnon Gilboa1-29/+2
2010-09-21vdservice: replace VDAgentDataChunk with VDIChunkHeaderArnon Gilboa1-9/+3
2010-08-24vdservice: don't start when no qxl device presentAlon Levy1-2/+29
2010-08-24Controlling Windows display settings (e.g., wallpaper, UI effects and font sm...Yonit Halperin1-4/+25
2010-08-23vdservice/vdagent: fixes leading to clipboard (aka large) message handlingArnon Gilboa1-17/+25
2010-08-23vdservice: change pipe write completion to use overlapped structure instead o...Alon Levy1-27/+45
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: replace vdiport device with virtio-serial deviceAlon Levy1-9/+14
2010-08-23include path fixes because of spice-protcol updatesAlon Levy1-1/+0
2010-08-23spice: vdagent: return error code -1 on service install/uninstall failure #57...Arnon Gilboa1-16/+27
2009-12-23vdagent: add win7 support to service for launching agentArnon Gilboa1-28/+122
2009-11-05fresh startArnon Gilboa1-0/+947