Historical interest only: Prototype of a sensible recursive message broker
Go to file
Tony Garnock-Jones ca7a7eb433 Little test stub 2011-01-01 21:14:43 -05:00
.gitignore Analyze source dependencies in Makefile 2010-12-30 13:32:50 -05:00
Makefile Initial attempt at queue implementation 2011-01-01 21:14:37 -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 Inline cmsg_cstring_bytes; add gen_uuid 2011-01-01 21:11:00 -05:00
dataq.c Add queue_append() 2011-01-01 21:11:45 -05:00
dataq.h Add queue_append() 2011-01-01 21:11:45 -05:00
harness.c Add suspend() and resume() to harness 2011-01-01 21:12:54 -05:00
harness.h Add suspend() and resume() to harness 2011-01-01 21:12:54 -05:00
hashtable.c Valgrind found this uninitialized block of memory 2010-12-30 00:31:25 -05:00
hashtable.h Add hashtable_contains() 2010-12-29 23:55:15 -05:00
main.c Initial attempt at queue implementation 2011-01-01 21:14:37 -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.c Add info() on bind/unbind of nodes 2011-01-01 21:13:41 -05:00
node.h Relay node implementation; inlineize sexp macros 2011-01-01 17:29:38 -05:00
queue.c Initial attempt at queue implementation 2011-01-01 21:14:37 -05:00
queue.h Initial attempt at queue implementation 2011-01-01 21:14:37 -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 Cosmetic 2011-01-01 21:13:58 -05:00
relay.h Initial commit 2010-12-27 16:56:42 -05:00
sexp.c Sexp utilities 2011-01-01 21:14:17 -05:00
sexp.h Sexp utilities 2011-01-01 21:14:17 -05:00
sexpio.c Relay node implementation; inlineize sexp macros 2011-01-01 17:29:38 -05:00
sexpio.h Add sexp_read_atom() 2010-12-29 18:34:09 -05:00
t1 Little test stub 2011-01-01 21:14:43 -05:00
util.c Inline cmsg_cstring_bytes; add gen_uuid 2011-01-01 21:11:00 -05:00