summaryrefslogtreecommitdiff
path: root/src/lib/encode_server.cc
AgeCommit message (Expand)Author
2026-01-05Fix valgrind support.Carl Hetherington
2025-12-05Cleanup: can now remove the _NC log variants.Carl Hetherington
2025-11-27Fix overly-long thread name, and give it a number.Carl Hetherington
2025-10-10Allow Waker to keep different things awake for different reasons.Carl Hetherington
2025-07-10Remove compose.hpp includes.Carl Hetherington
2025-07-10Replace String::compose with fmt.Carl Hetherington
2025-03-22Add abstraction of io_{context,service} and use it as appropriate.Carl Hetherington
2025-03-22Make the Socket connect() call a little friendlier.Carl Hetherington
2025-01-05Bump libdcp for raw_convert changes.Carl Hetherington
2024-04-29Cleanup a few verbose asio-related calls.Carl Hetherington
2024-04-21Rename Encoder -> FilmEncoder, and subclasses.Carl Hetherington
2024-04-21Extract all uses of DCP-o-matic name to allow branding.Carl Hetherington
2024-03-20Remove all use of add_child() from xmlpp.Carl Hetherington
2024-01-28Rearrange encoder threading.Carl Hetherington
2023-10-28Check some unsanitized network inputs before allocating memory using them.Carl Hetherington
2022-12-10Extract constants.hCarl Hetherington
2022-04-22Use libdcp's warnings.hCarl Hetherington
2022-02-17Keep Waker around for longer so it works better (#2184).Carl Hetherington
2021-04-07Assorted C++11/formatting cleanups.Carl Hetherington
2021-02-24Fix config.xml corruption when it contains multi-byte UTF8 characters.Carl Hetherington
2021-01-11More c++ tidying.Carl Hetherington
2021-01-07BOOST_FOREACH.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-11-02Replace dcp::Data with dcp::ArrayDataCarl Hetherington
2020-07-29Fix bugs in thread termination causing occasional pthreadCarl Hetherington
2020-07-26Various OSX warnings fixes.Carl Hetherington
2020-07-26Ignore libxml++ warnings in a nicer way.Carl Hetherington
2020-07-23Use thread_group for improved exception safety (#1785).Carl Hetherington
2020-04-17Checksum network encode requests and replies to protect againstCarl Hetherington
2020-02-19Another macOS std::list boost::thread SNAFU.Carl Hetherington
2020-01-30Various thread cleanups.Carl Hetherington
2019-11-04Add some new Waker calls.Carl Hetherington
2019-03-11Missing part of previous commit.Carl Hetherington
2019-03-11Protect _broadcast.socket from simultaneous access.Carl Hetherington
2018-11-21Tidy and fix logging.Carl Hetherington
2018-09-06Try to prevent encode server test crashing in valgrind.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
2018-01-06Add version number to encode server welcome message (#1157).Carl Hetherington
2017-05-30Fix what empirically seems to be a double-delete, though I'm not sure how it is.Carl Hetherington
2017-05-26Fix unlikely crash.Carl Hetherington
2017-05-26Some missing cleanup of _broadcast.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-08-12Remove all use of stringstream in an attempt to fixCarl Hetherington
2016-07-22Rename SafeStringStream -> locked_stringstream. Bump deps for removal of str...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