barrier/lib
crs 6ea96719ab Made condition variable data volatile. This will hopefully fix
an strange deadlock seen on OSX.  The CSocketMultiplexer deadlocks
with two threads, one waiting for m_polling to become false and
the other waiting for m_pollable to become true.  The weird part
is that they're both false so the first thread should proceed.
It either didn't receive the broadcast when m_polling went to
false or it's not really checking the actual value of that flag.
I can't see how the former is possible and this change fixes the
latter.
2004-11-10 21:00:30 +00:00
..
arch Added forgotten files. Added define to common.h for OS X XCode 2004-11-09 18:31:25 +00:00
base Removed recursive mutexes. Simplified stream filters as a side 2004-09-29 21:59:26 +00:00
client Attempt to workaround laggy mouse on OS X with linux as server. 2004-11-06 16:29:06 +00:00
common Changed version to 1.1.10. 2004-11-09 18:42:47 +00:00
io Removed recursive mutexes. Simplified stream filters as a side 2004-09-29 21:59:26 +00:00
mt Made condition variable data volatile. This will hopefully fix 2004-11-10 21:00:30 +00:00
net Removed recursive mutexes. Simplified stream filters as a side 2004-09-29 21:59:26 +00:00
platform Fixed typo. 2004-11-10 19:11:33 +00:00
server Removed recursive mutexes. Simplified stream filters as a side 2004-09-29 21:59:26 +00:00
synergy Fixed dead key and AltGr+shift handling on X windows. Also fixed 2004-10-24 18:18:01 +00:00
Makefile.am Removed DEPTH, VDEPTH, and VPATH from makefiles. 2004-04-04 12:12:32 +00:00