barrier/lib
crs ef85356f45 Worked around bug/weirdness on OS X. It's reporting that a
non-blocking connect is available for writing (i.e. the connection
was successful) when the connection has actually failed.  This
caused synergy to rapidly retry connecting.  This change makes
synergy check for a connection error whether one was reported or
not.  Thankfully, OS X does correctly set the socket error state
when it bogusly reports a successful connection so we can tell the
connection failed.
2004-07-29 21:48:40 +00:00
..
arch Fixed bug in converting wide characters to multibyte. 2004-06-12 20:46:35 +00:00
base Changed VC++ projects to put release targets in ./build, debug 2004-05-16 18:02:49 +00:00
client Fixed assertion failure when client connection fails immediately. 2004-06-10 21:25:09 +00:00
common Changed version to 1.1.8. 2004-07-25 14:18:50 +00:00
io Changed VC++ projects to put release targets in ./build, debug 2004-05-16 18:02:49 +00:00
mt Changed VC++ projects to put release targets in ./build, debug 2004-05-16 18:02:49 +00:00
net Worked around bug/weirdness on OS X. It's reporting that a 2004-07-29 21:48:40 +00:00
platform Disable key event capture on X11. This was going to be used to 2004-06-22 21:11:14 +00:00
server Fixed handling of screen resolution changes. 2004-05-16 18:04:36 +00:00
synergy Fixed handling of screen resolution changes. 2004-05-16 18:04:36 +00:00
Makefile.am Removed DEPTH, VDEPTH, and VPATH from makefiles. 2004-04-04 12:12:32 +00:00