9d929469d2
# By Marc-André Moreau (27) and others # Via Marc-André Moreau * 'master' of git://github.com/awakecoding/FreeRDP: (48 commits) afreerdp: fix build on Android libwinpr-wtsapi: include wtsapi32.h on Windows wfreerdp: fix target exporting wfreerdp: fix building against OpenSSL with MONOLITHIC_BUILD and shared libraries wfreerdp: fix test build issues libwinpr-crypto: implement CryptProtectMemory/CryptUnprotectMemory libwinpr-memory: add missing definitions libwinpr-memory: start stubbing Increased size of stream on GCC conference create request from 512 to 1024. For large numbers of static virtual channels, the stream was being overflowed and was causing crashes. Fixes to process new command line options (autodetect, heartbeat, multitransport), join the MCS message channel and process auto-detect PDUs during the connection sequence. wfreerdp: fix build against static openssl library winpr-hash: fix building against openssl in static mode libfreerdp-gdi: fix invalidation of region with line drawing mfreerdp: fix hungarian keyboard '0' and 'i' key inversion Fixes build issue on Windows libwinpr-synch: add active/inactive linked list for timer queue libwinpr-synch: improve timer queue implementation libwinpr-synch: make use of head's expiration time in timer queue libwinpr-synch: make use of timespec for timer queue libwinpr-synch: improve timer queue implementation ... Conflicts: client/common/CMakeLists.txt |
||
---|---|---|
channels | ||
ci/cmake-preloads | ||
client | ||
cmake | ||
cunit | ||
docs | ||
external | ||
include | ||
libfreerdp | ||
resources | ||
scripts | ||
server | ||
third-party | ||
winpr | ||
.gitignore | ||
ChangeLog | ||
CMakeCPack.cmake | ||
CMakeCPackOptions.cmake.in | ||
CMakeLists.txt | ||
config.h.in | ||
freerdp.spec | ||
FreeRDPConfig.cmake.in | ||
LICENSE | ||
README |
FreeRDP: A Remote Desktop Protocol Implementation ================================================= FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license. Enjoy the freedom of using your software wherever you want, the way you want it, in a world where interoperability can finally liberate your computing experience. Resources --------- Project website: http://www.freerdp.com/ Issue tracker: https://github.com/FreeRDP/FreeRDP/issues Sources: https://github.com/FreeRDP/FreeRDP/ Wiki: https://github.com/FreeRDP/FreeRDP/wiki Downloads and other resources: http://pub.freerdp.com API doc: http://pub.freerdp.com/api/ IRC channel: #freerdp @ irc.freenode.net Mailing list: https://lists.sourceforge.net/lists/listinfo/freerdp-devel Microsoft Open Specifications ----------------------------- Information regarding the Microsoft Open Specifications can be found at: http://www.microsoft.com/openspecifications/ A list of reference documentation is maintained here: https://github.com/FreeRDP/FreeRDP/wiki/Reference-Documentation Compilation ----------- Instructions on how to get started compiling FreeRDP can be found on the wiki: https://github.com/FreeRDP/FreeRDP/wiki/Compilation