polybar/src
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
..
adapters Merge remote-tracking branch 'origin/hotfix/3.6.3' 2022-05-04 11:08:12 +02:00
cairo Use @ for doxygen commands (#2597) 2022-02-20 21:40:48 +01:00
components moved warnings near config options 2022-10-22 13:06:06 +02:00
drawtypes feat: longest match ws-icon fuzzy matching (#2831) 2022-10-05 23:05:44 +02:00
events refactor(signals): Avoid reinterpret_cast 2017-01-01 20:31:09 +01:00
ipc fix(ipc): Crash when sending to multiple instances 2022-10-23 14:19:26 +02:00
modules feat(ipc): <label> support (#2841) 2022-10-23 10:47:22 +02:00
tags feat(tray): Position using a module (#2595) 2022-04-15 23:50:04 +02:00
utils Make the event loop return shared_ptrs (#2842) 2022-10-15 23:21:40 +02:00
x11 feat(xwindow): %instance%, %class% from WM_CLASS 2022-10-02 20:57:29 +02:00
CMakeLists.txt Remove never used systray module 2022-10-16 21:25:48 +02:00
main.cpp config_parser: Pass barname as argument to parse() (#2765) 2022-07-09 13:12:37 +02:00
polybar-msg.cpp fix(ipc): Crash when sending to multiple instances 2022-10-23 14:19:26 +02:00
settings.cpp.cmake feat(temperature): Add `zone-type` setting (#2752) 2022-08-21 19:25:42 +02:00