about summary refs log tree commit homepage
path: root/test
DateCommit message (Expand)
2014-10-03tdb/mt: fix tests under Ruby 1.8
2014-02-09test_tdb_mt: do not barf on unwrapped :initialize
2014-02-09add siphash24
2011-11-19raise ArgumentError if null bytes exist in file path
2011-08-22add murmur3f (x86_64 128 bit truncated to 32-bits)
2011-08-18test_tdb_hash_functions: add distribution tests
2011-08-18add murmur3a hash
2011-08-18add fork test
2011-01-17multithreaded TDB is dangerous, discourage it
2011-01-17fetch and delete may be passed destination buffer
2011-01-17test_tdb: fix and expand the repack test
2010-12-10mt: longer test
2010-12-10mt: just break when attempting TDB methods inside #each
2010-12-10add a new TDB::HashFunctions module
2010-12-04add support for "clear" and "repack" methods
2010-12-03add optional thread-safety on a per-object basis
2010-12-02RDoc updates
2010-12-01initial