FreeRDP/libfreerdp/core
David Fort 7b437178bb Add a ClientCapabilities callback
This callback is called when the client capabilities have been received. This callback
appears to be more useful than the Capabilities one that is called just before the server
sends its capabilities.
2017-02-21 23:44:47 +01:00
..
gateway Fixed scanbuild warnings. 2017-02-20 14:12:39 +01:00
test Fixed compiler warnings and uninitialized data. 2017-02-17 11:17:45 +01:00
activation.c Add a callback that allows to adjust monitors layout 2017-01-19 18:05:44 +01:00
activation.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
autodetect.c fix string format specifiers 2016-12-16 13:48:43 +01:00
autodetect.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
bulk.c Inlined heavy used functions. 2017-01-18 15:28:53 +01:00
bulk.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
capabilities.c Dropped some warnings and fix code style 2017-02-21 23:00:41 +01:00
capabilities.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
certificate.c fix string format specifiers 2016-12-16 13:48:43 +01:00
certificate.h WLog using C99 compatible variadic macros. 2016-10-07 14:05:27 +02:00
channels.c fix string format specifiers 2016-12-16 13:48:43 +01:00
channels.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
client.c Fixed channel connected status. 2017-01-23 14:18:19 +01:00
client.h Use common handle ids for all channels 2016-12-28 12:05:01 +01:00
CMakeLists.txt Merge branch 'gateway-http-bugfix' 2016-12-09 20:43:02 +01:00
codecs.c Fixed clearcodec and codecs reset. 2016-10-06 13:43:01 +02:00
connection.c Add a ClientCapabilities callback 2017-02-21 23:44:47 +01:00
connection.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
errbase.c Removed unused define. 2015-03-19 14:17:48 +01:00
errconnect.c Fix some spelling errors 2016-12-01 15:36:49 +01:00
errinfo.c fix string format specifiers 2016-12-16 13:48:43 +01:00
errinfo.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
fastpath.c fix string format specifiers 2016-12-16 13:48:43 +01:00
fastpath.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
freerdp.c Merge pull request #3665 from realjiangms/fix_ssl_add_all_digests 2017-01-13 09:46:14 +01:00
gcc.c Added the spec reference for the 16 monitors limit 2017-02-21 15:03:00 +01:00
gcc.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
graphics.c Fixed leak in bitmap handling. 2016-10-10 10:42:14 +02:00
graphics.h Fixed leak in bitmap handling. 2016-10-10 10:42:14 +02:00
heartbeat.c fix string format specifiers 2016-12-16 13:48:43 +01:00
heartbeat.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
info.c fix string format specifiers 2016-12-16 13:48:43 +01:00
info.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
input.c fix string format specifiers 2016-12-16 13:48:43 +01:00
input.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
license.c fix string format specifiers 2016-12-16 13:48:43 +01:00
license.h WLog using C99 compatible variadic macros. 2016-10-07 14:05:27 +02:00
listener.c fix string format specifiers 2016-12-16 13:48:43 +01:00
listener.h libfreerdp-core: add event handle support to listener 2013-07-21 16:21:46 -04:00
mcs.c fix string format specifiers 2016-12-16 13:48:43 +01:00
mcs.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
message.c fix string format specifiers 2016-12-16 13:48:43 +01:00
message.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
metrics.c Fixed leaks, NULL dereferences and broken init. 2015-06-23 21:29:21 +02:00
multitransport.c Fixes for malloc / calloc + other fixes 2015-06-22 19:21:47 +02:00
multitransport.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
nego.c fix string format specifiers 2016-12-16 13:48:43 +01:00
nego.h Using C99 compatible variadic macros. 2016-10-07 14:14:56 +02:00
nla.c fix string format specifiers 2016-12-16 13:48:43 +01:00
nla.h Support for OpenSSL 1.1.0 2016-11-24 17:50:09 +01:00
orders.c fix string format specifiers 2016-12-16 13:48:43 +01:00
orders.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
peer.c Treat the result of the Capabilities callback 2017-01-19 17:57:44 +01:00
peer.h libfreerdp-core: expose new API to allow FreeRDS virtual channel hooking 2014-10-10 16:11:42 -04:00
proxy.c Code reformatting of proxy.c, proxy.h 2016-12-13 12:12:04 +01:00
proxy.h Code reformatting of proxy.c, proxy.h 2016-12-13 12:12:04 +01:00
rdp.c core: Get rid of useless settings copy 2017-02-15 14:59:24 +01:00
rdp.h core: Get rid of useless settings copy 2017-02-15 14:59:24 +01:00
redirection.c fix string format specifiers 2016-12-16 13:48:43 +01:00
redirection.h WLog using C99 compatible variadic macros. 2016-10-07 14:05:27 +02:00
security.c Fixed unused and uninitialized warnings. 2016-12-01 15:36:49 +01:00
security.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
server.c fix string format specifiers 2016-12-16 13:48:43 +01:00
server.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
settings.c Add command line option to override action script path 2017-02-17 13:09:32 +00:00
surface.c fix string format specifiers 2016-12-16 13:48:43 +01:00
surface.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
tcp.c Setting DNS error if lookup fails. 2016-12-19 13:49:40 +01:00
tcp.h Fix compilation with OpenSSL 1.1.0 using MSVC 2017-01-09 16:43:28 +01:00
timezone.c fix string format specifiers 2016-12-16 13:48:43 +01:00
timezone.h WLog using C99 compatible variadic macros. 2016-10-07 14:05:27 +02:00
tpdu.c Replaced logging in libfreerdp with wlog defines. 2014-09-15 08:48:46 +02:00
tpdu.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
tpkt.c freerdp: purge old stream utils 2013-05-08 16:27:21 -04:00
tpkt.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
transport.c Fixed scanbuild warnings. 2017-02-20 13:45:19 +01:00
transport.h Limit the time passed in transport check loop 2016-10-14 15:12:48 +02:00
update.c fix string format specifiers 2016-12-16 13:48:43 +01:00
update.h Added FREERDP_LOCAL 2016-10-06 13:43:09 +02:00
window.c fix string format specifiers 2016-12-16 13:48:43 +01:00
window.h WLog using C99 compatible variadic macros. 2016-10-07 14:05:27 +02:00