initial bigfile read support
commitcb85f82e640762aea81b7ad2b8aec1efed0aa572
authorEric Wong <normalperson@yhbt.net>
Wed, 3 Dec 2008 00:33:05 +0000 (2 16:33 -0800)
committerEric Wong <normalperson@yhbt.net>
Wed, 10 Dec 2008 20:25:35 +0000 (10 12:25 -0800)
treea37c1f9316b803d1e8c6bd85f1a06090efdb5e17
parent83dfe9644cbbc83b0f3bd05537874eecc8ad0a8c
initial bigfile read support

Needs more tests, but it seems to work...

I seem to have discovered a bug in mogtool which causes it to
generate incorrect MD5 checksums when the --gzip flag is used
(and --gzip actually just does zlib deflate, not something that
gzip(1) can actually decrypt).

So right now MD5 checksums are only verified on non-zlib-deflated
files.
bin/mog
lib/mogilefs.rb
lib/mogilefs/bigfile.rb [new file with mode: 0644]
lib/mogilefs/mogilefs.rb
test/test_bigfile.rb [new file with mode: 0644]