Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRDP/FreeRDP-old.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-19libfreerdp-utils: fix freerdp_usleep undefined problem (issue #62)HEADmasterMarc-André Moreau
2011-08-17Merge pull request #60 from floppym/ffmpeg-0.8Marc-André Moreau
Fix compilation against libavcodec major version 53
2011-08-17Merge pull request #59 from ynezz/ynezz-winfixMarc-André Moreau
Make it compile on Windows again
2011-08-09libfreerdp-core: fix NLA hexdumpMarc-André Moreau
2011-07-23Fix compilation against libavcodec major version 53Mike Gilbert
FF_MM_* macros have been dropped.
2011-07-20Make it compile on Windows againPetr Stetiar
Signed-off-by: Petr Stetiar <ynezz@true.cz>
2011-07-20libfreerdp-core: use portable usleep instead of nanosleepPetr Stetiar
Signed-off-by: Petr Stetiar <ynezz@true.cz>
2011-07-12Merge pull request #56 from dorianj/masterOtavio Salvador
libfreerdp-chanman: use platform independent semaphores
2011-07-04Merge remote branch 'upstream/master'Dorian Johnson
2011-07-04libfreerdp-chanman: make semaphore macros use the platform-indipendent ↵Dorian Johnson
semaphore functions. Fixes Mac OS X compatibility.
2011-07-04utils: add semaphore_destroy to release a semaphoreDorian Johnson
2011-07-01X11: fix xf_video_init leak of XvListImageFormatsMads Kiilerich
2011-07-01core: rdp_free should free the ->net it ownsMads Kiilerich
(also changes the "free" order to be the opposite of "new" order)
2011-07-01core: network and sec are indistinguishable and must both be re-created on ↵Mads Kiilerich
reconnect This is needed because network_new steals a reference to rdp->sec and injects a reference to itself in it.
2011-07-01core: net->license and mcs is owned by rdpNetwork and shouldn't be freed by ↵Mads Kiilerich
sec_free
2011-06-30rdpdr/disk: remove statfs stuff.Vic Lee
Those volume information the server requests seems not actually useful when a folder is redirected. Send dummy values instead to simplify things.
2011-06-30libfreerdp-core: fix error checking after tcp_read is called.Vic Lee
2011-06-30libfreerdp-core: fix compilation issue when ipv6 disabled.Vic Lee
2011-06-29Merge pull request #55 from awakecoding/masterMarc-André Moreau
core network refactoring
2011-06-29libfreerdp-core: splitting certificate parsingMarc-André Moreau
2011-06-29libfreerdp-core: split secure.c into security.c and connect.cMarc-André Moreau
2011-06-29libfreerdp-core: cleanup of rdp.c, tcp.c, secure.c, network.cMarc-André Moreau
2011-06-29libfreerdp-core: cleanup of tcp.c, secure.c, nego.cMarc-André Moreau
2011-06-29libfreerdp-core: started network abstraction layer, started decoupling ↵Marc-André Moreau
secure.c from the rest
2011-06-29libfreerdp-utils: added hexdump utilsMarc-André Moreau
2011-06-28Merge pull request #54 from FreeRDP/remotefxMarc-André Moreau
Remotefx
2011-06-28X11: add a disconnect debug log.Vic Lee
2011-06-28libfreerdp-chanman: add two missing debug log.Vic Lee
2011-06-28Merge branch 'master' of github.com:FreeRDP/FreeRDP into remotefxremotefxMarc-André Moreau
2011-06-28Merge pull request #53 from dorianj/masterMarc-André Moreau
libfreerdp-core: When server orders a screen bpp change, call ui_resize_window
2011-06-28Slightliy better performance due to caching changes, added neon detection ↵Martin Fleisz
code for android platforms
2011-06-28Merge remote branch 'origin/remotefx' into remotefxMartin Fleisz
2011-06-27implemented inverse DWT with NEON instructionsMartin Fleisz
2011-06-26Merge remote branch 'upstream/master'Dorian Johnson
2011-06-26libfreerdp-gdi: fix update regions with RDSH in decode.cMarc-André Moreau
2011-06-25libfreerdp-rfx: fix wrong dwt boundary value.Vic Lee
2011-06-25Merge branch 'master' into remotefxVic Lee
2011-06-25libfreerdp-core/openssl: fix high CPU usage when TLS is blocking.Vic Lee
2011-06-25libfreerdp-gdi: fix RemoteFX blitting with multiple update rectangles in ↵Marc-André Moreau
decode.c
2011-06-24Merge remote branch 'upstream/master'Dorian Johnson
2011-06-24libfreerdp-rfx: fix some C standard code style.Vic Lee
2011-06-24libfreerdp-rfx: add SSE2 for DWT encoding.Vic Lee
2011-06-23rdpdr: fix a memory access issue related to smartcard.Vic Lee
2011-06-23libfreerdp-utils: add missing config.h in unicode.cVic Lee
2011-06-23xfreerdp-core: When server orders a screen bpp change, call ui_resize_windowDorian Johnson
Some servers are configured to limit connections to 16bpp, and send a rdp_process_bitmap_capset to enforce it. UI ports need a chance to reallocate buffers based on this info. This patch makes xfreerdp in sw rendering mode re-allocate the GDI object, so that these sessions work properly.
2011-06-22libfreerdp-rfx: simplify DWT working buffer.Vic Lee
It's not necessary to have one buffer per tile size 8/16/32, since the buffer is only a temporary calculation area between horizontal and vertical transformation and once done the data is useless. Allocate the maximum required buffer saves some memory usage.
2011-06-22libfreerdp-rfx: fix missing default quantization_encode function.Vic Lee
2011-06-22Merge branch 'master' of github.com:FreeRDP/FreeRDP into remotefxMarc-André Moreau
2011-06-22libfreerdp-gdi: decode.c fix for RemoteFX clipping regionsMarc-André Moreau
2011-06-22libfreerdp-rfx: fix rfx_decode_rgb after mergeMarc-André Moreau