pipewire/src/daemon
Wim Taymans 7f4a0ba8cb conf: handle array of arguments in context.exec
We handeled "arg1 arg2 ... " before and used to split between spaces to
get the arguments for execvp but that doesn't work so well when there
are arguments with spaces.

Instead use JSON parsing to get the array of arguments. This make it
possible to use [ arg1 arg2 .. ] and quote each arg separately. You
can still use the old method and even double escape:

"\"arg1\" \"arg2 with spaces\"" or
 [ "arg1" "arg2 with spaces" ]
2024-04-26 17:11:21 +02:00
..
client-rt.conf.avail test: add tests validating all json conf files 2024-03-27 15:53:09 +01:00
client.conf.avail test: add tests validating all json conf files 2024-03-27 15:53:09 +01:00
filter-chain test: add tests validating all json conf files 2024-03-27 15:53:09 +01:00
pipewire-pulse.conf.avail test: add tests validating all json conf files 2024-03-27 15:53:09 +01:00
pipewire.conf.avail test: add tests validating all json conf files 2024-03-27 15:53:09 +01:00
systemd systemd: Limit system manager socket permissions 2023-11-06 15:02:10 +00:00
client-rt.conf.in meson: add options to set server and client RT priority 2024-02-15 11:53:32 +01:00
client.conf.in conf: fixup config comments 2023-02-07 10:35:43 +01:00
filter-chain.conf.in meson: add options to set server and client RT priority 2024-02-15 11:53:32 +01:00
jack.conf.in meson: add options to set server and client RT priority 2024-02-15 11:53:32 +01:00
meson.build test: add tests validating all json conf files 2024-03-27 15:53:09 +01:00
minimal.conf.in conf: handle array of arguments in context.exec 2024-04-26 17:11:21 +02:00
pipewire-aes67.conf.in meson: add options to set server and client RT priority 2024-02-15 11:53:32 +01:00
pipewire-avb.conf.in daemon/conf: fix more JSON syntax 2024-03-25 21:42:26 +02:00
pipewire-pulse.conf.in conf: support property rules 2024-03-15 12:10:41 +01:00
pipewire-vulkan.conf.in settings: add link.min-buffers option 2024-04-03 15:02:30 +02:00
pipewire.c pipewire: document and improve -v option 2024-04-15 15:39:50 +02:00
pipewire.conf.in conf: handle array of arguments in context.exec 2024-04-26 17:11:21 +02:00
pipewire.desktop.in add i18n support 2021-01-08 10:26:46 +01:00