summaryrefslogtreecommitdiff
path: root/src/net_query.c
AgeCommit message (Expand)Author
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-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
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