FreeRDP/winpr/libwinpr
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
..
bcrypt winpr: implement ncrypt API 2021-12-14 14:12:01 +01:00
clipboard Fixed all reserved-id-macro warnings 2021-09-10 08:16:25 +02:00
comm Fixed all reserved-id-macro warnings 2021-09-10 08:16:25 +02:00
crt Fixed #7363: Length checks in ConvertUTF8toUTF16 (#7365) 2021-10-15 09:39:50 +02:00
crypto winpr/crypto: Do not load legacy provider from RC4 2021-11-18 14:17:12 +01:00
dsparse Fixed DsParse implementations and tests 2021-08-24 10:45:57 +02:00
environment Fix Windows Unicode handling of environment variables 2022-01-11 12:32:14 +01:00
error Fixed compilation warnings 2021-08-02 10:28:06 +02:00
file Fixed compilation warnings and duplicate defines 2021-09-09 08:53:20 +02:00
handle Fixed warnings 2021-06-17 10:35:22 +02:00
input Fixed cast-qual warnings 2021-08-24 11:10:51 +02:00
interlocked Fixed clang pragma 2021-09-14 09:45:03 +02:00
io WINPR_UNUSED argc, argv for unit tests 2021-08-24 10:45:57 +02:00
library Add an option to add the plugin and extension to rpath (#7425) 2021-11-04 08:59:38 +01:00
memory
ncrypt winpr: fix ncrypt on Mac and updated tests 2022-01-17 16:27:53 +01:00
nt WINPR_UNUSED argc, argv for unit tests 2021-08-24 10:45:57 +02:00
path Fix Windows Unicode handling of environment variables 2022-01-11 12:32:14 +01:00
pipe Fixed leak in TestPipeCreateNamedPipeOverlapped. 2021-09-20 10:59:59 +02:00
pool mingw: fix pool tests compilation 2022-01-10 11:02:45 +01:00
registry Fixed reg_close 2022-01-11 14:32:18 +01:00
rpc Removed unimplemented/unused ndr from WinPR 2021-12-23 14:27:12 +01:00
security
shell
smartcard smartcard: start implementing SCardListCards 2022-01-17 16:27:53 +01:00
sspi winpr: fix a crash when kerberos fails during negociation 2022-01-19 18:03:52 +01:00
sspicli
synch Improved debug logging when operating on invalid handles. 2021-09-20 10:59:59 +02:00
sysinfo WINPR_UNUSED argc, argv for unit tests 2021-08-24 10:45:57 +02:00
thread Decreased NTLM debug log verbosity 2022-01-13 17:20:48 +01:00
timezone Fixed timezone detection on linux. 2021-09-20 09:39:40 +02:00
utils Cache Emulate_IsConfigured result (#7569) 2022-01-21 13:24:20 +01:00
winsock Fixed compilation warnings on mac 2021-08-26 15:08:28 +02:00
wtsapi Fix compilation with mingw 2021-11-15 09:23:16 +01:00
CMakeLists.txt Removed heap module from WinPR 2021-12-23 14:27:12 +01:00
dummy.c
log.h