about summary refs log tree commit homepage
DateCommit message (Expand)
2008-09-18Version 1.3.0 v1.3.0
2008-09-18Update maintainer and release info
2008-09-18Fix ZenTest dependency and make it a dev-only dep
2008-09-18mog: add `test' command, currently only supports "test -e"
2008-09-17mog: ensure the tempfile is killed at death
2008-09-11mog: handle SIGPIPE and SIGINT gracefully
2008-09-08Add `mog' command-line tool as an example/frontend
2008-09-08Lower the large-file threshold to 64K
2008-09-08mogilefs: only timeout on connect/header reading
2008-09-08Allow get_file_data to accept a block for large files
2008-09-08Add MogileFS::Util for a sysrwloop() function
2008-09-08Fix each_keys loop termination condition
2008-09-08HTTPFile: use IO.sysread for better performance
2008-09-08HTTPFile: more reasonable chunk size for big files
2008-09-08Apply error handling patch from Matthew Willson
2008-09-08merge large file patch from Andy La Foe
2008-03-21Credit for bug report.
2008-03-21Fixed MogileFS#rename.
2008-03-21Fixed bug #7273 in HTTP mode of client where data would not get returned. Su...
2008-03-21Import mogilefs-client converted to Hoe.