barrier/lib/net
crs cf13980bb8 Fixed bugs in error handling in CTCPSocket; previously was not
handling read errors at all and error handling for writes was
never being used.  Now the socket disconnects if a read or write
fails on the socket for any reason except EINTR.  Also added
<netinet/in.h> to includes in CNetwork.h because it's needed on
some platforms.
2002-10-30 22:16:30 +00:00
..
CNetwork.cpp Ported recent changes to win32 and fixed CRLF problems with project 2002-10-29 22:07:55 +00:00
CNetwork.h Fixed bugs in error handling in CTCPSocket; previously was not 2002-10-30 22:16:30 +00:00
CNetworkAddress.cpp Replaced inet_addr() with inet_aton(), which is a better function 2002-10-20 22:36:24 +00:00
CNetworkAddress.h added copyright to top of each file. 2002-08-02 19:57:46 +00:00
CTCPListenSocket.cpp added better network error message support. 2002-09-14 20:56:28 +00:00
CTCPListenSocket.h added copyright to top of each file. 2002-08-02 19:57:46 +00:00
CTCPSocket.cpp Fixed bugs in error handling in CTCPSocket; previously was not 2002-10-30 22:16:30 +00:00
CTCPSocket.h added copyright to top of each file. 2002-08-02 19:57:46 +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.h added copyright to top of each file. 2002-08-02 19:57:46 +00:00
IListenSocket.h added copyright to top of each file. 2002-08-02 19:57:46 +00:00
ISocket.h added copyright to top of each file. 2002-08-02 19:57:46 +00:00
ISocketFactory.h added copyright to top of each file. 2002-08-02 19:57:46 +00:00
Makefile.am added copyright to top of each file. 2002-08-02 19:57:46 +00:00
XNetwork.cpp added copyright to top of each file. 2002-08-02 19:57:46 +00:00
XNetwork.h added copyright to top of each file. 2002-08-02 19:57:46 +00:00
XSocket.cpp added better network error message support. 2002-09-14 20:56:28 +00:00
XSocket.h added better network error message support. 2002-09-14 20:56:28 +00:00
net.dsp Ported recent changes to win32 and fixed CRLF problems with project 2002-10-29 22:07:55 +00:00