Historical interest only: Prototype of a sensible recursive message broker
Go to file
Tony Garnock-Jones f1ab541e57 Yield between handled messages in relay 2011-01-02 11:49:05 -05:00
.gitignore Analyze source dependencies in Makefile 2010-12-30 13:32:50 -05:00
Makefile Link to ossp-uuid on linux 2011-01-01 21:30:03 -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 Switch to hex representation of UUIDs for now 2011-01-02 11:46:59 -05:00
dataq.c Clear link pointer on dequeue 2011-01-02 11:44:31 -05:00
dataq.h Add queue_append() 2011-01-01 21:11:45 -05:00
harness.c Add std{in,out,err}_h 2011-01-02 10:30:17 -05:00
harness.h Add std{in,out,err}_h 2011-01-02 10:30:17 -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 Avoid stompling on n->names during unbind_all 2011-01-01 21:30:24 -05:00
node.h Relay node implementation; inlineize sexp macros 2011-01-01 17:29:38 -05:00
queue.c Switch to hex representation of UUIDs for now 2011-01-02 11:46:59 -05:00
queue.h Initial attempt at queue implementation 2011-01-01 21:14:37 -05:00
ref.h An additional assertion in DECREF 2011-01-01 21:31:04 -05:00
relay.c Yield between handled messages in relay 2011-01-02 11:49:05 -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 Add sexp_write_flush, and use it to trace messages 2011-01-02 10:30:41 -05:00
sexpio.h Add sexp_write_flush, and use it to trace messages 2011-01-02 10:30:41 -05:00
t1 Little test stub 2011-01-01 21:14:43 -05:00
util.c Switch to hex representation of UUIDs for now 2011-01-02 11:46:59 -05:00