summaryrefslogtreecommitdiff
path: root/src/lib/server_finder.cc
AgeCommit message (Expand)Author
2015-09-01Don't start thread in constructor. (ServerFinder)Carl Hetherington
2015-09-01Fix duplicate name of _mutex in ExceptionStore and some of its children.Carl Hetherington
2015-08-26Move ServerDescription into its own header.Carl Hetherington
2015-07-06Search for servers immediately when configuration changes.Carl Hetherington
2015-07-06Rename broadcast thread to search thread.Carl Hetherington
2015-07-06Better updating of servers list when things change.Carl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-05-20Merge branch '2.0' of git.carlh.net:git/dcpomatic into 2.0Carl Hetherington
2015-05-20Don't put servers on the list if they report the wrong link version.Carl Hetherington
2015-05-13Rename UISignaller -> SignalManager.Carl Hetherington
2015-05-13Fix crashes on x-thread signal emission.Carl Hetherington
2015-04-16Add our own raw_convert that uses SafeStringStream.Carl Hetherington
2015-03-16Hand-apply 33b76b675d747fd828aba91d9d857227cb8a8244 from master; make sure si...Carl Hetherington
2015-01-29Make ServerFinder stop nicely when dcpomatic_cli quits.Carl Hetherington
2015-01-25Probably-missing lock.Carl Hetherington
2014-10-21Nicer exception when we fail to listen for remote encode servers because some...Carl Hetherington
2014-10-08Merge master.Carl Hetherington
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-23Merge master.Carl Hetherington
2014-08-19Use SafeStringStream instead of std::stringstream to try to fix random crashe...Carl Hetherington
2014-07-01Merge master.Carl Hetherington
2014-07-01while (1) -> while (true)Carl Hetherington
2014-05-16Merge master.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