summaryrefslogtreecommitdiff
path: root/src/net_sdl.c
AgeCommit message (Expand)Author
2015-03-28net: Include port number in address strings.Simon Howard
2014-10-24Replace strdup() with M_StringDuplicate().Simon Howard
2014-05-05Clean up file headers.Simon Howard
2014-04-01Replace all snprintf() calls with M_snprintf().Simon Howard
2012-10-28Merge from trunk.Simon Howard
2012-10-28Add functions for network signature requests. These request the signedSimon Howard
2011-02-12Merge from trunk.Simon Howard
2010-12-18Add a M_CheckParmWithArgs function, that behaves like M_CheckParm butSimon Howard
2009-11-21Merge from trunk.Simon Howard
2009-09-30Change British English spellings to American English, for consistency.Simon Howard
2008-09-06Remove includes of doomdef.h where possible, move generic parts into topSimon Howard
2007-10-18#define snprintf, vsnprintf to _snprintf, _vsnprintf in MSVC.Simon Howard
2007-06-22Replace 35 with TICRATE where appropriate.Simon Howard
2006-12-24Javadoc-style self-documenting system for command line options.Simon Howard
2006-10-18Strip out CVS logs, RCS Id tags.Simon Howard
2006-10-05Packet loss simulation code for test.Simon Howard
2006-09-17Fix local LAN queries.Simon Howard
2006-05-29Fix broadcast transmits (-search works!)Simon Howard
2006-05-11Allow port to be specified for client to connect to through -port orSimon Howard
2006-04-09Broadcast searches (currently broken)Simon Howard
2006-04-06Debug code for tracking bandwidth usageSimon Howard
2006-01-02Rename i_net_module -> net_sdl_module. Fix the AddrToString method.Simon Howard
2005-12-29Automatically initialise the address tableSimon Howard
2005-10-30Add foundation code for the new networking systemSimon Howard