.. |
gateway
|
[warnigns] fix Wshorten-64-to-32
|
2024-11-11 10:22:37 +01:00 |
test
|
[cmake] split tests
|
2024-10-24 09:45:44 +02:00 |
aad.c
|
[va_list] initialize with ={0};
|
2024-09-24 11:06:18 +02:00 |
aad.h
|
[core,client] replace cJSON with WinPR wrapper
|
2024-05-14 20:45:31 +02:00 |
activation.c
|
[warnings] fix -Wimplicit-int-conversion
|
2024-10-31 11:42:29 +01:00 |
activation.h
|
[warnings] fixed reserved-identifer warnings
|
2023-09-25 08:39:01 +02:00 |
autodetect.c
|
[warnings] fix -Wimplicit-int-conversion
|
2024-10-31 11:42:29 +01:00 |
autodetect.h
|
[gcc,clang] add support for attribute(malloc)
|
2024-02-02 15:10:40 +01:00 |
capabilities.c
|
[warnigns] fix Wshorten-64-to-32
|
2024-11-11 10:22:37 +01:00 |
capabilities.h
|
[settings] Added SurfaceCommandsSupported setting
|
2024-07-24 21:54:39 +02:00 |
channels.c
|
[warnigns] fix Wshorten-64-to-32
|
2024-11-11 10:22:37 +01:00 |
channels.h
|
Raw channel send (#7255)
|
2021-08-26 16:17:51 +02:00 |
childsession.c
|
[warnings] fix integer narrowing
|
2024-10-03 21:21:21 +02:00 |
childsession.h
|
[client,win32] implement connection to child session
|
2023-09-27 11:57:49 +02:00 |
client.c
|
Merge pull request #10635 from akallabeth/initialize-variables
|
2024-09-30 16:04:20 +02:00 |
client.h
|
[core,client] add channel poll registration API
|
2024-09-24 10:10:52 +02:00 |
CMakeLists.txt
|
[cmake] split tests
|
2024-10-24 09:45:44 +02:00 |
codecs.c
|
[core,codecs] fix API function names
|
2024-05-29 14:34:18 +02:00 |
connection.c
|
[warnigns] fix Wshorten-64-to-32
|
2024-11-11 10:22:37 +01:00 |
connection.h
|
[core,mcs] unify message channel handling
|
2024-09-26 16:57:27 +02:00 |
credssp_auth.c
|
[warnigns] fix Wshorten-64-to-32
|
2024-11-11 10:22:37 +01:00 |
credssp_auth.h
|
core, channels: client-side remote credential guard
|
2024-09-11 17:15:11 +02:00 |
display.c
|
[tidy] move loop variable declaration to loop
|
2024-02-22 12:31:50 +01:00 |
display.h
|
Reformatted to new style
|
2019-11-07 10:53:54 +01:00 |
errbase.c
|
[warnings] remove or comment unused macros
|
2024-09-20 18:49:38 +02:00 |
errconnect.c
|
[warnings] remove or comment unused macros
|
2024-09-20 18:49:38 +02:00 |
errinfo.c
|
[clang-tidy] cppcoreguidelines-init-variables
|
2024-02-15 11:49:16 +01:00 |
errinfo.h
|
Unify struct definitions (#7633)
|
2022-02-14 14:59:22 +01:00 |
fastpath.c
|
[core,fastpath] fix error unlock
|
2024-10-15 22:44:16 +02:00 |
fastpath.h
|
[gcc,clang] add support for attribute(malloc)
|
2024-02-02 15:10:40 +01:00 |
freerdp.c
|
[warnings] fix -Wswitch-default
|
2024-10-31 11:42:24 +01:00 |
gcc.c
|
[warnings] fix integer narrowing
|
2024-10-14 10:32:03 +02:00 |
gcc.h
|
[core,gcc] use mcs_get_settings, make const correct
|
2022-12-12 13:33:47 +01:00 |
graphics.c
|
[clang-tidy] cppcoreguidelines-init-variables
|
2024-02-15 11:49:16 +01:00 |
graphics.h
|
Fixed use of reserved keywords for include guards.
|
2017-07-20 09:35:41 +02:00 |
heartbeat.c
|
[warnings] remove or comment unused macros
|
2024-09-20 18:49:38 +02:00 |
heartbeat.h
|
[gcc,clang] add support for attribute(malloc)
|
2024-02-02 15:10:40 +01:00 |
info.c
|
[warnings] fix -Wimplicit-int-conversion
|
2024-10-31 11:42:29 +01:00 |
info.h
|
Remove symbols exported by accident.
|
2019-12-02 10:57:31 +01:00 |
input.c
|
[warnings] remove or comment unused macros
|
2024-09-20 18:49:38 +02:00 |
input.h
|
[coverity] 1543039 Use of 32-bit time_t
|
2024-04-12 12:41:42 +02:00 |
license.c
|
[warnings] fix integer narrowing
|
2024-10-03 21:21:33 +02:00 |
license.h
|
[gcc,clang] add support for attribute(malloc)
|
2024-02-02 15:10:40 +01:00 |
listener.c
|
[warnigns] fix Wshorten-64-to-32
|
2024-11-11 10:22:37 +01:00 |
listener.h
|
Reformatted to new style
|
2019-11-07 10:53:54 +01:00 |
mcs.c
|
[tidy] move loop variable declaration to loop
|
2024-02-22 12:31:50 +01:00 |
mcs.h
|
fix declaration and implementation parameter names
|
2024-09-03 12:24:53 +02:00 |
message.c
|
[warnigns] fix Wshorten-64-to-32
|
2024-11-11 10:22:37 +01:00 |
message.h
|
[gcc,clang] add support for attribute(malloc)
|
2024-02-02 15:10:40 +01:00 |
metrics.c
|
[clang-tidy] cppcoreguidelines-init-variables
|
2024-02-15 11:49:16 +01:00 |
multitransport.c
|
[core] fix issues with value ranges written
|
2024-10-25 11:48:12 +02:00 |
multitransport.h
|
[gcc,clang] add support for attribute(malloc)
|
2024-02-02 15:10:40 +01:00 |
nego.c
|
[warnings] fix -Wimplicit-int-conversion
|
2024-10-31 11:42:29 +01:00 |
nego.h
|
[core,nego] unify protocol to string
|
2024-06-18 20:49:50 +02:00 |
nla.c
|
[warnings] remove or comment unused macros
|
2024-09-20 18:49:38 +02:00 |
nla.h
|
core, channels: client-side remote credential guard
|
2024-09-11 17:15:11 +02:00 |
orders.c
|
[warnigns] fix Wshorten-64-to-32
|
2024-11-11 10:22:37 +01:00 |
orders.h
|
[warnings] fix clang-tidy issues in libfreerdp
|
2024-08-29 15:34:22 +02:00 |
peer.c
|
[warnings] fix -Wimplicit-int-conversion
|
2024-10-31 11:42:29 +01:00 |
peer.h
|
[server] Fix rdp_peer_handle_state_demand_active
|
2022-11-22 15:30:31 +01:00 |
proxy.c
|
[warnings] fix -Wimplicit-int-conversion
|
2024-10-31 11:42:29 +01:00 |
proxy.h
|
[core,proxy] fix nonblocking BIO reads
|
2024-09-17 10:37:19 +02:00 |
rdp.c
|
[warnigns] fix Wshorten-64-to-32
|
2024-11-11 10:22:37 +01:00 |
rdp.h
|
[warnings] fix compare integers of different signs
|
2024-09-03 15:10:46 +02:00 |
rdstls.c
|
Merge pull request #10801 from akallabeth/cleanups
|
2024-11-07 13:03:36 +01:00 |
rdstls.h
|
[gcc,clang] add support for attribute(malloc)
|
2024-02-02 15:10:40 +01:00 |
redirection.c
|
[warnigns] fix Wshorten-64-to-32
|
2024-11-11 10:22:37 +01:00 |
redirection.h
|
[arm] various improvements
|
2023-09-04 10:24:56 +02:00 |
security.c
|
[warnigns] fix Wshorten-64-to-32
|
2024-11-11 10:22:37 +01:00 |
security.h
|
[core,security] ensure length, log failures
|
2024-01-15 13:13:42 +01:00 |
server.c
|
[warnigns] fix Wshorten-64-to-32
|
2024-11-11 10:22:37 +01:00 |
server.h
|
[gcc,clang] add support for attribute(malloc)
|
2024-02-02 15:10:40 +01:00 |
settings.c
|
Merge pull request #10801 from akallabeth/cleanups
|
2024-11-07 13:03:36 +01:00 |
settings.h
|
[core,settings] fake monitor in window mode
|
2024-10-24 11:32:03 +02:00 |
smartcardlogon.c
|
[return checks] fix use of unicode functions
|
2024-09-16 06:48:26 +02:00 |
state.c
|
[warnings] fix cert-err33-c
|
2024-08-29 10:19:27 +02:00 |
state.h
|
[core,server] add state STATE_RUN_QUIT_SESSION
|
2023-01-27 11:05:12 +01:00 |
streamdump.c
|
[cmake] split tests
|
2024-10-24 09:45:44 +02:00 |
streamdump.h
|
[cmake] split tests
|
2024-10-24 09:45:44 +02:00 |
surface.c
|
[clang-tidy] cppcoreguidelines-init-variables
|
2024-02-15 11:49:16 +01:00 |
surface.h
|
Fix sending/receiving surface bits command.
|
2020-04-03 12:00:53 +02:00 |
tcp.c
|
[warnigns] fix Wshorten-64-to-32
|
2024-11-11 10:22:37 +01:00 |
tcp.h
|
[core,transport] add new transport io layer design and support custom socket.
|
2024-09-05 20:59:21 +08:00 |
timezone.c
|
[core] fix issues with value ranges written
|
2024-10-25 11:48:12 +02:00 |
timezone.h
|
Freerdp remove #ifdef HAVE_CONFIG_H
|
2022-03-03 11:26:48 +01:00 |
tpdu.c
|
[warnings] fix -Wimplicit-int-conversion
|
2024-10-31 11:42:29 +01:00 |
tpdu.h
|
Add return values to TPDU functions
|
2022-10-13 13:57:11 +02:00 |
tpkt.c
|
[warnings] fix -Wimplicit-int-conversion
|
2024-10-31 11:42:29 +01:00 |
tpkt.h
|
[warnings] fix compare integers of different signs
|
2024-09-03 15:10:46 +02:00 |
transport.c
|
[warnings] fix integer narrowing
|
2024-10-14 10:32:09 +02:00 |
transport.h
|
[core,transport] add new transport io layer design and support custom socket.
|
2024-09-05 20:59:21 +08:00 |
update.c
|
do not always return FALSE when gdi is NULL
|
2024-11-14 17:27:10 +01:00 |
update.h
|
[core,update] ensure EndPaint before DesktopResize
|
2024-08-20 09:54:56 +02:00 |
utils.c
|
[core,utils] improve utils_str_is_empty
|
2024-09-30 09:32:15 +02:00 |
utils.h
|
[warnings] fix various compiler warnings
|
2024-07-24 11:08:20 +02:00 |
window.c
|
[core]: Fix some issues with RAIL window state order logging
|
2024-11-14 10:19:43 +01:00 |
window.h
|
Reformatted to new style
|
2019-11-07 10:53:54 +01:00 |