summaryrefslogtreecommitdiffstats
path: root/lib/utils.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-28lib: initialize epoll_event structuresGeorge Kiagiadakis1-1/+1
2021-07-28lib: avoid static buffers, use alloca() moreGeorge Kiagiadakis1-2/+5
2021-07-28style: convert code to systemd coding styleGeorge Kiagiadakis1-245/+234
2021-07-28wpipc: change epoll thread func type name to be more consistentJulian Bouzas1-2/+2
2021-07-28wpipc: place sockets in the same runtime directory as pipewireGeorge Kiagiadakis1-0/+42
2021-07-28lib: add wpipc libraryJulian Bouzas1-0/+269