FreeRDP/client/Android
Armin Novak c3a26b0d6a Removed +async-transport options
The async transport option is broken by design.
If used the main loop is called from the transport thread and the
main thread of the application.
Unless the transport layer is refactored to just work on queues
(input and output) this option will never work, therefore remove it.
2018-08-22 13:56:37 +02:00
..
Studio Removed +async-transport options 2018-08-22 13:56:37 +02:00
android_cliprdr.c Check length of string returned by ClipboardGetData 2018-02-01 09:34:07 +01:00
android_cliprdr.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
android_event.c Fixed clang malloc integer overflow warnings. 2017-07-20 09:29:48 +02:00
android_event.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
android_freerdp_jni.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
android_freerdp.c Fixed thread function return and parameters. 2018-03-07 14:36:55 +01:00
android_freerdp.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
android_jni_callback.c
android_jni_callback.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
android_jni_utils.c
android_jni_utils.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
CMakeLists.txt