Historical interest only: Prototype of a sensible recursive message broker
Go to file
Tony Garnock-Jones 53609faa82 Correct syntax error in sexp_string 2010-12-31 17:26:54 -05:00
.gitignore Analyze source dependencies in Makefile 2010-12-30 13:32:50 -05:00
Makefile Analyze source dependencies in Makefile 2010-12-30 13:32:50 -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 Make IOHandles shareable 2010-12-31 17:26:39 -05:00
harness.h Make IOHandles shareable 2010-12-31 17:26:39 -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 Add release_sexp_cache() to help valgrind out; call it on EOF 2010-12-30 00:32:29 -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 Steps toward node, factory and relay functionality. 2010-12-29 23:56:31 -05:00
node.h Steps toward node, factory and relay functionality. 2010-12-29 23:56:31 -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 Fix check on result of sexp_write() 2010-12-29 23:58:17 -05:00
relay.h Initial commit 2010-12-27 16:56:42 -05:00
sexp.c Add release_sexp_cache() to help valgrind out; call it on EOF 2010-12-30 00:32:29 -05:00
sexp.h Correct syntax error in sexp_string 2010-12-31 17:26:54 -05:00
sexpio.c Fix refcount error 2010-12-30 00:34:18 -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