Go to file
Armin Novak 5144e6e600 Exit client thread if freerdp_connect fails
freerdp_disconnect must only be called, if the connection
was established. Otherwise all resources are cleaned up twice
leading to double free and other issues.
2017-12-22 11:09:23 +01:00
.github
channels Merge pull request #4320 from ondrejholy/coverity-fixes 2017-12-20 14:17:20 +01:00
ci/cmake-preloads Fix #4239: Various memory leaks 2017-12-12 11:40:48 +01:00
client Exit client thread if freerdp_connect fails 2017-12-22 11:09:23 +01:00
cmake
docs Documentation copy-paste error fix when referring to the Android 64 bit config 2017-12-16 11:37:32 -08:00
external
include Add an activated event and a Timer event 2017-12-19 15:21:15 +01:00
libfreerdp Merge pull request #4303 from krisztian-kovacs-balabit/use-redirection-password 2017-12-20 17:01:58 +01:00
packaging
rdtk
resources
scripts
server Fix #4239: Various memory leaks 2017-12-12 11:40:48 +01:00
third-party
uwac
winpr Merge pull request #4303 from krisztian-kovacs-balabit/use-redirection-password 2017-12-20 17:01:58 +01:00
.gitignore
buildflags.h.in
ChangeLog
CMakeCPack.cmake
CMakeCPackOptions.cmake.in
CMakeLists.txt
config.h.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/
Downloads: https://pub.freerdp.com/releases/
Wiki: https://github.com/FreeRDP/FreeRDP/wiki
API documentation: https://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