13a9de2b7a
# By Bernhard Miklautz (14) and others # Via Marc-André Moreau (10) and others * 'master' of git://github.com/awakecoding/FreeRDP: (40 commits) xfreerdp: improve selection between multitouch and non-multitouch devices with XInput 2 cache and core: set pointer to NULL after free pointer cache: fixed double free freerdp-client: use 32bpp with NSCodec libwinpr-utils: fix deadlock in PubSub utils/profiler: fix unix build utils: fix broken stopwatch implementation Android: various bug fixes to prevent NullPointerExceptions client/x11: fixed incorrect size calculation libfreerdp-utils/pcap: open pcap in binary mode libwinpr-synch: fix broken USleep (on WIN32) sample server: support build on win32 server/sample: fix for issue #1312 (mstsc protocol error) fixed incorrect size calculation libfreerdp-common: add some null pointer checks. libfreerdp-codec/rfx: fix a memory leak. winpr/alignment: use size_t instead of UINT32 Assorted tsmf and gstreamer fixes: winpr: offset support in _aligned_offset_malloc xfreerdp-server: removed binary ... |
||
---|---|---|
buildx/client/Mac/cli | ||
channels | ||
client | ||
cmake | ||
cunit | ||
docs | ||
external | ||
include | ||
libfreerdp | ||
resources | ||
scripts | ||
server | ||
third-party | ||
winpr | ||
.gitignore | ||
ChangeLog | ||
CMakeLists.txt | ||
config.h.in | ||
freerdp.pc.in | ||
freerdp.spec | ||
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