Go to file
Marc-André Moreau 39158785a6 Merge pull request #589 from bmiklautz/frame_ack_fix
Only sent frame acknowledge if the server supports it
2012-05-14 06:50:40 -07:00
channels rdpsnd/alsa: reduce default audio latency. 2012-05-09 23:14:53 +08:00
client Replacing malloc calls by xmalloc or xzalloc as appropriate. 2012-05-07 15:27:13 +02:00
cmake Merge branch 'master' of github.com:FreeRDP/FreeRDP into tsg 2012-05-05 18:42:51 -04:00
cunit cunit: fix compilation 2012-05-05 20:45:13 -04:00
docs
include server: implement frame acknowledge PDU. 2012-05-11 16:35:11 +08:00
keymaps
libfreerdp-cache cache: fix off-by-one-of-the-wrong-kind in BITMAP_CACHE_WAITING_LIST_INDEX handling 2012-03-30 21:37:30 +02:00
libfreerdp-channels Some fixes for potentials NULL pointer dereferences, and double-free of buffers 2012-05-04 15:50:33 +02:00
libfreerdp-codec Replacing malloc calls by xmalloc or xzalloc as appropriate. 2012-05-07 15:27:13 +02:00
libfreerdp-core Only sent frame acknowledge if the server supports it 2012-05-14 15:39:17 +02:00
libfreerdp-crypto Replacing malloc calls by xmalloc or xzalloc as appropriate. 2012-05-07 15:27:13 +02:00
libfreerdp-gdi Adding includes where appropriate... 2012-05-07 15:44:37 +02:00
libfreerdp-locale Fix Solaris 10 compilation issues. 2012-05-04 15:11:30 -05:00
libfreerdp-rail winpr: move wtypes.h and windows.h 2012-05-04 19:36:35 -04:00
libfreerdp-utils libfreerdp-core: implement frame acknowledge. 2012-05-11 15:34:51 +08:00
libwinpr-rpc libwinpr-rpc: fix compilation on Linux 2012-05-05 18:42:35 -04:00
libwinpr-sspi Merge branch 'master' of github.com:FreeRDP/FreeRDP into tsg 2012-05-05 18:42:51 -04:00
resources
scripts
server server: implement frame acknowledge PDU. 2012-05-11 16:35:11 +08:00
.gitignore
ChangeLog
CMakeLists.txt libwinpr-sspi: rename from libfreerdp-sspi 2012-05-04 19:48:53 -04:00
config.h.in libfreerdp-core: add TSG to transport layer 2012-03-26 12:20:38 -04:00
freerdp.pc.in cunit: fix compilation 2012-05-05 20:45:13 -04:00
freerdp.spec cunit: fix compilation 2012-05-05 20:45:13 -04:00
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
---------

Website: http://www.freerdp.com/
Wiki: https://github.com/FreeRDP/FreeRDP/wiki
Sources: https://github.com/FreeRDP/FreeRDP/
API doc: http://www.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