Marc-André Moreau
|
22260600fa
|
libwinpr-input: add missing VK_DECIMAL mapping of OS X keycode mapping of ABNT2 keyboard
|
2014-11-11 12:39:41 -05:00 |
|
Marc-André Moreau
|
367ceff02c
|
libwinpr-smartcard: revert minor change from pull request #2195
|
2014-11-11 12:00:37 -05:00 |
|
Marc-André Moreau
|
d4bdf52b07
|
libwinpr-smartcard: re-enable SCardGetStatusChange status filtering
|
2014-11-11 11:46:59 -05:00 |
|
Marc-André Moreau
|
68ee5df7d9
|
winpr: fix build warnings
|
2014-11-11 11:21:34 -05:00 |
|
Marc-André Moreau
|
a48ed7239d
|
Merge branch 'master' of github.com:FreeRDP/FreeRDP
Conflicts:
libfreerdp/core/update.c
|
2014-11-11 09:55:48 -05:00 |
|
Marc-André Moreau
|
b77a3bc1bc
|
Merge pull request #2195 from Vinche59/master
Implementation of SCARD_IOCTL_LOCATECARDSBYATRA & Modification to make Smartcard reader with PinPad work
|
2014-11-11 09:29:45 -05:00 |
|
Martin Fleisz
|
6cd55a591d
|
Merge pull request #1964 from akallabeth/thread-wait-support
Implemented thread handling for WaitForMultipleObjects.
|
2014-11-11 10:50:55 +01:00 |
|
Vinche
|
d427faf5c6
|
Cleaning Code
|
2014-11-10 23:51:34 +01:00 |
|
Vinche
|
fdb95c712b
|
Implementation for Smartcard Reader with Pin Pad
|
2014-11-10 23:40:22 +01:00 |
|
Marc-André Moreau
|
71b8bfac30
|
libwinpr-smartcard: fix PCSC structure padding that was recently broken
|
2014-11-10 11:31:28 -05:00 |
|
Armin Novak
|
ff3fcc24c1
|
Fixed unlocking if pthread_join fails.
|
2014-11-10 10:24:32 +01:00 |
|
Vinche
|
69766de29f
|
Add comments to modifications
|
2014-11-09 23:02:12 +01:00 |
|
Vinche
|
bbff8db75f
|
Add comments to modifications
|
2014-11-09 23:00:41 +01:00 |
|
Vinche
|
2708a8de5c
|
first commit
|
2014-11-09 22:42:35 +01:00 |
|
Marc-André Moreau
|
c5c9423ccf
|
winpr: fix Win32 build warnings
|
2014-11-04 10:44:55 -05:00 |
|
Armin Novak
|
017e4a323e
|
Locking thread until joined now, preventing multiple joins and race conditions.
|
2014-11-03 09:29:35 +01:00 |
|
Martin Fleisz
|
0be28ba0f6
|
Merge pull request #1965 from akallabeth/dynamic-addin-naming
Dynamic channel library naming
|
2014-10-31 13:42:16 +01:00 |
|
Martin Fleisz
|
d58c6de93c
|
Merge pull request #2134 from akallabeth/windows_version_information
Windows version information
|
2014-10-31 12:23:11 +01:00 |
|
Armin Novak
|
5bf25fd87c
|
Fixed missing includes and typo.
|
2014-10-27 11:45:39 +01:00 |
|
Armin Novak
|
8f98f28ce8
|
Fixed merge errors.
|
2014-10-27 11:39:02 +01:00 |
|
Armin Novak
|
a6eff65259
|
Fixed ExitThread, now running pthread_exit and setting event.
|
2014-10-27 11:28:13 +01:00 |
|
Armin Novak
|
c6ed95d1bf
|
Fixed typo
|
2014-10-27 11:28:13 +01:00 |
|
Armin Novak
|
02a4d77da1
|
Setting exited flag in TerminateThread now to allow setting return code.
|
2014-10-27 11:28:12 +01:00 |
|
Armin Novak
|
7ef2bd3ca0
|
Added joined flag.
|
2014-10-27 11:28:12 +01:00 |
|
Armin Novak
|
7acdbdaa85
|
Error messages now prefixed with function name.
Implemented bWaitAll for WaitForMultipleObjects.
pthread_join now only called on first wait event, later ones skip this to avoid undefined behavior.
|
2014-10-27 11:28:11 +01:00 |
|
Armin Novak
|
c5bb6125c1
|
Added additional tests for WaitForSingleObject and WaitForMultipleObjects.
|
2014-10-27 11:23:18 +01:00 |
|
Armin Novak
|
5122ce939a
|
Added funcion name to debug messages.
Fixed setting of started flag for threads.
pthred_exit now used correct return value argument.
Return value now also set when terminating thread.
|
2014-10-27 11:23:18 +01:00 |
|
Armin Novak
|
56ae609943
|
Removed WaitForSingleObject in reset_event, joining thread when not allowed.
|
2014-10-27 11:23:17 +01:00 |
|
Armin Novak
|
8a352c6f63
|
Fixed thread cleanup, now saving state of started flag, setting event and
then cleaning up the thread resources.
|
2014-10-27 11:23:17 +01:00 |
|
Armin Novak
|
f80f5621ac
|
Fixed thread handle cleanup, checking for resource cleanup now before resetting flags.
|
2014-10-27 11:23:17 +01:00 |
|
Armin Novak
|
8de2868281
|
Preferring exit code from ExitThread now over thread function return.
|
2014-10-27 11:23:16 +01:00 |
|
Armin Novak
|
c846379e60
|
Removed noreturn from ExitThread, does not conform to http://msdn.microsoft.com/en-us/library/windows/desktop/ms682659%28v=vs.85%29.aspx and crashes FreeRDP.
|
2014-10-27 11:23:16 +01:00 |
|
Armin Novak
|
3d7b65a430
|
Now using thread_launcher function to properly clean up thread resources at exit.
|
2014-10-27 11:23:15 +01:00 |
|
Armin Novak
|
c304f457cf
|
Implemented thread handling for WaitForMultipleObjects.
Implemented thread specific functions.
|
2014-10-27 11:23:15 +01:00 |
|
Marc-André Moreau
|
02646b349f
|
Merge branch 'master' of github.com:FreeRDP/FreeRDP
Conflicts:
libfreerdp/core/gcc.c
|
2014-10-25 10:29:06 -04:00 |
|
Marc-André Moreau
|
f01bb56ac5
|
channels/cliprdr: add missing clipboard data format definitions
|
2014-10-23 18:33:10 -04:00 |
|
Marc-André Moreau
|
ce7302a999
|
wfreerdp: cleanup clipboard
|
2014-10-22 22:32:55 -04:00 |
|
Mike McDonald
|
95a72a182c
|
Fix to header file. __builtin_bswap16 is only available on GCC v4.8 (or higher).
|
2014-10-20 15:59:54 -04:00 |
|
Marc-André Moreau
|
83ecddd6c1
|
xfreerdp: replace cliprdr to wire format conversion
|
2014-10-17 20:40:11 -04:00 |
|
Marc-André Moreau
|
e8312e2dac
|
libwinpr-clipboard: add more synthetic clipboard formats
|
2014-10-17 19:14:54 -04:00 |
|
Marc-André Moreau
|
0e4659403f
|
libwinpr-clipboard: add basic clipboard synthesizers
|
2014-10-17 18:23:07 -04:00 |
|
Marc-André Moreau
|
c27888ed72
|
libwinpr-clipboard: initial clipboard synthetic format support
|
2014-10-17 16:45:36 -04:00 |
|
Marc-André Moreau
|
d98ce1a819
|
libwinpr-clipboard: initial commit
|
2014-10-17 15:19:05 -04:00 |
|
Armin Novak
|
3d28c9dbf1
|
Fixed sspi_CopyAuthIdentity, now checking source struct, if it is ANSI encoded.
|
2014-10-17 11:43:41 +02:00 |
|
Marc-André Moreau
|
334dec3c1f
|
winpr: add pragma pack, bitmap + clipboard definitions
|
2014-10-16 21:45:47 -04:00 |
|
Marc-André Moreau
|
f6b3b24c22
|
winpr: add new line ending, utf16 byte order swap functions
|
2014-10-16 18:07:44 -04:00 |
|
Marc-André Moreau
|
1d47b16f3c
|
Merge branch 'master' of github.com:FreeRDP/FreeRDP
|
2014-10-14 20:59:37 -04:00 |
|
Marc-André Moreau
|
e0a063a3f9
|
libwinpr-wtsapi: improve Win32 winsta.dll-based channel API
|
2014-10-14 19:25:41 -04:00 |
|
Marc-André Moreau
|
f837ba3caa
|
libwinpr-wtsapi: implement overlapped i/o event handle Win32 wrapper
|
2014-10-14 15:23:07 -04:00 |
|
Marc-André Moreau
|
398eab35d4
|
libwinpr-wtsapi: add Win32 winsta.dll-based VC implementation
|
2014-10-13 10:55:11 -04:00 |
|