summaryrefslogtreecommitdiff
path: root/src/qcommon/net_ip.c
AgeCommit message (Collapse)Author
2013-02-16Update copyright noticesTim Angus
2013-01-12We should not try to broadcast via the IPv4 socket if that socket is closed.Zack Middleton
Previously, error messages were generated when querying local servers while IPv4 was disabled. Patch from /dev/humancontroller.
2013-01-12- Have NET_Sleep work with Windows' INVALID_SOCKET again... - Use ↵Zack Middleton
SOCKET_ERROR in NET_Sleep.
2013-01-12#5672 - Fixed incorrect type usage in NET_Sleep(), patch from Özkan Sezer.Zack Middleton
2013-01-12fix IPv6-only operation of Windows binariesZack Middleton
the SOCKET type is unsigned on Windows, and should be casted to an int before comparing with the highestfd variable (note: ``int highestfd = -1;'') From /dev/humancontroller.
2013-01-12fix wrong socket ID comparison, from /dev/humancontrollerZack Middleton
2013-01-12#5439 - Potential memory leak in host name resolution. (Eugene C.)Zack Middleton
2013-01-12Removed an unused variable (which wasn't compiled in as _DEBUG isn't defined ↵Zack Middleton
using make).
2013-01-12Fix net_restart when networking was temporarily disabledThilo Schulz
2013-01-10Bug 5094 - Code cleanup, patch by Zack Middleton and DevHC. Fixes ↵Thilo Schulz
unused-but-set gcc warnings
2013-01-10Move rate limiting / queued packet sending logic from Com_Frame() to sv_main.cThilo Schulz
2013-01-10- Clear ip address listings after a NET_Restart - check for oldGameSet ↵Thilo Schulz
instead of the gamename string
2013-01-09OpenBSD compile fixes, patch provided by Jonathan Gray (#4994)Thilo Schulz
2013-01-09Fix a little quirk stillThilo Schulz
2013-01-09Use memcmp instead of self-built while loopThilo Schulz
2013-01-03* Merge ioq3-r1946Tim Angus
2013-01-03* Merge ioq3-r1813Tim Angus
2013-01-03* Update copyright noticesTim Angus
2013-01-03* Merge ioq3-r1752Tim Angus
2013-01-03* Merge ioq3-r1637Tim Angus
2013-01-03* Merge ioq3-r1498, by popular demandTim Angus
2013-01-03* Merge ioq3-r1458Tim Angus
2013-01-03* Merge ioq3-r1423Tim Angus
+ IPv6 + VoIP + Stereo rendering + Other minor stuff
2013-01-03Fix compiling on OSXBen Millwood
2007-11-28* Merge ioq3-r1220Tim Angus
2007-09-15* Merge of ioq3-r1183Tim Angus
+ Windows dedicated console + MSVC project + Makefile tweaks
2007-09-06* De-quakeTim Angus
2007-09-05* Merge of ioq3-r1163Tim Angus
+ SDL everywhere + New R_LoadImage + net_ip.c + Window icon + GUI based dedicated server support + Compile time linked OpenGL * Remove ui_menuFiles cvar