FreeRDP/winpr/libwinpr
Armin Novak 0c87eaee4d COMMAND_LINE_ARGUMENT structs contain parser results, use one per instance
Remove the old global structs as the parser modifies them. When using
multiple instances in the same process space this could break parsing.
2019-10-28 13:30:05 +01:00
..
asn1
bcrypt
clipboard Fix broken clipboard after file copy 2019-07-17 15:13:50 +02:00
com
comm Fix some static analizer warnings 2019-10-22 15:39:54 +02:00
credentials
credui Fixed windows overlinking. 2019-03-18 15:10:21 +01:00
crt Fixed memory leak 2019-05-08 15:12:40 +02:00
crypto Fixed windows overlinking. 2019-03-18 15:10:21 +01:00
dsparse Fixed windows overlinking. 2019-03-18 15:10:21 +01:00
environment Fix some static analizer warnings 2019-10-22 15:39:54 +02:00
error Fixed thread function return and parameters. 2018-03-07 14:36:55 +01:00
file Merge pull request #5139 from akallabeth/drive_hotplug_shutdown_crash_fix 2019-02-07 10:08:41 +01:00
handle Fixed windows overlinking. 2019-03-18 15:10:21 +01:00
heap
input Sun keyboard 2017-08-04 13:09:32 +02:00
interlocked Fixed sign-compare warnings 2019-04-05 09:13:24 +02:00
io winpr/io/device: Fix leak found by covscan 2018-08-22 14:34:02 +02:00
library Fixed GetModuleFileNameW. 2019-04-05 09:14:35 +02:00
locale Fixed windows overlinking. 2019-03-18 15:10:21 +01:00
memory
nt Fixed windows overlinking. 2019-03-18 15:10:21 +01:00
path Fix #5603: Prefer absolute path for /drive: syntax. 2019-09-24 16:42:27 +02:00
pipe Fixed clang analyzer false positive memory leaks. 2019-01-29 17:17:30 +01:00
pool Merge pull request #5308 from akallabeth/fix_win32_overlinking 2019-05-03 12:01:51 +02:00
registry Replaced atoi 2017-11-15 15:52:16 +01:00
rpc Fixed windows overlinking. 2019-03-18 15:10:21 +01:00
security
shell Removed use of strcpy. 2018-08-27 14:34:09 +02:00
smartcard Merge pull request #5308 from akallabeth/fix_win32_overlinking 2019-05-03 12:01:51 +02:00
sspi Merge pull request #5308 from akallabeth/fix_win32_overlinking 2019-05-03 12:01:51 +02:00
sspicli Fixed sign-compare warnings 2019-04-05 09:14:34 +02:00
synch GetEventFileDescriptor return handle internal event. 2019-10-02 14:58:32 +02:00
sysinfo Use GetSystemTimeAsFileTime to emulate GetTickCount64 2019-08-13 10:55:12 +02:00
thread Fixed windows overlinking. 2019-03-18 15:10:21 +01:00
timezone Fixed #5093: Try to read timezone from java TimeZone first 2018-12-05 10:41:14 +01:00
utils COMMAND_LINE_ARGUMENT structs contain parser results, use one per instance 2019-10-28 13:30:05 +01:00
winhttp
winsock Merge pull request #5308 from akallabeth/fix_win32_overlinking 2019-05-03 12:01:51 +02:00
wnd fix string format specifiers 2016-12-16 13:48:43 +01:00
wtsapi Pointer arithmetics require lvalue 2019-01-09 11:13:38 +01:00
CMakeLists.txt Fixed windows overlinking. 2019-03-18 15:10:21 +01:00
dummy.c
log.h