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
|
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
|
ce7302a999
|
wfreerdp: cleanup clipboard
|
2014-10-22 22:32:55 -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 |
|
Marc-André Moreau
|
020436db79
|
libwinpr-handle: fix dummy DuplicateHandle implementation
|
2014-10-11 12:34:45 -04:00 |
|
Marc-André Moreau
|
8ef4c14a6d
|
libwinpr-environment: fix extended functions
|
2014-10-10 19:16:51 -04:00 |
|
Marc-André Moreau
|
11ae267518
|
libfreerdp-core: expose new API to allow FreeRDS virtual channel hooking
|
2014-10-10 16:11:42 -04:00 |
|
Marc-André Moreau
|
8865077b40
|
libwinpr-winsock: minor improvements
|
2014-10-09 20:27:42 -04:00 |
|
Marc-André Moreau
|
b01ef89b3d
|
libwinpr-utils: improve HashTable flexibility, add proper string support
|
2014-10-09 16:46:55 -04:00 |
|
Marc-André Moreau
|
06c1810c8a
|
libwinpr-rpc: fix RpcStringFree
|
2014-10-08 21:46:46 -04:00 |
|
Daryl Poe
|
af5462eb7b
|
correct check for lzcnt cpu capability
|
2014-10-06 13:50:49 -06:00 |
|
Marc-André Moreau
|
cdbfc51daf
|
libwinpr-utils: add .ini write support
|
2014-10-02 20:16:30 -04:00 |
|
Marc-André Moreau
|
d5cbadee9d
|
libwinpr-utils: improve .ini file parser
|
2014-10-02 18:45:53 -04:00 |
|
Marc-André Moreau
|
abd87ace55
|
rdtk: initial commit
|
2014-09-29 16:08:08 -04:00 |
|
Marc-André Moreau
|
c5a0c7e97a
|
libwinpr-utils: add simple image loading/writing test
|
2014-09-28 11:14:30 -04:00 |
|
Marc-André Moreau
|
1c34583407
|
libwinpr-utils: add png support
|
2014-09-28 11:02:39 -04:00 |
|
Marc-André Moreau
|
bbf4732470
|
Merge branch 'master' of github.com:FreeRDP/FreeRDP
Conflicts:
libfreerdp/gdi/gdi.c
|
2014-09-25 10:34:56 -04:00 |
|
Marc-André Moreau
|
86b4123cf0
|
Merge pull request #2101 from eledoux/ports
Ports
|
2014-09-25 10:38:07 -04:00 |
|
Bernhard Miklautz
|
417707e4b7
|
winpr-utils: extend LinkedList test
|
2014-09-24 13:03:46 +02:00 |
|
Bernhard Miklautz
|
7bd62a0127
|
winpr-utils: fix problem in LinkedList enumerator
A segfault can happen if LinkedList_Enumerator_MoveNext is invoked
before LinkedList_Enumerator_Reset was called.
|
2014-09-24 12:31:52 +02:00 |
|
Marc-André Moreau
|
c4588fb14f
|
libfreerdp-core: remove dependency on OPENSSL_Applink on Windows
|
2014-09-19 17:11:56 -04:00 |
|
Marc-André Moreau
|
72e7507bee
|
Merge branch 'shadow' of github.com:awakecoding/FreeRDP
Conflicts:
libfreerdp/core/capabilities.c
|
2014-09-19 14:39:43 -04:00 |
|
Marc-André Moreau
|
d102e746c8
|
Merge branch 'awakecoding' of github.com:vworkspace/FreeRDP
Conflicts:
libfreerdp/core/license.c
libfreerdp/core/nego.c
winpr/libwinpr/synch/wait.c
|
2014-09-19 14:38:25 -04:00 |
|
Marc-André Moreau
|
09fc388e03
|
shadow: add RefreshRect/SuppressOutput support
|
2014-09-18 22:18:58 -04:00 |
|
Marc-André Moreau
|
2a5192b027
|
Merge branch 'master' of github.com:awakecoding/FreeRDP into egfx
Conflicts:
client/Windows/wf_cliprdr.h
client/Windows/wf_event.h
client/X11/xf_client.c
client/X11/xf_gdi.c
libfreerdp/gdi/gdi.c
server/Mac/mf_input.c
|
2014-09-17 19:09:56 -04:00 |
|
Marc-André Moreau
|
f0bff7e890
|
libwinpr-sspi: fix NTLM strict error check
|
2014-09-17 18:44:59 -04:00 |
|