summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-21build: Add batch to help compiling with vcpkgsecurityFrediano Ziglio1-0/+7
2019-11-21build: Allows to easily compile using vcpkg and Visual StudioFrediano Ziglio1-2/+20
2019-11-21cmake improveFrediano Ziglio4-1/+46
2019-11-21build: Base cmake supportFrediano Ziglio2-1/+49
2019-11-21Enable some security options on output executablesFrediano Ziglio1-3/+24
2019-11-21vdlog: Use _wstat64 instead of GetFileSizeFrediano Ziglio1-8/+2
2019-11-18Add a test for filter_url functionFrediano Ziglio3-0/+59
2019-11-18file_xfer: Open Download directory after a file transfer is finishedFrediano Ziglio5-1/+175
2019-11-07file_xfer: Save files in Downloads directoryFrediano Ziglio2-3/+20
2019-11-07file_xfer: Separate code to get download directory locationFrediano Ziglio1-3/+11
2019-11-06display_configuration: Define WINVER to avoid some declarationFrediano Ziglio3-141/+1
2019-10-18win32/vd_agent: Optionally disable installation of x86 MSI on x64 systemYuri Benditovich1-0/+5
2019-10-18win32/vd_agent: Customize MSI product name and install locationYuri Benditovich2-5/+8
2019-10-18win32/vd_agent: Fix WIX error on .wxs scriptYuri Benditovich1-2/+2
2019-04-30Remove some unused definitionsFrediano Ziglio2-66/+0
2019-04-23Prepare for 0.10.0 releaseVictor Toso1-0/+16
2019-04-23Rename NEWS to CHANGELOG and append md suffixVictor Toso1-0/+0
2019-04-23gitlab-ci: Add ci for x86 and i686Victor Toso1-0/+24
2019-03-12Remove support for very old Fedora versionsFrediano Ziglio1-1/+1
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-06build: Check we can link libpng staticallyFrediano Ziglio2-2/+26
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-08vdlog: Use GetLocalTime instead of multiple C functionsFrediano Ziglio1-9/+6
2018-07-08vdlog: Factor our a "logf" function to avoid long "LOG" macroFrediano Ziglio2-10/+31
2018-07-08vdlog: Remove the lookup table for log typesFrediano Ziglio1-8/+7
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 Ziglio2-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