about summary refs log tree commit homepage
path: root/test
DateCommit message (Collapse)
2010-12-10mt: longer test
Just in case it wasn't long enough to expose any issues or crash the system.
2010-12-10mt: just break when attempting TDB methods inside #each
Too tricky to support, for now.
2010-12-10add a new TDB::HashFunctions module
It's nice to have common hash functions available...
2010-12-04add support for "clear" and "repack" methods
TDB#clear maps to tdb_wipe_all and TDB#repack maps to TDB#repack.
2010-12-03add optional thread-safety on a per-object basis
Thread-safety is useful sometimes and needless overhead otherwise. Default to whatever TDB upstream defaults to.
2010-12-02RDoc updates
We still need a lot of work in this area, but this is better than nothing.
2010-12-01initial