summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-06ci: Integrate with AppVeyorFrediano Ziglio1-0/+38
2019-12-06build: Make sure to use multi-thread library for MSVCFrediano Ziglio1-0/+22
2019-12-06build: Generate PDB files for Release configurationFrediano Ziglio1-0/+5
2019-12-06build: Allows to easily compile using vcpkg and Visual StudioFrediano Ziglio1-2/+14
2019-12-06build: Base CMake supportFrediano Ziglio2-1/+57
2019-12-06vdlog: Fix compatibility with MSVCFrediano Ziglio1-1/+3
2019-12-06file-xfer: handle_start: use snprintf instead of sprintf_sUri Lublin1-2/+2
2019-12-03vdcommon: Do not use GetVersionEx to get Windows versionFrediano Ziglio1-12/+6
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 releasev0.10.0Victor 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