aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* h_addr -> h_addr_list[0] because the former is apparently not supported any l...HEADsvnmasterknarf2009-02-05
* Fixed a bug in Socket_SetNonBlocking() where the third argument to ioctl()tradke2002-07-05
* Fix to make it compiling under Windows.tradke2002-06-03
* Only include <sys/ioctl.h> if it is available. This should make it compilingtradke2002-06-01
* Added missing include <sys/filio.h> which is needed on Solaris systems.tradke2002-05-31
* Final changes before moving this thorn over to CactusConnect.tradke2002-05-14
* Just some small fixes before moving to the CactusConnect arrangement.tradke2002-05-07
* Making rcsid strings constant - PR 669.goodale2001-05-10
* Included <errno.h> otherwise it breaks compilation under Solaris.tradke2000-11-03
* 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