polybar/include/ipc
patrick96 291a4844bc fix(ipc): Crash when sending to multiple instances
In polybar-msg, the connection handle was captured as a reference to a
shared_ptr, but the shared_ptr went out of scope right after.

This probably always caused UB, but was only noticeable for two or more
instances.
2022-10-23 14:19:26 +02:00
..
decoder.hpp Use sockets for IPC (#2539) 2022-01-22 20:35:37 +01:00
encoder.hpp Use sockets for IPC (#2539) 2022-01-22 20:35:37 +01:00
ipc.hpp fix(ipc): Crash when sending to multiple instances 2022-10-23 14:19:26 +02:00
msg.hpp build: Add missing includes 2022-03-02 15:09:52 +01:00
util.hpp Use sockets for IPC (#2539) 2022-01-22 20:35:37 +01:00