Commit Graph

12 Commits

Author SHA1 Message Date
Martin Pulec
9fb2c63257 ipc_frame_unix.cpp: print init errors 2023-08-22 10:47:06 +02:00
Martin Piatka
956e5917d9 ipc_frame_unix: Use unique_ptr instead of raw 2023-07-25 16:47:23 +02:00
Martin Piatka
2651e5caf5 tools/ipc_frame_unix: Add blocking wait for connect 2023-06-16 13:43:02 +02:00
Martin Piatka
8d6b17522d tools/ipc_frame_unix: Initialize winsock 2022-10-18 14:15:06 +02:00
Martin Piatka
bbd91f7720 ipc_frame_unix: Delete socket files in destructor 2022-08-17 16:10:49 +02:00
Martin Piatka
dd9a53cfd7 ipc_frame_unix: Fix on windows
04c2d245 changed the datatype to the SOCKET type used by the winsock
library. This type is however unsigned, which broke conditions that
assumed invalid socket to be < 0.
2022-08-16 15:13:39 +02:00
Martin Pulec
04c2d245d0 fixed Win compile warnings (from CI) 2022-08-11 10:42:45 +02:00
Martin Piatka
8f04309638 ipc_frame_unix: Handle socket errors 2022-07-25 09:55:26 +02:00
Martin Piatka
94795d3f03 tools/ipc_frame: Fix formating 2022-06-29 15:15:42 +02:00
Martin Piatka
061aed4636 tools/ipc_frame: Windows socket compatibilitiy 2022-06-24 13:38:54 +02:00
Martin Piatka
c3acb76399 tools/ipc_frame_unix: Add frame writer 2022-06-24 13:38:52 +02:00
Martin Piatka
12ff07b919 tools: Add ipc frame utils 2022-06-24 13:38:20 +02:00