FreeRDP/winpr/libwinpr
David VERON fb406feb33 libwinpr/crt/unicode: unicode conversion functions with allocation
Unicode conversion functions with allocation returned NULL when the input was
a string of len = 0. Now those functions allocate buffers with the
corresponding empty string that the caller has to free.
2023-08-03 17:23:52 +02:00
..
bcrypt Refactored WinPR includes 2022-03-03 11:26:48 +01:00
clipboard [winpr] fix various warnings 2023-07-31 08:32:43 +02:00
comm [warnings] Fixed strict-prototypes warnings 2023-03-06 10:04:59 +01:00
crt libwinpr/crt/unicode: unicode conversion functions with allocation 2023-08-03 17:23:52 +02:00
crypto [winpr,crypto] Fix compilation with mbedTLS 2023-08-02 10:11:35 +02:00
dsparse Replace ConvertFromUnicode and ConvertToUnicode 2022-11-28 10:42:36 +01:00
environment [build] fix memory sanitizer stack frame warnings 2023-06-07 09:14:45 +02:00
error winpr: rework alignment functions 2022-05-12 11:36:01 +02:00
file [winpr] fix various warnings 2023-07-31 08:32:43 +02:00
handle [winpr] use WINPR_ prefix for conditional includes 2023-01-10 17:38:00 +01:00
input [winpr,input] properly define keyboard types 2023-05-12 09:52:01 +02:00
interlocked reformatted 2022-06-23 08:48:39 +02:00
io [logging] remove __FUNCTION__ from actual message 2023-01-25 16:26:39 +01:00
library [standard] replace __FUNCTION__ with __func__ 2023-07-27 20:02:43 +02:00
memory [winpr] use WINPR_ prefix for conditional includes 2023-01-10 17:38:00 +01:00
ncrypt [build] use define WINPR_FALLTHROUGH 2023-07-31 23:46:53 +02:00
nt [winpr] added Win32ErrorCode2Tag 2023-04-05 10:02:27 +02:00
path [winpr,string] remove duplicate string functions 2023-07-28 13:42:12 +02:00
pipe [standard] replace __FUNCTION__ with __func__ 2023-07-27 20:02:43 +02:00
pool [winpr,pool] WINPR_ASSERT thread pool function arguments 2023-05-22 11:51:12 +02:00
registry [build] fix memory sanitizer stack frame warnings 2023-06-07 09:14:45 +02:00
rpc [warnings] Fixed strict-prototypes warnings 2023-03-06 10:04:59 +01:00
security [winpr] use WINPR_ prefix for conditional includes 2023-01-10 17:38:00 +01:00
shell [winpr] use WINPR_ prefix for conditional includes 2023-01-10 17:38:00 +01:00
smartcard [winpr,collections] fix ListDictionary New/Free handling 2023-06-27 15:05:43 +02:00
sspi [build] use define WINPR_FALLTHROUGH 2023-07-31 23:46:53 +02:00
sspicli [winpr] use WINPR_ prefix for conditional includes 2023-01-10 17:38:00 +01:00
synch [winpr,test] fix testsynchmultiplethreads 2023-08-01 07:44:48 +02:00
sysinfo [winpr,sysinfo] deprecage GetVersionInfoEx 2023-07-28 13:42:12 +02:00
thread don't log an error when running GetCurrentThread from non winpr thread 2023-04-07 11:03:56 +02:00
timezone update timezones 2023-08-01 17:18:22 +02:00
utils [winpr,rdtk] use png only if supported by winpr 2023-07-31 20:18:48 +02:00
winsock [winpr] use WINPR_ prefix for conditional includes 2023-01-10 17:38:00 +01:00
wtsapi [cmake] use find_library for windows libs 2023-08-01 13:32:35 +02:00
CMakeLists.txt Export interface include directories 2023-08-01 11:12:46 +02:00
dummy.c
log.h