| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-21 | Replace some deprecated methods. | Carl Hetherington | |
| 2026-03-21 | Replace deprecated boost::asio::deadline_timer with boost::asio::system_timer. | Carl Hetherington | |
| 2026-03-18 | Fix build problems with warnings generated by newer macOS build environments. | Carl Hetherington | |
| 2025-07-10 | Remove compose.hpp includes. | Carl Hetherington | |
| sed -i "/include.*compose.hpp/d;" src/lib/*.cc src/wx/*.cc src/wx/*.h src/tools/*.cc src/lib/*.h test/*.cc | |||
| 2025-07-10 | Replace String::compose with fmt. | Carl Hetherington | |
| sed -i "/Plural-Forms/n;/%100/n;/scanf/n;s/%[123456789]/{}/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc src/lib/po/*.po src/wx/po/*.po src/tools/po/*.po test/*.cc sed -i "s/String::compose */fmt::format/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc test/*.cc | |||
| 2025-03-22 | Improve reporting of socket errors. | Carl Hetherington | |
| 2025-03-22 | Remove deprecated/removed use of resolver::query. | Carl Hetherington | |
| 2025-03-22 | Add abstraction of io_{context,service} and use it as appropriate. | Carl Hetherington | |
| 2025-03-22 | Make the Socket connect() call a little friendlier. | Carl Hetherington | |
| This avoids some boilerplate. | |||
| 2024-06-23 | Add Socket::close(). | Carl Hetherington | |
| 2024-06-23 | Add Socket::run(). | Carl Hetherington | |
| 2024-06-23 | Add and use set_deadline_from_now(). | Carl Hetherington | |
| 2024-06-23 | Add Socket::write for std::string. | Carl Hetherington | |
| 2022-09-25 | Remove a rather excessive log message. | Carl Hetherington | |
| 2022-08-15 | Add Socket::set_send_buffer_size(). | Carl Hetherington | |
| 2022-08-15 | C++11 tidying. | Carl Hetherington | |
| 2021-01-07 | std::shared_ptr | Carl Hetherington | |
| 2020-12-11 | Fix lots of macOS warnings by using a different boost/bind include. | Carl Hetherington | |
| 2020-04-17 | Add feature to Socket so that it can send digests of data it has sent | Carl Hetherington | |
| and check those digests on receive. | |||
| 2017-04-19 | Various Doxygen fixes. | Carl Hetherington | |
| 2016-05-25 | No-op; fix GPL address and use the explicit-program-name version. | Carl Hetherington | |
| 2015-12-06 | Increase timeout on client-server-test. | Carl Hetherington | |
| 2015-06-21 | No-op: remove all trailing whitespace. | Carl Hetherington | |
| 2015-01-29 | Remove unused socket stuff. | Carl Hetherington | |
| 2015-01-29 | Move Socket to dcpomatic_socket.{cc,h}. | Carl Hetherington | |
