about summary refs log tree commit
path: root/lib
DateCommit message (Expand)
2011-01-17tdb: remove "threadsafe" option
2011-01-17use constants everywhere to reduce GC thrashing
2011-01-17tdb: use fetch with a reusable buffer
2011-01-13add suffix_mime output filter
2010-12-13minor documentation updates
2010-12-10String#hash is not stable across processes :<
2010-12-10deflate: small garbage reduction by concatenation
2010-12-10tdb: allow enabling the thread-safety option
2010-12-06allow easier, single-file options for TC and TDB
2010-12-05:path_pattern is independent of the URI
2010-12-03deflate+gzip: do not wrap rack.input if already encoded
2010-12-01add basic support for the Trivial Database (TDB)
2010-11-30support pass-through :encoding for deflate and gzip
2010-11-30hash: fix some settings for memory-only hash
2010-11-30tc/hdb: remove HEAD optimization
2010-11-30internal API: get and head methods require env
2010-11-23tc/hdb: add exclusive mode, lock disabling
2010-11-23add plain Hash database support
2010-11-23split out common read-only code
2010-11-23use common setup elements
2010-11-23fix readonly interface
2010-11-23add generic Rack read/write test
2010-11-23tc/hdb: minor formatting cleanups
2010-11-23split out common read/write code
2010-11-23rename internal "TokyoCabinet" => "TC"
2010-11-23rename @hdb* to @db*
2010-11-22initial TokyoCabinet hash database support