Experimental alternative D-Bus implementation
Go to file
2023-02-01 18:49:08 +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 change struct names 2023-01-19 02:46:49 +02:00
Makefile improve name alignment and fix names_count bug 2023-01-23 04:57:56 +02:00
match.c don't collect strings when matching if we don't have to 2023-02-01 18:49:08 +02:00
match.h fix warnings 2023-01-19 03:47:49 +02:00
README.md initial basic implementation (server + wire) 2022-12-21 00:38:10 +02:00
server.c improve name alignment and fix names_count bug 2023-01-23 04:57:56 +02:00
server.h don't collect strings when matching if we don't have to 2023-02-01 18:49:08 +02:00
try.h change struct names 2023-01-19 02:46:49 +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 improve name alignment and fix names_count bug 2023-01-23 04:57:56 +02:00
wire.h improve name alignment and fix names_count bug 2023-01-23 04:57:56 +02:00

jitterbug

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