FreeRDP/winpr/libwinpr
akallabeth a3dae4ad46 Fix WINPR_EVENT and WINPR_TIMER structs.
Both structs must have the same base members so that the event
handle can be extracted at the same offset.
2019-10-01 21:03:03 +02:00
..
asn1 First shot on fixing over linking 2016-03-29 18:14:34 +02:00
bcrypt First shot on fixing over linking 2016-03-29 18:14:34 +02:00
clipboard Fix broken clipboard after file copy 2019-07-17 15:13:50 +02:00
com First shot on fixing over linking 2016-03-29 18:14:34 +02:00
comm Fixed _config_size return 2019-04-05 09:13:24 +02:00
credentials Removed windows module.def files. 2016-02-29 15:18:47 +01:00
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 Fixed memory leak 2019-05-08 15:13:03 +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 Removed windows module.def files. 2016-02-29 15:18:47 +01:00
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 First shot on fixing over linking 2016-03-29 18:14:34 +02:00
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 First shot on fixing over linking 2016-03-29 18:14:34 +02:00
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 Fix WINPR_EVENT and WINPR_TIMER structs. 2019-10-01 21:03:03 +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 wlog: Fix uninitialized type in wLogMessage 2019-10-01 14:34:17 +02: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