Historical interest only: Prototype of a sensible recursive message broker
Go to file
Tony Garnock-Jones 17edf15cbd Add hashtable_contains() 2010-12-29 23:55:15 -05:00
.gitignore Initial commit 2010-12-27 16:56:42 -05:00
Makefile Hashtable impl; make cmsg_bytes_t hold chars; SPKI SEXP impl 2010-12-29 18:12:38 -05:00
Sexp.txt Hashtable impl; make cmsg_bytes_t hold chars; SPKI SEXP impl 2010-12-29 18:12:38 -05:00
cmsg_private.h Hashtable impl; make cmsg_bytes_t hold chars; SPKI SEXP impl 2010-12-29 18:12:38 -05:00
dataq.c Split out queue data structure 2010-12-29 11:35:02 -05:00
dataq.h Split out queue data structure 2010-12-29 11:35:02 -05:00
harness.c Hashtable impl; make cmsg_bytes_t hold chars; SPKI SEXP impl 2010-12-29 18:12:38 -05:00
harness.h Hashtable impl; make cmsg_bytes_t hold chars; SPKI SEXP impl 2010-12-29 18:12:38 -05:00
hashtable.c Add hashtable_contains() 2010-12-29 23:55:15 -05:00
hashtable.h Add hashtable_contains() 2010-12-29 23:55:15 -05:00
main.c Initial commit 2010-12-27 16:56:42 -05:00
net.c Hashtable impl; make cmsg_bytes_t hold chars; SPKI SEXP impl 2010-12-29 18:12:38 -05:00
net.h endpoint_name needs to be reentrant and stack-safe 2010-12-27 18:50:58 -05:00
node.h Hashtable impl; make cmsg_bytes_t hold chars; SPKI SEXP impl 2010-12-29 18:12:38 -05:00
ref.h Hashtable impl; make cmsg_bytes_t hold chars; SPKI SEXP impl 2010-12-29 18:12:38 -05:00
relay.c Hashtable impl; make cmsg_bytes_t hold chars; SPKI SEXP impl 2010-12-29 18:12:38 -05:00
relay.h Initial commit 2010-12-27 16:56:42 -05:00
sexp.c Hashtable impl; make cmsg_bytes_t hold chars; SPKI SEXP impl 2010-12-29 18:12:38 -05:00
sexp.h Hashtable impl; make cmsg_bytes_t hold chars; SPKI SEXP impl 2010-12-29 18:12:38 -05:00
sexpio.c Add sexp_read_atom() 2010-12-29 18:34:09 -05:00
sexpio.h Add sexp_read_atom() 2010-12-29 18:34:09 -05:00
util.c Initial commit 2010-12-27 16:56:42 -05:00