LookingGlass/common/src
Quantum db16efe68b [common] add a reference counted buffer type
This allows buffers to be shared between different asynchronous operations.
Once all users no longer need the buffer, it will be freed.

The motivation for this is being able to stream Wayland clipboard data
asynchronously to multiple clients. The buffer should only be freed after
the clipboard has changed and all ongoing transfer completes.
2021-02-21 10:31:49 +11:00
..
platform [common] ivshmem: do not create dmabuf for simple mmap 2021-02-21 10:31:48 +11:00
countedbuffer.c [common] add a reference counted buffer type 2021-02-21 10:31:49 +11:00
framebuffer.c [common] fix invalid read from unaligned addresses (fixes #410) 2021-01-20 23:18:46 +11:00
KVMFR.c [host] remove the remainder of the YUV420 support 2021-01-18 13:55:44 +11:00
option.c [all] fix numerous memory leaks at application shutdown 2021-01-24 21:47:53 +11:00
stringlist.c [common] fix stringlist const free bug 2019-05-21 11:30:05 +10:00
stringutils.c [common] numerious bad usage bug fixes 2020-01-10 18:04:22 +11:00