summaryrefslogtreecommitdiff
path: root/vdagent
AgeCommit message (Expand)AuthorFilesLines
2022-11-08Add support for additional buttons (side and extra)HEADmasterFrediano Ziglio1-13/+30
2022-06-16Remove warning compilingFrediano Ziglio1-1/+2
2020-07-31clipboard: enable copying files from client using webdavJakub Janků1-0/+191
2020-07-03desktop_layout: Update container iteration syntaxFrediano Ziglio1-6/+2
2020-07-03Move set_display_depth from VDAgent to DesktopLayoutFrediano Ziglio3-21/+19
2020-07-03Minor style updateFrediano Ziglio1-1/+2
2020-06-15desktop_layout: Ignore Citrix Workspace displaysFrediano Ziglio1-0/+3
2020-06-15desktop_layout: Factor out a function to enumerate displaysFrediano Ziglio1-21/+21
2020-05-29display_configuration: Update log stringsFrediano Ziglio1-2/+2
2020-05-25file_xfer: Return detailed error for invalid filenameFrediano Ziglio1-0/+4
2020-05-22desktop_layout: Use MutexLocker for lock/unlockFrediano Ziglio1-8/+3
2020-05-15vdagent: Reset properly state of pending large messages upon disconnectionFrediano Ziglio1-0/+1
2020-05-15Use final capabilities to check client messagesFrediano Ziglio1-10/+24
2020-04-28vdagent: Reuse agent_check_messageFrediano Ziglio1-51/+15
2020-04-24Use SPICE_N_ELEMENTS instead of a constant for file_path sizeFrediano Ziglio1-2/+4
2020-04-24file_xfer: Return detailed error for no spaceFrediano Ziglio1-0/+3
2020-04-24vdagent: Return better error if lockedFrediano Ziglio1-1/+1
2020-04-24vdagent: Allow to return detailed message for file transferFrediano Ziglio3-23/+33
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