aboutsummaryrefslogtreecommitdiffstats
path: root/src/jake2/qcommon/netadr_t.java
Commit message (Collapse)AuthorAgeFilesLines
* solves a bug, reported by Ken Russell from sun.Carsten Weisse2005-10-261-3/+5
| | | | | | | | | (Problems with jdk1.6 and special network configs) The localhost address was null by calling InetAddress.getByName("localhost").getAddress() see java api doc: InetAddress.getByName(null) is the correct (but strange) method to get the localhost InetAddress.
* code cleanupCarsten Weisse2004-10-201-10/+16
|
* nonblocking network and code cleanupCarsten Weisse2004-10-171-6/+19
|
* reformat (java conventions)Carsten Weisse2004-10-171-44/+45
|
* import of Jake2 version hannoverHolger Zickner2004-07-081-22/+11
|
* import of Jake2 version sunrisesunriseHolger Zickner2004-07-071-0/+65