summaryrefslogtreecommitdiff
path: root/src/lib/server_finder.cc
AgeCommit message (Expand)Author
2014-10-08Remove useless code and clarify comment.Carl Hetherington
2014-10-08Use accept() properly when reading replies to server request broadcasts.Carl Hetherington
2014-08-19Use SafeStringStream instead of std::stringstream to try to fix random crashe...Carl Hetherington
2014-07-01while (1) -> while (true)Carl Hetherington
2014-05-12Remove LocaleGuard and lexical_cast<> in favour of libdcp::raw_convert,Carl Hetherington
2014-03-31Very small cleanups.Carl Hetherington
2014-02-09Ignore exceptions from send_to on server-search broadcast.Carl Hetherington
2014-02-09Sleep for a minute between failed attempts to listen for server replies.Carl Hetherington
2013-12-30Handle exceptions thrown from ServerFinder.Carl Hetherington
2013-11-17Make specified-server discovery work.Carl Hetherington
2013-11-14Add server configuration back in.Carl Hetherington
2013-11-06Remove configuration of servers.Carl Hetherington
2013-11-06Various bits of server tidying up.Carl Hetherington
2013-11-06Add some missing test stuff; split server discovery off into ServerFinder.Carl Hetherington