FreeRDP/server
Armin Novak 2d58e96dcc Exit main thread with winpr_exit to trigger resource cleanup.
When using pthread_once with destructors they are only called,
if each thread (including the main thread) is exited with pthread_exit.
Introducing winpr_exit as a wrapper for that purpose.
2018-02-12 10:33:02 +01:00
..
common Build: Use correct pdb names when installing with symbols 2017-01-31 13:32:51 +01:00
Mac Exit main thread with winpr_exit to trigger resource cleanup. 2018-02-12 10:33:02 +01:00
Sample Exit main thread with winpr_exit to trigger resource cleanup. 2018-02-12 10:33:02 +01:00
shadow Exit main thread with winpr_exit to trigger resource cleanup. 2018-02-12 10:33:02 +01:00
Windows Exit main thread with winpr_exit to trigger resource cleanup. 2018-02-12 10:33:02 +01:00
.gitignore cleanup cmake exports and pkg-config files 2016-01-12 17:32:33 +01:00
CMakeLists.txt Fixed mac server compilation. 2017-11-24 13:21:43 +01:00
freerdp-server.pc.in Include major version number in library names 2017-01-16 11:11:58 +01:00
FreeRDP-ServerConfig.cmake.in appropriate names in server & client cmake exports 2016-02-03 13:37:35 +01:00