summaryrefslogtreecommitdiff
path: root/src/util/Network.c
Commit message (Collapse)AuthorAge
* 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