Linux Foundation Collaborative Projects
index
:
pipewire-ic-ipc
marlin
master
needlefish
octopus
pike
quillback
ricefish
PipeWire Instrument Cluster IPC
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-28
lib: avoid static buffers, use alloca() more
George Kiagiadakis
3
-6
/
+11
2021-07-28
lib: remove dependency on spa_pod and spa in general
George Kiagiadakis
8
-130
/
+287
2021-07-28
style: convert code to systemd coding style
George Kiagiadakis
13
-1259
/
+1179
2021-07-28
icipc: make everything build again after splitting it out of wireplumber
George Kiagiadakis
1
-6
/
+1
2021-07-28
wpipc: sender: disconnect and clear all pending tasks if connection was lost
Julian Bouzas
1
-8
/
+34
2021-07-28
wpipc: receiver: also emit sender disconnected when failed to read
Julian Bouzas
1
-6
/
+3
2021-07-28
wpipc: protocol: make sure buffer is initialized to 0 before building reply/r...
Julian Bouzas
1
-0
/
+7
2021-07-28
wpipc: change epoll thread func type name to be more consistent
Julian Bouzas
2
-9
/
+9
2021-07-28
lib: fix some issues found by coverity
George Kiagiadakis
1
-2
/
+5
2021-07-28
wpipc: place sockets in the same runtime directory as pipewire
George Kiagiadakis
4
-10
/
+55
2021-07-28
wpipc: remove socket files after shutdown of the server
George Kiagiadakis
1
-0
/
+1
2021-07-28
meson: generate and install pkg-config file for wpipc
George Kiagiadakis
1
-0
/
+4
2021-07-28
meson: find threads_dep early and also use it in the wpipc-client
George Kiagiadakis
1
-1
/
+1
2021-07-28
wpipc: use proper api & so versions
George Kiagiadakis
1
-2
/
+7
2021-07-28
meson: replace join_paths() with operator /
George Kiagiadakis
1
-1
/
+1
2021-07-28
meson: make wpipc optional and disabled by default
George Kiagiadakis
1
-0
/
+5
2021-07-28
lib: add wpipc library
Julian Bouzas
15
-0
/
+1854