Go to file
Steven Dake 82e984fe38 Add an initial implementation of a hash table.
The hash table implementation is somewhat unique in that I plan to add graph
functionality to allow hash entries to be linked between other hash
entries to provide a mechanism to structure data within a hash table.

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
2010-04-15 08:00:56 +10:00
include Add an initial implementation of a hash table. 2010-04-15 08:00:56 +10:00
lib Add an initial implementation of a hash table. 2010-04-15 08:00:56 +10:00
man add logsys from corosync. 2010-03-20 21:40:03 +11:00
.gitignore tweek the .gitignore 2010-03-19 14:36:44 +11:00
autogen.sh Initial Commit. 2010-03-11 14:19:39 +11:00
configure.ac add logsys from corosync. 2010-03-20 21:40:03 +11:00
INSTALL Initial Commit. 2010-03-11 14:19:39 +11:00
LICENSE Initial Commit. 2010-03-11 14:19:39 +11:00
Makefile.am Initial Commit. 2010-03-11 14:19:39 +11:00
quarterback.spec.in Add wthread & queue. 2010-03-20 21:23:19 +11:00
README Initial Commit. 2010-03-11 14:19:39 +11:00
TODO Initial Commit. 2010-03-11 14:19:39 +11:00