about summary refs log tree commit homepage
path: root/ext/tdb/tdb.c
DateCommit message (Expand)
2014-10-03tdb.c: fix a spelling error in rb_bug message
2014-10-03fix ruby/thread.h checking under 1.9.3
2014-10-03fix -Wformat-security warning
2014-02-09use a normal Ruby hash to store exceptions
2014-02-09add siphash24
2014-02-09prepare for rb_thread_blocking_region removal
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-18add murmur3a hash
2011-01-17fetch and delete may be passed destination buffer
2010-12-10enforce locking for TDB creation/destroy
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-01minor RDoc updates v0.1.0
2010-12-01initial