summaryrefslogtreecommitdiff
path: root/vdservice
AgeCommit message (Expand)AuthorFilesLines
2019-12-12vdservice: Print error on standard error, not standard outputFrediano Ziglio1-13/+13
2019-12-11Remove Visual Studio project filesFrediano Ziglio1-381/+0
2018-06-29vdservice: Do not append line terminator to logFrediano Ziglio1-1/+1
2017-07-26Prevent possible future buffer overflowFrediano Ziglio1-1/+2
2017-07-21Use single variable for path computationsFrediano Ziglio1-6/+5
2017-07-19Split long if statementFrediano Ziglio1-5/+6
2017-07-08Store agent process handle instead of using PROCESS_INFORMATIONFrediano Ziglio1-14/+14
2017-07-08Use process handle to mark agent existenceFrediano Ziglio1-6/+3
2017-07-08Close agent thread handleFrediano Ziglio1-1/+2
2017-07-08Make some functions staticFrediano Ziglio1-15/+17
2016-12-22vdservice: drop "RHEV" from service nameUri Lublin1-1/+1
2016-11-17Move common resource code to a common fileFrediano Ziglio1-39/+12
2016-11-17Convert resource information to EnglishFrediano Ziglio1-7/+7
2016-09-01Use simpler classes for mutex handlingFrediano Ziglio1-8/+3
2016-09-01Make session_events static and constFrediano Ziglio1-1/+1
2016-08-16Avoid to use _singleton for VDServiceFrediano Ziglio1-23/+9
2016-08-16Pass class pointer using control contextFrediano Ziglio1-2/+2
2016-08-12Use proper delete for _events memberFrediano Ziglio1-1/+1
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