about summary refs log tree commit
DateCommit message (Expand)
2013-09-30Rakefile: kill raa_update task HEAD master
2011-01-17cleanup gemspec
2011-01-17metropolis 0.2.0 - suffix_mime, small optimizations v0.2.0
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
2011-01-13README: mention TDB database
2010-12-24COPYING is not an RDoc file
2010-12-24switch to wrongdoc, no more JavaScript!
2010-12-15fix LICENSE file
2010-12-13fix RAA listing
2010-12-13GNUmakefile: no news yet...
2010-12-13metropolis 0.1.0 - initial release v0.1.0
2010-12-13minor documentation updates
2010-12-10remove hard dependency on tokyocabinet
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-02add SPEC document
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-23test: disable expensive tests by default
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-23test: minor cleanup to share @uri
2010-11-22initial TokyoCabinet hash database support