Fix the build for older macOS.
[dcpomatic.git] / src / lib / encode_server_finder.cc
2021-05-03 Carl HetheringtonC++11 tidying.
2021-04-20 Carl HetheringtonAdd some possibly-useful markers for debugging threads...
2021-01-07 Carl HetheringtonBOOST_FOREACH.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-11-26 Carl HetheringtonIf we don't query a server (because we already know...
2020-11-26 Carl HetheringtonUse a foreach.
2020-09-01 Carl HetheringtonBuild fixes for Boost >= 1.73
2020-07-29 Carl HetheringtonFix bugs in thread termination causing occasional pthread
2020-01-30 Carl HetheringtonVarious thread cleanups.
2019-02-12 Carl HetheringtonFix a couple of deadlocks caused by emitting ServersLis...
2018-04-13 Carl HetheringtonTidy up to use one list of servers.
2018-04-12 Carl HetheringtonUpdate encoding server list when servers disappear...
2018-04-12 Carl HetheringtonNote and indicate servers with bad link version (#982).
2018-02-16 Carl HetheringtonName threads on Linux.
2018-02-04 Carl HetheringtonListen for server replies on different ports on main...
2017-04-27 Carl HetheringtonMove ports around to allow master/server to coexist...
2016-08-12 Carl HetheringtonMove raw_convert into libdcp.
2016-07-20 Carl HetheringtonDo EncodeServerFinder 'disable' in a more sensible...
2016-07-03 Carl HetheringtonRemove several exception-throwing asserts from destructors.
2016-06-21 Carl HetheringtonRevert "Use make_shared<>."
2016-06-21 Carl HetheringtonUse make_shared<>.
2016-05-25 Carl HetheringtonNo-op; fix GPL address and use the explicit-program...
2015-12-11 Carl HetheringtonRename Server -> EncodeServer, ServerFinder -> EncodeSe...