FreeRDP/winpr/libwinpr/utils
akallabeth a337031b24
Cache Emulate_IsConfigured result (#7569)
* Cache Emulate_IsConfigured result

The check is used very often, so this caching reduces necessary
allocations.

* Fix winpr_HexLogDump

Abort function early if the log message is to be discarded due to
the log level being inactive.

* Use common logger for rdpdr message

Co-authored-by: Martin Fleisz <martin.fleisz@thincast.com>
2022-01-21 13:24:20 +01:00
..
collections Cleaned up PubSub 2022-01-19 09:24:57 +01:00
corkscrew
lodepng Fixed uninitialized warnings 2021-09-10 08:16:25 +02:00
test Cleaned up PubSub 2022-01-19 09:24:57 +01:00
trio Fixed cast-qual warnings 2021-08-24 11:10:51 +02:00
wlog Fixed memory sanitizer warnings 2022-01-11 14:32:18 +01:00
CMakeLists.txt Added Stream_EnsureValidity 2021-10-06 09:49:07 +02:00
cmdline.c Settings fixes (#7335) 2021-10-07 13:43:12 +02:00
debug.c Fix duplicate MIN macro definition 2021-11-25 12:25:18 +01:00
image.c Fixed #7350: Warnings with Stream_StaticInit 2021-10-14 12:11:16 +02:00
ini.c Fix Windows Unicode file path handling issues (+add winpr_fopen wrapper) 2021-05-26 08:40:29 +02:00
ModuleOptions.cmake
ntlm.c Fixed integer warnings 2021-06-18 09:41:02 +02:00
print.c Cache Emulate_IsConfigured result (#7569) 2022-01-21 13:24:20 +01:00
sam.c Fixed compilation warnings and typos 2021-06-16 15:21:56 +02:00
ssl.c winpr/ssl: Fix capitalization in log messages 2021-11-18 14:17:12 +01:00
stream.c Fixed #7350: Warnings with Stream_StaticInit 2021-10-14 12:11:16 +02:00
stream.h Added Stream_EnsureValidity 2021-10-06 09:49:07 +02:00
strlst.c
winpr.c