barrier/lib
crs 014578b875 Fixed a serious flaw in wrapper for posix condition variable wait
function.  Because synergy doesn't use posix cancellation, it
cannot wake up a thread waiting on a condition variable.  So
the wrapper would wake up periodically to test if the thread was
cancelled (according to synergy's cancellation state) then go
back to waiting.  Well the condition could be signalled while
we're testing and be lost and we'd never return from the wait.
So now we wake up after a maximum timeout and return to the
caller.  The caller must check for this spurious wakeup but all
callers should do this anyway so we're okay there.
2004-11-11 19:23:14 +00:00
..
arch Fixed a serious flaw in wrapper for posix condition variable wait 2004-11-11 19:23:14 +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 Changed scheme used to lock the socket multiplexer's job list. 2004-11-11 19:17:03 +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