aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Removed socket routine prototypes at top of source file as these shouldtradke2000-11-03
* Define INADDR_NONE if it's not there (such as under SunOS).tradke2000-10-30
* Also print strerror(3) output in case of socket errors.tradke2000-10-25
* bind(sock,(struct sockaddr *)&sin, ... sock address structure has to be castedlanfer2000-08-23
* Include <string.h>tradke2000-07-28
* Close an already opened socket if the following bind/setsockopt/accept/connecttradke2000-07-15
* Added CCTK_FILEVERSION() and set TCP server sockets to SO_REUSEADDR.tradke2000-06-19
* adding routine to set socket connection to non-blockinglanfer2000-06-15
* Fixing typo.goodale2000-05-30
* TCPBlockingWrite -> Socket_... missinglanfer2000-05-26
* Socket thorn based on John Shalf's codegoodale2000-05-25