aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon/net_ip.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed uninitialized variable.icculus2009-09-141-1/+3
* - Add error handling for Opensolaris f***ing up a numeric getnameinfo() call.thilo2009-06-261-24/+29
* - fix typo in previous commit to net_ip.cthilo2009-06-231-1/+1
* Move these definitions over for other files to use in preparation of the next...thilo2009-06-231-7/+0
* minor cleanupthilo2009-06-231-11/+11
* Fix setsockopt so that setting the IPV6ONLY flag really works.thilo2009-06-221-1/+1
* Fix highest file descriptor for select(), thanks to Ben Millwood for reportingthilo2009-06-051-3/+2
* Make command net_restart work so that port/ip settings can be changed without...thilo2009-05-291-39/+37
* - Introduce new NET_CompareBaseAdrMask for easy comparison of ip address rangesthilo2009-05-241-12/+63
* Minor code cleanupsthilo2009-05-211-13/+8
* * Fix some new GCC 4.3 warningstma2008-11-101-4/+4
* Patch to make getnameinfo() call work on OpenBSD systems. Created by agent596...thilo2008-10-291-3/+10
* - Add scope id to ipv6 addresses.thilo2008-08-311-9/+10
* * Use IPv6 header qcommon/wspiapi.h if it has been added by the end usertma2008-08-091-43/+50
* bind ipv6 sockets firstludwig2008-06-121-20/+21
* show numeric address the server binds toludwig2008-06-121-6/+6
* 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