barrier/lib/net
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
..
CNetworkAddress.cpp Checkpoint. Conversion to event driven system complete for Unix. 2004-02-15 17:32:11 +00:00
CNetworkAddress.h Checkpoint. synergys now works. Still need to do lib/client and 2004-02-14 14:04:36 +00:00
CSocketMultiplexer.cpp Merged Win32 updates. Added full warnings on g++. Fixed bug in 2004-02-28 12:19:49 +00:00
CSocketMultiplexer.h Checkpoint. Code does not run. Still converting over to new 2004-02-01 21:09:22 +00:00
CTCPListenSocket.cpp Made all arch sockets non-blocking. 2004-02-29 16:11:17 +00:00
CTCPListenSocket.h Checkpoint. Code does not run. Still converting over to new 2004-02-01 21:09:22 +00:00
CTCPSocket.cpp Worked around bug/weirdness on OS X. It's reporting that a 2004-07-29 21:48:40 +00:00
CTCPSocket.h Checkpoint. Conversion to event driven system complete for Unix. 2004-02-15 17:32:11 +00:00
CTCPSocketFactory.cpp added copyright to top of each file. 2002-08-02 19:57:46 +00:00
CTCPSocketFactory.h added copyright to top of each file. 2002-08-02 19:57:46 +00:00
IDataSocket.cpp Merged Win32 updates. Added full warnings on g++. Fixed bug in 2004-02-28 12:19:49 +00:00
IDataSocket.h Merged Win32 updates. Added full warnings on g++. Fixed bug in 2004-02-28 12:19:49 +00:00
IListenSocket.cpp Checkpoint. synergys now works. Still need to do lib/client and 2004-02-14 14:04:36 +00:00
IListenSocket.h Checkpoint. Code does not run. Still converting over to new 2004-02-01 21:09:22 +00:00
ISocket.cpp Checkpoint. synergys now works. Still need to do lib/client and 2004-02-14 14:04:36 +00:00
ISocket.h Checkpoint. Code does not run. Still converting over to new 2004-02-01 21:09:22 +00:00
ISocketFactory.h added copyright to top of each file. 2002-08-02 19:57:46 +00:00
ISocketMultiplexerJob.h Checkpoint. Code does not run. Still converting over to new 2004-02-01 21:09:22 +00:00
Makefile.am Removed DEPTH, VDEPTH, and VPATH from makefiles. 2004-04-04 12:12:32 +00:00
TSocketMultiplexerMethodJob.h Checkpoint. Code does not run. Still converting over to new 2004-02-01 21:09:22 +00:00
XSocket.cpp Checkpoint. Conversion to event driven system complete for Unix. 2004-02-15 17:32:11 +00:00
XSocket.h Checkpoint. Conversion to event driven system complete for Unix. 2004-02-15 17:32:11 +00:00
net.dsp Changed VC++ projects to put release targets in ./build, debug 2004-05-16 18:02:49 +00:00