.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
|
prevent unneeded memset
|
2023-01-22 17:03:30 +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
|
optimize name lookup
|
2023-01-22 20:26:46 +02:00 |
server.h
|
optimize name lookup
|
2023-01-22 20:26:46 +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 unique name writing
|
2023-01-22 18:18:57 +02:00 |
wire.h
|
improve unique name writing
|
2023-01-22 18:18:57 +02:00 |