summaryrefslogtreecommitdiff
path: root/src/lib/encode_server_finder.cc
AgeCommit message (Expand)Author
2024-04-21Rename Encoder -> FilmEncoder, and subclasses.Carl Hetherington
2024-04-21Extract all uses of DCP-o-matic name to allow branding.Carl Hetherington
2023-10-28Check some unsanitized network inputs before allocating memory using them.Carl Hetherington
2022-12-10Extract constants.hCarl Hetherington
2022-09-11Don't throw an exception if reading a encode server response fails (#2320).Carl Hetherington
2022-02-25Avoid boost::bind()ing a shared_ptr.Carl Hetherington
2022-02-25Fix some dubious thread/locking behaviour.Carl Hetherington
2021-05-03C++11 tidying.Carl Hetherington
2021-04-21Add some possibly-useful markers for debugging threads from coredumps.Carl Hetherington
2021-01-07BOOST_FOREACH.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-11-26If we don't query a server (because we already know about it)Carl Hetherington
2020-11-26Use a foreach.Carl Hetherington
2020-09-01Build fixes for Boost >= 1.73Carl Hetherington
2020-07-29Fix bugs in thread termination causing occasional pthreadCarl Hetherington
2020-01-30Various thread cleanups.Carl Hetherington
2019-02-12Fix a couple of deadlocks caused by emitting ServersListChangedCarl Hetherington
2018-04-13Tidy up to use one list of servers.Carl Hetherington
2018-04-13Update encoding server list when servers disappear (#1176).Carl Hetherington
2018-04-13Note and indicate servers with bad link version (#982).Carl Hetherington
2018-02-16Name threads on Linux.Carl Hetherington
2018-02-04Listen for server replies on different ports on main and batch, and get serve...Carl Hetherington
2017-04-27Move ports around to allow master/server to coexist (#962).Carl Hetherington
2016-08-12Move raw_convert into libdcp.Carl Hetherington
2016-07-20Do EncodeServerFinder 'disable' in a more sensible way.Carl Hetherington
2016-07-03Remove several exception-throwing asserts from destructors.Carl Hetherington
2016-06-21Revert "Use make_shared<>."Carl Hetherington
2016-06-21Use make_shared<>.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2015-12-11Rename Server -> EncodeServer, ServerFinder -> EncodeServerFinder, ServerDesc...Carl Hetherington