summaryrefslogtreecommitdiff
path: root/vdagent
AgeCommit message (Expand)AuthorFilesLines
2015-02-06Remove MSVC++ strncpy/strcat fallbacksHEADmasterChristophe Fergeau1-1/+1
2015-02-06Use new vdagent_{strncpy,strcat}_s helpersChristophe Fergeau2-3/+3
2015-01-19Update version/copyright in vdagent resource fileChristophe Fergeau1-5/+5
2014-12-30g_key_get_string: use size_t for pointer differenceUri Lublin1-1/+1
2014-12-30Fix Visual Studio compiler warning (strncpy)Uri Lublin1-0/+2
2014-12-30Fix building with Visual Studio (inttypes.h)Uri Lublin1-0/+7
2014-12-30vdagent::handle_max_clipboard fix vd_printf formatUri Lublin1-2/+2
2014-12-30vdagent: as_user: reorder initialization to make mingw-gcc happyUri Lublin1-2/+2
2014-12-30Fix compiler warning (missing backslash in FileXfer::handle_start)Uri Lublin1-1/+1
2014-11-13Fix g_key_get_string() failure when string contains '['Cody Chan1-1/+1
2014-11-13Fix dragging of files with CJK characters in nameCody Chan1-1/+13
2014-06-19Don't refresh displays config when updatingMarc-André Lureau1-1/+10
2014-03-09vdagent: clipboard: Add VD_AGENT_CAP_MAX_CLIPBOARD supportUri Lublin1-0/+24
2014-03-09vdagent: clipboard: GlobalUnlock on handle_request failureUri Lublin1-4/+14
2013-11-13vdagent: file_xfer: make g_key_get_string saferUri Lublin2-7/+21
2013-11-13vdagent: file-xfer: make user desktop the target directoryUri Lublin1-1/+1
2013-11-13file_xfer: create file with user privilegesUri Lublin1-0/+7
2013-11-13vdagent: add as_user to run tasks with user privilegesUri Lublin3-0/+119
2013-07-17Remove usage of more _s functionsMarc-André Lureau2-5/+14
2013-07-17Fix cast BOOL->PVOID warningMarc-André Lureau1-1/+1
2013-07-17Fix wrong size_t printf formatMarc-André Lureau1-1/+1
2013-07-17Replace sscanf_s by sscanfMarc-André Lureau1-2/+2
2013-07-17Add suggested parenthesesMarc-André Lureau1-1/+1
2013-07-17Fix task could be used uninitializedMarc-André Lureau1-6/+10
2013-07-17Fix invalid print format for uint64_t valuesMarc-André Lureau1-2/+6
2013-07-17Fix wrong DWORD print fmtMarc-André Lureau2-3/+3
2013-07-17dos2unixMarc-André Lureau2-35/+35
2013-06-27vdagent: add support for client -> guest file transfersArnon Gilboa4-0/+256
2013-06-27cleanup dispatch_message()Arnon Gilboa1-12/+11
2013-06-20vdagent: advertise CRLF line-endingArnon Gilboa1-0/+1
2013-05-12vdagent: protect against NULL entry in _displaysUri Lublin2-5/+11
2013-05-09vdagent: drop clipboard received after timeoutArnon Gilboa1-3/+10
2013-05-09vdagent: add support for VD_AGENT_CLIENT_DISCONNECTEDArnon Gilboa1-0/+4
2013-05-09vdagent: support sparse monitors configArnon Gilboa1-0/+6
2013-04-24build-sys: fix mingw buildMarc-André Lureau1-0/+5
2013-04-24Revert "Refresh monitor config only when needed"Marc-André Lureau1-1/+3
2013-04-24Try harder to enable monitorsMarc-André Lureau1-9/+26
2013-04-22Revert "vdagent: add vdagent_helper to support mouse when UAC dialog takes fo...Arnon Gilboa1-50/+1
2013-03-18vdagent: add vdagent_helper to support mouse when UAC dialog takes focusArnon Gilboa1-1/+50
2013-03-18vdagent: don't terminate if stop event cannot be openedArnon Gilboa1-13/+9
2013-03-18vdagent: log unsupported grabbed clipboard formatsArnon Gilboa1-3/+8
2013-03-18vdagent: for Win7 class, use ClipboardFormatListener apiArnon Gilboa2-2/+42
2013-03-18vdagent: on encoding only, use HBITMAP to keep the correct paletteArnon Gilboa1-1/+5
2013-03-16Reattach monitorsMarc-André Lureau1-0/+6
2013-03-16Refresh monitor config only when neededMarc-André Lureau1-1/+1
2013-03-12vdagent: use HBITMAP instead of DIB for image encodingArnon Gilboa1-3/+8
2013-01-31vdservice stops vdagent via eventArnon Gilboa1-1/+15
2012-12-09vdagent: git rm *vdi_port*Arnon Gilboa6-576/+0
2012-12-09vdagent: remove vdi_port from vcprojArnon Gilboa1-24/+0
2012-12-09vdagent: remove vdi_port, use vio_serial directlyArnon Gilboa1-130/+109