Experimental alternative D-Bus implementation
Find a file
2023-01-18 01:08:26 +02:00
.gitignore initial basic implementation (server + wire) 2022-12-21 00:38:10 +02:00
config.h experiment with tiny optimizations 2023-01-16 16:04:09 +02:00
LICENSE update license date 2023-01-18 01:08:26 +02:00
log.h better logging 2023-01-16 02:20:53 +02:00
main.c improve naming 2023-01-10 13:08:49 +02:00
Makefile don't do unnecessary work 2023-01-17 03:09:38 +02:00
match.c fix broadcasting, notably fixes xfconf and thunar 2023-01-16 19:47:40 +02:00
match.h fix broadcasting, notably fixes xfconf and thunar 2023-01-16 19:47:40 +02:00
README.md initial basic implementation (server + wire) 2022-12-21 00:38:10 +02:00
server.c don't open urandom for hello 2023-01-17 23:04:48 +02:00
server.h don't open urandom for hello 2023-01-17 23:04:48 +02:00
try.h experiment with tiny optimizations 2023-01-16 16:04:09 +02:00
util.c very barebones match implementation 2022-12-29 20:10:36 +02:00
util.h experiment with tiny optimizations 2023-01-16 16:04:09 +02:00
wire.c fix broadcasting, notably fixes xfconf and thunar 2023-01-16 19:47:40 +02:00
wire.h experiment with tiny optimizations 2023-01-16 16:04:09 +02:00

jitterbug

jitterbug is an experimental alternative D-Bus implementation focused on simplicity and control.