summaryrefslogtreecommitdiff
path: root/vdservice
AgeCommit message (Expand)AuthorFilesLines
2013-04-22vdservice: add quotes to service pathArnon Gilboa1-2/+6
2013-03-18vdservice: extract supported_system_version() to vdcommonArnon Gilboa2-24/+4
2013-02-26vdservice: reset vdagent stop event after waitArnon Gilboa1-0/+1
2013-01-31vdservice stops vdagent via eventArnon Gilboa1-1/+4
2012-11-25vdservice: set process handle for vdagent launched on session>0Arnon Gilboa1-0/+7
2012-11-25vdservice: support Windows 8 & Server 2012Arnon Gilboa1-2/+2
2012-11-14vdagent: mv vdi_port files from vdserviceArnon Gilboa6-576/+0
2012-11-14vdservice: remove virtio-serial & pipe usageArnon Gilboa2-459/+36
2012-09-16vdservice: stop service on virtio failureArnon Gilboa6-23/+27
2012-09-13vdservice: retry virtio-serial read on ERROR_NO_SYSTEM_RESOURCES (1450)Arnon Gilboa1-1/+1
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: fix format string for wchar_tChristophe Fergeau1-1/+1
2012-03-01mingw: don't redefine CTL_CODE if it's already definedChristophe Fergeau1-0/+3
2012-03-01mingw: use unsigned int in for loops when neededChristophe Fergeau1-1/+1
2012-02-23mingw: fix format string warningsChristophe Fergeau4-33/+33
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-08-01virtio_vdi_port: if async read returns with ERROR_OPERATION_ABORTED, cancel p...Arnon Gilboa1-4/+10
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-05-03vdagent: use SPICE_PROTOCOL_DIR in project include dirsArnon Gilboa1-4/+4
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-11vdservice: s/fill_events(HANDLE *handle)/fill_events(HANDLE* handles)/ + unix...Alon Levy5-362/+362
2011-01-11vdservice/vdi_port refactor: cosmetic changesAlon Levy6-89/+113
2011-01-11vdi_port refactor: introduce old pci_vdi_portAlon Levy7-86/+306
2011-01-11vdi_port refactor: move ring handling to VDIPort, split h file, remove some d...Alon Levy5-123/+136
2011-01-11vdi_port refactor: introduce interfaceAlon Levy3-30/+46
2011-01-11start refactoring vdi_portAlon Levy3-36/+66
2010-11-09Revert "vdservice: don't start when no qxl device present"Arnon Gilboa2-33/+2
2010-09-22vdservice: use "com.redhat.spice.0" symbolic link as virtio-serial port pathArnon Gilboa2-66/+6
2010-09-21vdservice: replace VDAgentDataChunk with VDIChunkHeaderArnon Gilboa2-10/+4
2010-09-21vdservice: cleanup vcprojsArnon Gilboa1-158/+2
2010-08-24vdservice: don't start when no qxl device presentAlon Levy2-2/+33
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: remove dead defines in vdi_port.hAlon Levy1-4/+0
2010-08-23vdservice: replace vdiport device with virtio-serial deviceAlon Levy4-90/+222