index
:
hakurei
develop
master
staging
wip-openssl4
low-level userspace tooling for Rosa OS
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
internal
/
pipewire
/
pipewire.go
Age
Commit message (
Expand
)
Author
2026-03-30
all: use filepath
Ophestra
2026-03-17
all: raise timeout defaults
Ophestra
2025-12-19
internal/pipewire: EPOLL_CTL_ADD instead of EPOLL_CTL_MOD
Ophestra
2025-12-19
internal/pipewire: hold socket fd directly
Ophestra
2025-12-19
internal/pipewire: inform conn of blocking intent
Ophestra
2025-12-18
internal/pipewire: sendmsg/recvmsg errors are fatal
Ophestra
2025-12-14
internal/pipewire: reorder context struct
Ophestra
2025-12-14
internal/pipewire: implement Core::Destroy
Ophestra
2025-12-14
internal/pipewire: move Core wrapper methods under Core
Ophestra
2025-12-13
internal/pipewire: implement Core::RemoveId
Ophestra
2025-12-11
internal/pipewire: generic Core::Error handling
Ophestra
2025-12-11
internal/pipewire: export Registry::Destroy
Ophestra
2025-12-09
internal/pipewire: expose connection props
Ophestra
2025-12-09
internal/pipewire: include remaining size in recvmsg wrapper
Ophestra
2025-12-09
internal/pipewire: reset per-roundtrip state once per call
Ophestra
2025-12-09
internal/pipewire: increment remote sequence after establishing bounds
Ophestra
2025-12-09
internal/pipewire: do not clobber error parsing SCMs
Ophestra
2025-12-09
Revert "internal/pipewire: work around remote sequence quirk"
Ophestra
2025-12-08
internal/pipewire: work around remote sequence quirk
Ophestra
2025-12-07
internal/pipewire: constant for PIPEWIRE_REMOTE
Ophestra
2025-12-07
internal/pipewire: seq access method for consume
Ophestra
2025-12-07
internal/pipewire: respond to Core::Ping
Ophestra
2025-12-07
internal/pipewire: specify opcode and file count with message
Ophestra
2025-12-07
internal/system: port connect by name
Ophestra
2025-12-06
internal/pipewire: check pending ids after done
Ophestra
2025-12-06
internal/pipewire: post-sync cleanup functions
Ophestra
2025-12-06
internal/pipewire: handle dangling files in roundtrip
Ophestra
2025-12-06
internal/pipewire: store proxy errors in context
Ophestra
2025-12-06
internal/pipewire: set errno on an empty message
Ophestra
2025-12-06
internal/pipewire: rename context consume method
Ophestra
2025-12-06
internal/pipewire: use sendmsg/recvmsg directly
Ophestra
2025-12-05
internal/pipewire: do not send ancillary msg without files
Ophestra
2025-12-03
internal/pipewire: relocate constants
Ophestra
2025-12-03
internal/pipewire: finalizers for dangling files
Ophestra
2025-12-03
internal/pipewire: collect non-protocol errors
Ophestra
2025-12-02
internal/pipewire: fail on unacknowledged proxies
Ophestra
2025-12-02
internal/pipewire: implement client context
Ophestra
2025-11-29
internal/pipewire: implement SecurityContext::Create
Ophestra
2025-11-27
internal/pipewire: add missing constants
Ophestra
2025-11-25
internal/pipewire: implement Client::UpdateProperties
Ophestra
2025-11-25
internal/pipewire: implement Core::Hello
Ophestra
2025-11-24
internal/pipewire: add type constants
Ophestra
2025-11-23
internal/pipewire: implement message header
Ophestra