stasis-aries-wal/AUTHORS

38 lines
1.1 KiB
Text
Raw Permalink Normal View History

Author:
Russell Sears sears@cs.berkeley.edu
2007-10-04 17:42:54 +00:00
The following people contributed to this software in the past:
2009-04-18 05:14:07 +00:00
--------------------------------------------------------------
Initial version of library:
Jason Bayer bayer@xcf.berkeley.edu
Jim Blomo jim@xcf.berkeley.edu
Jimmy Kittiyachavalit jkit@xcf.berkeley.edu
The following libraries are bundled with this software:
------------------------------------------------------
libredblack http://libredblack.sourceforge.net
(lladd/redblack.h, src/lladd/redblack.c)
crc32 http://www.axlradius.com/freestuff/crc2.c
(lladd/src/lladd/crc32.c)
Earlier versions of this software made use of:
2009-04-18 05:14:07 +00:00
----------------------------------------------
PBL - The Program Base Library
http://www.mission-base.com/peter/source/
2007-10-04 17:42:54 +00:00
PBL has been replaced with our own reentrant linear hash
implementation that includes (deprecated) compatibility with the
pblHt* interface.
2009-04-18 05:14:07 +00:00
check - C Unit Test Framework
http://check.sourceforge.net/
check has been replaced with test/check_impl.h, which implements a subset
of the check API.