about summary refs log tree commit homepage
DateCommit message (Expand)
2014-02-10tdb.gemspec: fix license field name v0.6.1
2014-02-10Ruby tdb 0.6.0 - many updates v0.6.0
2014-02-10HACKING: update for Ruby versions
2014-02-10relax license to LGPLv2.1+
2014-02-10.wrongdoc.yml: add email addresses
2014-02-09use a normal Ruby hash to store exceptions
2014-02-09test_tdb_mt: do not barf on unwrapped :initialize
2014-02-09add siphash24
2014-02-09prepare for rb_thread_blocking_region removal
2014-02-09rbtdb.h: add missing declaration
2014-02-09murmur3: cleanup inlines
2013-09-30Rakefile: kill raa_update task
2011-11-19raise ArgumentError if null bytes exist in file path
2011-08-22.gitignore: add /tmp
2011-08-22add murmur3f (x86_64 128 bit truncated to 32-bits)
2011-08-18doc: updates for Murmur3
2011-08-18switch to pkg.mk
2011-08-18test_tdb_hash_functions: add distribution tests
2011-08-18add murmur3a hash
2011-08-18add fork test
2011-05-08shorten git URLs
2011-01-17fix RAA update task
2011-01-17Ruby tdb 0.5.0 - reusable buffer for fetch v0.5.0
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
2011-01-17switch site to wrongdoc
2010-12-15doc: add HACKING document
2010-12-13Ruby tdb - 0.3.0 - TDB::HashFunctions for Metropolis v0.3.0
2010-12-10mt: longer test
2010-12-10enforce locking for TDB creation/destroy
2010-12-10mt: just break when attempting TDB methods inside #each
2010-12-10add a new TDB::HashFunctions module
2010-12-09rdoc: enable webcvs links for cgit
2010-12-07Ruby tdb - 0.2.0 - optional thread-safety v0.2.0
2010-12-06README: fix grammar error
2010-12-04add support for "clear" and "repack" methods
2010-12-03README: update with thread-safety usage
2010-12-03add optional thread-safety on a per-object basis
2010-12-03README: add an extra note for non-Debian users
2010-12-03lookup3: fix build from missing #include
2010-12-02README: add Caveats section
2010-12-02RDoc updates
2010-12-01gemspec: do not modify VERSION env
2010-12-01minor RDoc updates v0.1.0
2010-12-01initial