about summary refs log tree commit homepage
path: root/lib/tdb
DateCommit message (Collapse)
2014-10-03tdb/mt: fix tests under Ruby 1.8
This will probably be the last release we make under Ruby 1.8
2011-01-17multithreaded TDB is dangerous, discourage it
Lets just avoid threads for now :) The torture test still fails and there doesn't appear to be a good way to fix it without upstream supporting it.
2010-12-10mt: just break when attempting TDB methods inside #each
Too tricky to support, for now.
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.