added list and hash code based on libJudy
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 3 Oct 2005 22:19:41 +0000 (22:19 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 3 Oct 2005 22:19:41 +0000 (22:19 +0000)
commit16ae416fa0e05beea7f6b028c5139e4a282cb6cb
treeaf623bf88a4353b9622ea87d1fb93d7aaf4a91a5
parent659ac95c142120f54152f9e80840dd322f424dde
added list and hash code based on libJudy
re-coded the router
added preliminary transport_group code for client redundancy (far from functional)
various twists and tweaks
fixed memory error in string_array code
update makefiles

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@541 9efc2488-bf62-4759-914b-345cdb29e865
21 files changed:
src/Makefile
src/libstack/Makefile
src/libstack/opensrf.c
src/libstack/osrf_app_session.c
src/libstack/osrf_hash.c [new file with mode: 0644]
src/libstack/osrf_hash.h [new file with mode: 0644]
src/libstack/osrf_list.c [new file with mode: 0644]
src/libstack/osrf_list.h [new file with mode: 0644]
src/libstack/osrf_stack.c
src/libstack/osrf_system.c
src/libstack/osrf_transgroup.c [new file with mode: 0644]
src/libstack/osrf_transgroup.h [new file with mode: 0644]
src/libtransport/transport_session.c
src/router/Makefile
src/router/osrf_router.c [new file with mode: 0644]
src/router/osrf_router.h [new file with mode: 0644]
src/router/osrf_router_main.c [new file with mode: 0644]
src/utils/string_array.c
src/utils/string_array.h
src/utils/utils.c
src/utils/utils.h