aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon/net_ip.c
Commit message (Expand)AuthorAgeFilesLines
* reorder includes to fix build on OpenBSD (#3663, patch by Jonathan Gray)ludwig2008-05-251-1/+1
* whoops.thilo2008-05-171-1/+1
* - Workaround for buggy MacOSX getaddrinfo() implementation that doesn't accep...thilo2008-05-171-2/+10
* * Fix a bunch of compile warningstma2008-05-101-14/+17
* Fix crash bug for interfaces without assigned address, thanks to PhoinixGR fo...thilo2008-04-211-1/+7
* fix obvious bug, thanks mattn2thilo2008-04-161-1/+1
* Fix build on IRIX (Patrick Baggett)ludwig2008-04-161-1/+1
* Only don't send packet on disabled multicast if it actually is a multicast pa...thilo2008-04-121-2/+2
* Add com_standalone cvar for at-runtime handling of mods that do not require t...thilo2008-04-101-1/+1
* Fix uninitialized usage warnings on MacOSX.thilo2008-04-091-1/+1
* Add Multicast capabilities for LAN server scanning.thilo2008-04-091-131/+302
* * Fix to MinGW build following IPv6 changestma2008-04-051-5/+11
* I hope this makes the code work on solaris, too and fix the EINVAL on sendto()thilo2008-04-051-3/+3
* - include Winsock2.h for windowsthilo2008-04-051-1/+1
* Fix compilation on Solaris and possibly other platforms that have no getifadd...thilo2008-04-051-91/+24
* Basic IPv6 support. Some inspiration from the patches by Lubos Dolezel and JF...thilo2008-04-041-299/+732
* Replace obsolete macro with some other macro. I hope this does not break too ...thilo2007-12-141-1/+1
* * Move MINSDL_ values to sys_local.h from Makefile/VC projecttma2007-11-261-0/+1
* * rewrite of the win32 dedicated console:tjw2007-09-151-26/+10
* * Merge unified-sdl to trunktma2007-09-051-11/+5
* * Merge win_net.c and unix_net.ctma2007-08-281-0/+1082