about summary refs log tree commit homepage
path: root/ext
DateCommit message (Collapse)
2010-12-10enforce locking for TDB creation/destroy
TDB objects aren't created often, so this shouldn't be noticeable, and there's no other way if any notion of thread-safety is desired.
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-03lookup3: fix build from missing #include
This appears to be needed on x86 Debian Lenny but not x86_64
2010-12-02RDoc updates
We still need a lot of work in this area, but this is better than nothing.
2010-12-01minor RDoc updates v0.1.0
2010-12-01initial