summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-23mingw: add Visual C++ files to EXTRA_DISTmingwChristophe Fergeau1-0/+10
2012-02-23mingw: remove tMain useChristophe Fergeau2-4/+4
2012-02-23mingw: make sure unicode support is enabledChristophe Fergeau9-2/+15
2012-02-23mingw: workaround _ftime_s bugChristophe Fergeau1-1/+7
2012-02-23mingw: add autotools build systemChristophe Fergeau3-0/+324
2012-02-23mingw: fix format string for wchar_tChristophe Fergeau1-1/+1
2012-02-23mingw: fix another signed/unsigned warningChristophe Fergeau1-2/+2
2012-02-23mingw: use const char * in DisplaySetting()Christophe Fergeau1-1/+1
2012-02-23mingw: don't redefine CTL_CODE if it's already definedChristophe Fergeau1-0/+3
2012-02-23mingw: workaround ximage.h #defining min/maxChristophe Fergeau1-0/+2
2012-02-23mingw: fix signed/unsigned comparison warningChristophe Fergeau1-1/+1
2012-02-23mingw: workaround "use of unitialized var" warningChristophe Fergeau1-1/+1
2012-02-23mingw: use unsigned int in for loops when neededChristophe Fergeau2-5/+5
2012-02-23mingw: fix initialization list order for VDAgent()Christophe Fergeau1-2/+2
2012-02-23mingw: remove unused variableChristophe Fergeau1-1/+0
2012-02-23mingw: fix header caseChristophe Fergeau1-1/+1
2012-02-23mingw: use explicit std:: namespace for min/maxChristophe Fergeau1-4/+4
2012-02-23mingw: use gcc attributes for struct packingChristophe Fergeau1-2/+10
2012-02-23mingw: disable vc-specific #pragmaChristophe Fergeau1-0/+2
2012-02-23mingw: don't redefine SIZE_MAXChristophe Fergeau1-0/+2
2012-02-23mingw: fix format string warningsChristophe Fergeau9-91/+91
2012-02-23Fix = use instead of ==Christophe Fergeau1-1/+1
2012-02-05vdagent: fix cursor position sync on multimon rhbz#757819Arnon Gilboa2-19/+34
2011-12-28vdservice: fix vdagent first launch (during startup) failure handling rhbz#75...Arnon Gilboa1-8/+34
2011-11-21vdlog: change log times to human readable date & time rhbz#672828Arnon Gilboa2-19/+47
2011-11-16vdagent: release clipboard ownership on agent stop & desktop switch rhbz#731628Arnon Gilboa1-21/+65
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-24vdagent: add castingArnon Gilboa1-1/+1
2011-07-24vdagent: remove whitespacesArnon Gilboa1-4/+4
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 Gilboa2-8/+8
2011-04-28vdagent: remove dependency on qxl driver (rhbz#683166)Arnon Gilboa2-32/+73
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 Levy8-86/+307
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-12-14vdagent: use best match for resolution changeArnon Gilboa2-32/+57
2010-11-23vdagent: add image copy-paste supportArnon Gilboa2-76/+159
2010-11-09Revert "vdservice: add missing vdcommon.cpp"Arnon Gilboa1-19/+0
2010-11-09Revert "vdservice: don't start when no qxl device present"Arnon Gilboa6-44/+21
2010-10-11vdagent: handle multiple types on clipboard grab send & receiveArnon Gilboa1-29/+41
2010-10-06vdagent: remove clipboard_changer hackArnon Gilboa1-7/+5