summaryrefslogtreecommitdiff
path: root/src/net_query.c
AgeCommit message (Expand)Author
2014-10-24Replace strdup() with M_StringDuplicate().Simon Howard
2014-05-05Clean up file headers.Simon Howard
2013-08-31Add notification window to the waiting screen to show whether the serverSimon Howard
2012-10-28Merge from trunk.Simon Howard
2012-10-28Add functions for network signature requests. These request the signedSimon Howard
2011-10-14Fix query output for non-Doom games.Simon Howard
2011-09-18Hook query code into setup tool, and add search results window.Simon Howard
2011-09-17Merge from trunk.Simon Howard
2011-09-17Change query loop to sleep for 1ms rather than 50ms intervals, so thatSimon Howard
2011-09-17Refactor query code so that it is possible to query by polling, ratherSimon Howard
2011-09-17Fix ping calculation with LAN search.Simon Howard
2010-12-10Merge from trunk.Simon Howard
2010-12-10Merge from trunk. This is slightly out of date as I did the mergeSimon Howard
2010-12-10Specify master server port explicitly, so that server registration worksSimon Howard
2010-12-04Add ping time to query output.Simon Howard
2010-12-02Make multiple query attempts to servers before giving up. Display aSimon Howard
2010-12-02More refactoring of querying code, to not be specific to the purpose ofSimon Howard
2010-12-02Refactor query code and add a -masterquery command line parameter toSimon Howard
2010-12-02Register servers with Internet master server.Simon Howard
2008-09-10Split off game mode/mission/version definitions into common code, alongSimon Howard
2006-10-18Strip out CVS logs, RCS Id tags.Simon Howard
2006-09-17Split off query data into a net_querydata_t structure in net_structrw.cSimon Howard
2006-09-17Fix local LAN queries.Simon Howard
2006-05-29Add -autojoin command line parameter to automatically search a local LAN Simon Howard
2006-04-09Broadcast searches (currently broken)Simon Howard
2006-04-06Add the ability to query the current state of servers, and '-query'Simon Howard