barrier/lib
crs 8f229393b8 Replaced inet_addr() with inet_aton(), which is a better function
anyway but isn't implemented in winsock, removed use of INADDR_NONE
which some platforms don't define except on winsock which does
define it, and changed SOL_TCP to IPPROTO_TCP which should work on
more platforms.
2002-10-20 22:36:24 +00:00
..
base Changed log() and logc() macros to LOG() and LOGC(), respectively. 2002-10-15 21:29:44 +00:00
client Renamed XThreadUnavailable to XMTThreadUnavailable and derived it 2002-10-15 22:01:41 +00:00
http Changed log() and logc() macros to LOG() and LOGC(), respectively. 2002-10-15 21:29:44 +00:00
io added better network error message support. 2002-09-14 20:56:28 +00:00
mt Fixed CThreadRep to not raise a signal on the thread if it's 2002-10-17 21:37:37 +00:00
net Replaced inet_addr() with inet_aton(), which is a better function 2002-10-20 22:36:24 +00:00
platform Fixed CXWindowsScreen to force the event loop to wake up when 2002-10-17 21:37:41 +00:00
server Changed server to fail with an error if in can't bind() the listen 2002-10-17 21:37:31 +00:00
synergy Changed log() and logc() macros to LOG() and LOGC(), respectively. 2002-10-15 21:29:44 +00:00
Makefile.am added copyright to top of each file. 2002-08-02 19:57:46 +00:00