summaryrefslogtreecommitdiff
path: root/src/lib/dcpomatic_socket.cc
AgeCommit message (Expand)Author
2026-03-21Replace deprecated boost::asio::deadline_timer with boost::asio::system_timer.Carl Hetherington
2026-03-18Fix build problems with warnings generated by newer macOS build environments.Carl Hetherington
2025-07-10Remove compose.hpp includes.Carl Hetherington
2025-07-10Replace String::compose with fmt.Carl Hetherington
2025-03-22Improve reporting of socket errors.Carl Hetherington
2025-03-22Remove deprecated/removed use of resolver::query.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
2024-06-23Add Socket::close().Carl Hetherington
2024-06-23Add Socket::run().Carl Hetherington
2024-06-23Add and use set_deadline_from_now().Carl Hetherington
2024-06-23Add Socket::write for std::string.Carl Hetherington
2022-09-25Remove a rather excessive log message.Carl Hetherington
2022-08-15Add Socket::set_send_buffer_size().Carl Hetherington
2022-08-15C++11 tidying.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-12-11Fix lots of macOS warnings by using a different boost/bind include.Carl Hetherington
2020-04-17Add feature to Socket so that it can send digests of data it has sentCarl Hetherington
2017-04-19Various Doxygen fixes.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2015-12-06Increase timeout on client-server-test.Carl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-01-29Remove unused socket stuff.Carl Hetherington
2015-01-29Move Socket to dcpomatic_socket.{cc,h}.Carl Hetherington