summaryrefslogtreecommitdiff
path: root/vdagent
AgeCommit message (Expand)AuthorFilesLines
2020-03-30Revert 3 last patchesFrediano Ziglio5-12/+11
2020-03-23try to remove other bugsFrediano Ziglio1-1/+1
2020-03-23try to fix previousFrediano Ziglio5-10/+10
2020-03-23attempt to fix more warnings!Frediano Ziglio4-10/+11
2020-03-23display_setting: Remove a warningFrediano Ziglio1-1/+1
2020-03-23file_xfer: Remove a warningFrediano Ziglio1-1/+1
2020-01-10Constification, does not make sense to change the messages processing themFrediano Ziglio1-19/+19
2019-12-11Remove Visual Studio project filesFrediano Ziglio1-432/+0
2019-12-06file-xfer: handle_start: use snprintf instead of sprintf_sUri Lublin1-2/+2
2019-11-18Add a test for filter_url functionFrediano Ziglio1-0/+48
2019-11-18file_xfer: Open Download directory after a file transfer is finishedFrediano Ziglio4-0/+172
2019-11-07file_xfer: Save files in Downloads directoryFrediano Ziglio1-2/+19
2019-11-07file_xfer: Separate code to get download directory locationFrediano Ziglio1-3/+11
2019-11-06display_configuration: Define WINVER to avoid some declarationFrediano Ziglio2-141/+0
2019-03-08make display disconnection persistentYuri Benditovich1-1/+4
2019-03-08introduce turn_monitor_off method of WDDM interfaceYuri Benditovich2-0/+18
2019-03-08construct WDDMMonitorConfigEscape also with NULL DisplayModeYuri Benditovich1-4/+4
2019-03-05Don't exit when receiving unknown messagesJonathon Jongsma1-2/+1
2019-02-27Fix indentationFrediano Ziglio1-1/+1
2018-11-17Fix typo, change DeviceName to device_name谢 昆明1-1/+1
2018-07-19Use GetModuleHandle to get some functions from user32 libraryFrediano Ziglio1-5/+2
2018-07-19vdagent: Add a comment around WinSta0_DesktopSwitch event usageFrediano Ziglio1-0/+5
2018-07-18vdagent: Stop correctly helper threadFrediano Ziglio1-3/+14
2018-07-18Use destructor instead of cleanup functionFrediano Ziglio1-13/+4
2018-07-18Introduce an helper to close VirtIo deviceFrediano Ziglio1-1/+10
2018-07-18Use proper invalid value for _vio_serialFrediano Ziglio1-1/+1
2018-07-05Avoids to call supported_system_version()Frediano Ziglio1-15/+15
2018-07-05Avoid declaring _system_version memberFrediano Ziglio1-5/+3
2018-07-05Avoid declaring event_thread_idFrediano Ziglio1-2/+1
2018-07-05Allocate _control_event and _stop_event just onceFrediano Ziglio1-4/+9
2018-07-05Allow one more character reading strings from registryFrediano Ziglio1-7/+15
2018-07-05Factor out an utility function to read strings from registryFrediano Ziglio1-45/+36
2018-07-05Use always TCHAR to read string from registryFrediano Ziglio1-14/+16
2018-07-05Use std::unique_ptr for _desktop_layoutFrediano Ziglio1-4/+2
2018-07-04Replace an assert with proper handling codeFrediano Ziglio1-1/+5
2018-07-04Minor overflow checks improvementsFrediano Ziglio1-1/+7
2018-07-04Reduce indentation returning earlierFrediano Ziglio1-19/+26
2018-07-03Use proper type for _clipboard_ownerFrediano Ziglio1-1/+1
2018-06-29Minimal message size checkFrediano Ziglio1-0/+54
2018-06-29Use enumeration typesFrediano Ziglio1-7/+7
2018-06-29Fix some minor buffer overflows reading registry informationsFrediano Ziglio1-6/+7
2018-06-28Reuse spice-protocol macros instead of defining new ones for alignmentFrediano Ziglio1-2/+4
2018-05-31vdagent: Fix loss of mouse movement eventsfree.user.name1-69/+64
2018-05-28file_xfer: Use shared_ptr to simplify memory managementFrediano Ziglio2-22/+6
2018-05-28file_xfer: Use destructor for FileXferTaskFrediano Ziglio2-10/+18
2018-05-28file_xfer: Remove too C syntax for C++Frediano Ziglio1-2/+2
2018-05-28file_xfer: Remove FileXferTask structure alignmentFrediano Ziglio1-2/+2
2018-05-28Avoid unused variable warningFrediano Ziglio1-1/+1
2018-05-28Fix minor compiler compatibilityFrediano Ziglio1-0/+4
2018-05-28vcproj: Add some missing filesFrediano Ziglio1-0/+12