FreeRDP/server/Mac
Gluzskiy Alexandr bee2e1526d allow to use in single threaded mode
(some client side channels and all server side channels still need to be
ported to new api)

server: build fix, do not disable threads for rfx encoder

cliprdr client channel: implemented support for DisableThreads option
looks like thread does not make sense at all for this channel

do not initialize disabled image codecs (respect settings)

channels: client: rail: added support for DisableThreads setting

changed "BOOL DisableThreads" to "UINT32 ThreadingFlags"
dropped unnecessary apu changes

draft implementation of threading settings aware message handling api
for addins/channels

rail: use new messaging api

fixed memory leak

msgs handlers external api changes (as requested)

msgs_handlers: init fix

fixed memory leak

logic fix

resolved problems appeared after rebase to master, dropped unnecessary
changes

git clang-format origin/master

fixed TestFreeRDPCodecRemoteFX.c

"formatting, run `clang-format` please"

properly use new "rfx_context_new(BOOL, UINT32)" everywhere

passed Threading Flags to "rfx_context_new" where available

in older C standarts veriables declaration must be done before any code

requested changes

clang-format as requested

use broken signatures of standert C functions for m$ s**tos

clang-format

requested changes

requested changes

moved ThreadingFlags to stable api zone

define type for channel msg handler

typo fix

clang-format

build fix

us ThreadingFlags from server settings

git clang-format origin/master

clang-format
2021-02-25 14:05:40 +01:00
..
.gitignore mfreerdp-server: cleanup binaries 2012-10-31 23:30:52 -04:00
CMakeLists.txt libfreerdp: always build "MONOLITHIC" 2014-09-12 00:19:53 +02:00
mf_audin.c Reformatted to new style 2019-11-07 10:53:54 +01:00
mf_audin.h Reformatted to new style 2019-11-07 10:53:54 +01:00
mf_event.c Reformatted to new style 2019-11-07 10:53:54 +01:00
mf_event.h Reformatted to new style 2019-11-07 10:53:54 +01:00
mf_info.c Fixed #6646 2020-12-09 12:09:32 +01:00
mf_info.h Reformatted to new style 2019-11-07 10:53:54 +01:00
mf_input.c Reformatted to new style 2019-11-07 10:53:54 +01:00
mf_input.h Reformatted to new style 2019-11-07 10:53:54 +01:00
mf_interface.c mfreerdp-server: more refactoring; added info singleton 2012-11-15 15:43:58 -05:00
mf_interface.h Reformatted to new style 2019-11-07 10:53:54 +01:00
mf_mountain_lion.c Reformatted to new style 2019-11-07 10:53:54 +01:00
mf_mountain_lion.h Reformatted to new style 2019-11-07 10:53:54 +01:00
mf_peer.c allow to use in single threaded mode 2021-02-25 14:05:40 +01:00
mf_peer.h Fixed mac server compilation. 2017-11-24 13:21:43 +01:00
mf_rdpsnd.c Reformatted to new style 2019-11-07 10:53:54 +01:00
mf_rdpsnd.h Reformatted to new style 2019-11-07 10:53:54 +01:00
mfreerdp.c Reformatted to new style 2019-11-07 10:53:54 +01:00
mfreerdp.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
ModuleOptions.cmake freerdp: remove vendor-specific options from build system, add automatic ways of including external clients/servers 2013-09-03 20:37:04 -04:00
server.crt mfreerdp-server: initial commit 2012-10-31 23:04:31 -04:00
server.key mfreerdp-server: initial commit 2012-10-31 23:04:31 -04:00