Experimental alternative D-Bus implementation
Find a file
2023-01-19 05:16:45 +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 don't do unnecessary work 2023-01-17 03:09:38 +02:00
match.c fix warnings 2023-01-19 03:47:49 +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 alignment algorithm 2023-01-19 05:16:45 +02:00
server.h massive refactor to stop passing around client index in server.c 2023-01-19 03:40:37 +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 alignment algorithm 2023-01-19 05:16:45 +02:00
wire.h improve alignment algorithm 2023-01-19 05:16:45 +02:00

jitterbug

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