Go to file
Marc-André Moreau 545ae8e4a7 Merge pull request #397 from NiKiZe/master
Remove duplicate xfree in cliprdr_process_format_list
2012-02-03 15:07:43 -08:00
channels Fix duplicate xfree on format_name->name, shuld resolve Issue #387 and #395 ? 2012-02-04 00:04:41 +01:00
client remove redundant if(NULL) checks (already checked inside of cache_free and rail_free) 2012-02-03 15:27:04 +01:00
cmake build: raise an error if pkg is not found 2012-01-27 02:13:08 +01:00
cunit cunit: fix test_read_fast_index_order() 2012-01-14 10:43:40 -06:00
docs docs: update Doxyfile 2011-11-11 14:26:28 -05:00
include libfreerdp-core: merging certificate.c with certstore.c 2012-02-02 18:20:17 -05:00
keymaps keymaps: removed Makefile, which created by cmake. 2011-09-03 17:00:37 +03:00
libfreerdp-cache libfreerdp-core: fix more memory leaks 2012-02-01 21:11:46 -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-core: fix multiple memory leaks detected by valgrind 2012-02-01 18:42:20 -05:00
libfreerdp-core Fix problem where we check errno even for status == 0. This way when connection was properly terminated, but errno had EAGAIN value from before, we looped idenfiniately. 2012-02-03 14:44:45 +01:00
libfreerdp-gdi libfreerdp-core: fix multiple memory leaks detected by valgrind 2012-02-01 18:42:20 -05:00
libfreerdp-kbd build: use WITH_XXX instead of XXX_FOUND 2012-01-23 14:40:05 +01:00
libfreerdp-rail wfreerdp: fix compilation and warnings 2011-12-03 17:24:18 -05:00
libfreerdp-utils remove redundant if(NULL) checks (already checked inside of cache_free and rail_free) 2012-02-03 15:27:04 +01:00
resources xfreerdp: set icon for DesktopWindow 2011-10-22 12:02:42 -05:00
server xfreerdp-server: adjust capture settings for better performance 2012-02-01 22:40:36 -05:00
.gitignore xfreerdp-server: improved RemoteFX encoding 2012-01-07 21:36:12 -05:00
ChangeLog ChangeLog: added FreeRDP 1.0.0 changes 2012-01-16 12:52:14 -05:00
CMakeLists.txt build: make ffmpeg optional on os x 2012-01-27 02:32:06 +01:00
config.h.in build: Added option WITH_NEON 2012-01-24 09:04:02 +01: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
LICENSE FreeRDP 1.0: initial commit 2011-06-30 15:12:51 -04:00
README README: update 2012-01-16 11:54:08 -05:00

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