aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2021-08-03client: provide API documentationneedlefish_13.93.0needlefish/13.93.0marlin_12.93.0marlin_12.92.0marlin_12.91.0marlin_12.90.1marlin/12.93.0marlin/12.92.0marlin/12.91.0marlin/12.90.1lamprey_12.1.6lamprey_12.1.5lamprey_12.1.4lamprey_12.1.3lamprey_12.1.2lamprey_12.1.1lamprey_12.1.0lamprey_12.0.1lamprey/12.1.6lamprey/12.1.5lamprey/12.1.4lamprey/12.1.3lamprey/12.1.2lamprey/12.1.1lamprey/12.1.0lamprey/12.0.1koi_11.0.5koi_11.0.4koi/11.0.5koi/11.0.413.93.012.93.012.92.012.91.012.90.112.1.612.1.512.1.412.1.312.1.212.1.112.1.012.0.111.0.511.0.4George Kiagiadakis1-0/+69
2021-08-03lib: fix some static analysis warningsGeorge Kiagiadakis3-8/+7
2021-07-28lib: install defs.hGeorge Kiagiadakis1-0/+1
2021-07-28server: add systemd units + socket-activation supportGeorge Kiagiadakis2-22/+63
2021-07-28meson: set -D_GNU_SOURCE in the project arguments, remove other definitionsGeorge Kiagiadakis1-5/+0
2021-07-28lib: initialize epoll_event structuresGeorge Kiagiadakis2-2/+2
2021-07-28lib: avoid static buffers, use alloca() moreGeorge Kiagiadakis3-6/+11
2021-07-28lib: remove dependency on spa_pod and spa in generalGeorge Kiagiadakis8-130/+287
2021-07-28style: convert code to systemd coding styleGeorge Kiagiadakis13-1259/+1179
2021-07-28icipc: make everything build again after splitting it out of wireplumberGeorge Kiagiadakis1-6/+1
2021-07-28wpipc: sender: disconnect and clear all pending tasks if connection was lostJulian Bouzas1-8/+34
2021-07-28wpipc: receiver: also emit sender disconnected when failed to readJulian Bouzas1-6/+3
2021-07-28wpipc: protocol: make sure buffer is initialized to 0 before building reply/r...Julian Bouzas1-0/+7
2021-07-28wpipc: change epoll thread func type name to be more consistentJulian Bouzas2-9/+9
2021-07-28lib: fix some issues found by coverityGeorge Kiagiadakis1-2/+5
2021-07-28wpipc: place sockets in the same runtime directory as pipewireGeorge Kiagiadakis4-10/+55
2021-07-28wpipc: remove socket files after shutdown of the serverGeorge Kiagiadakis1-0/+1
2021-07-28meson: generate and install pkg-config file for wpipcGeorge Kiagiadakis1-0/+4
2021-07-28meson: find threads_dep early and also use it in the wpipc-clientGeorge Kiagiadakis1-1/+1
2021-07-28wpipc: use proper api & so versionsGeorge Kiagiadakis1-2/+7
2021-07-28meson: replace join_paths() with operator /George Kiagiadakis1-1/+1
2021-07-28meson: make wpipc optional and disabled by defaultGeorge Kiagiadakis1-0/+5
2021-07-28lib: add wpipc libraryJulian Bouzas15-0/+1854