summaryrefslogtreecommitdiff
path: root/src/util/Network.c
Commit message (Collapse)AuthorAge
* Putting semicolons at the end of the CCTK_FILEVERSIONs.goodale2002-11-12
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@3028 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Made it so that netdb.h and winsock2.h are never both included. This waskcamarda2002-02-22
| | | | | | | necessary to compile with the gnu compilers in cygwin. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2617 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added missing includes and fixed a couple of 'cast from const pointer' warnings.tradke2001-10-30
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2442 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Making rcsid strings constant - PR 669.goodale2001-05-10
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2159 17b73243-c579-4c4c-a9d2-2d5706c11dac
* The terminating NUL character was set one bytes too far into the hoststring.tradke2001-01-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2007 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removing extraneous include introduced by my last commit.goodale2001-01-19
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2006 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Include util_Network.h for consistency.goodale2001-01-19
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2005 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Add in winsock header file necessary for Windows.goodale2001-01-19
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2003 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added separate source file plus header for network related utility routines.tradke2001-01-19
For now it just provides util_GetHostName(). git-svn-id: http://svn.cactuscode.org/flesh/trunk@2001 17b73243-c579-4c4c-a9d2-2d5706c11dac