Go to file
louyihua 77523cf587 wfreerdp: Fix the crash when 'HOME' env is not defined. Now use 'HOMEDRIVE' and 'HOMEPATH' to combine it if it don't exist. 2012-01-10 05:19:28 +08:00
channels rdpdr/disk: fix file deletes 2011-12-31 13:03:00 -06:00
client wfreerdp: Fix the crash when 'HOME' env is not defined. Now use 'HOMEDRIVE' and 'HOMEPATH' to combine it if it don't exist. 2012-01-10 05:19:28 +08:00
cmake xfreerdp-server: improved RemoteFX encoding 2012-01-07 21:36:12 -05:00
cunit update: move primary orders into sub-interface 2011-11-21 18:11:43 -05:00
docs docs: update Doxyfile 2011-11-11 14:26:28 -05:00
include xfreerdp-server: add server-side keyboard mapping 2012-01-08 20:32:50 -05:00
keymaps keymaps: removed Makefile, which created by cmake. 2011-09-03 17:00:37 +03:00
libfreerdp-cache xfreerdp: fix glyph background color bug 2012-01-08 19:08:13 -05:00
libfreerdp-channels freerdp-libchannels: freerdp_channels_send_event free event in case of error 2011-12-21 17:54:27 -06:00
libfreerdp-codec libfreerdp-codec: RDVH may return more than one channels in TS_RFX_CHANNELS message. 2012-01-10 05:18:31 +08:00
libfreerdp-core libfreerdp-core: fix parsing bugs with synchronize, font map and session logon info PDUs 2012-01-08 16:02:59 -05:00
libfreerdp-gdi libfreerdp-gdi: fix minor color background bug with glyph drawing 2012-01-08 18:19:04 -05:00
libfreerdp-kbd Merge branch 'master' of github.com:FreeRDP/FreeRDP 2012-01-08 20:33:24 -05:00
libfreerdp-rail wfreerdp: fix compilation and warnings 2011-12-03 17:24:18 -05:00
libfreerdp-utils libfreerdp-utils: fix a handle leak while creating threads under win32 2011-12-21 08:50:47 +08:00
resources xfreerdp: set icon for DesktopWindow 2011-10-22 12:02:42 -05:00
server xfreerdp-server: added support for mouse wheel events 2012-01-08 21:22:50 -05:00
.gitignore xfreerdp-server: improved RemoteFX encoding 2012-01-07 21:36:12 -05:00
CMakeLists.txt cmake: Add a wrapper module for GNUInstallDirs. 2011-12-06 00:12:10 -05:00
LICENSE FreeRDP 1.0: initial commit 2011-06-30 15:12:51 -04:00
README Documentation typo fix. 2011-07-25 20:27:35 +10:00
config.h.in Add option for WITH_DEBUG_WND for window order updating, already existing in code 2011-12-06 15:43:38 -08:00
freerdp.pc.in freerdp.pc: freerdp-chanman renamed to freerdp-channels. 2011-10-30 22:00:27 +08:00
freerdp.spec freerdp.spec: update descriptions 2011-11-13 17:30:09 -05:00

README

FreeRDP: A Remote Desktop Protocol Client
=========================================

FreeRDP is a client-side implementation of the Remote Desktop Protocol (RDP) following the Microsoft Open Specifications.

Resources
---------

Website: http://www.freerdp.com/
Wiki: http://www.freerdp.com/wiki/
Sources: http://www.freerdp.com/git/
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/

Compilation
-----------

Instructions on how to get started compiling FreeRDP can be found on the wiki:
http://www.freerdp.com/wiki/doku.php?id=compilation