Another macOS std::list boost::thread SNAFU.
[dcpomatic.git] / src / lib / encode_server.cc
2020-02-19 Carl HetheringtonAnother macOS std::list boost::thread SNAFU.
2020-01-30 Carl HetheringtonVarious thread cleanups.
2019-11-04 Carl HetheringtonMerge branch 'v2.15.x' of ssh://git.carlh.net/home... v2.15.29
2019-11-04 Carl HetheringtonAdd some new Waker calls.
2019-03-11 Carl HetheringtonMissing part of previous commit.
2019-03-11 Carl HetheringtonProtect _broadcast.socket from simultaneous access.
2018-11-21 Carl HetheringtonTidy and fix logging.
2018-09-06 Carl HetheringtonTry to prevent encode server test crashing in valgrind.
2018-02-16 Carl HetheringtonName threads on Linux.
2018-02-04 Carl HetheringtonListen for server replies on different ports on main...
2018-01-06 Carl HetheringtonAdd version number to encode server welcome message...
2017-05-29 Carl HetheringtonFix what empirically seems to be a double-delete, thoug...
2017-05-26 Carl HetheringtonFix unlikely crash.
2017-05-26 Carl HetheringtonSome missing cleanup of _broadcast.
2017-04-27 Carl HetheringtonMove ports around to allow master/server to coexist...
2016-08-12 Carl HetheringtonMove raw_convert into libdcp.
2016-08-12 Carl HetheringtonRemove all use of stringstream in an attempt to fix
2016-07-22 Carl HetheringtonRename SafeStringStream -> locked_stringstream. Bump...
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 HetheringtonFix deadlock in previous.
2015-12-11 Carl HetheringtonSplit EncodeServer into that and Server.
2015-12-11 Carl HetheringtonRename Server -> EncodeServer, ServerFinder -> EncodeSe...