about summary refs log tree commit homepage
path: root/bin/mog
DateCommit message (Expand)
2018-06-19mog: add updateclass command
2011-12-08reorganize largefile support code
2011-12-08mog: config parser cleanup
2011-12-08new_file: add :largefile => :tempfile support
2011-12-06mog: "stat" shows checksum if it is available
2011-11-20add mogstored_rack example
2011-11-19mog: config parser handles "noclobber = true"
2011-11-19mog: add --no-clobber/-n option for 'cp' and 'tee'
2011-11-19add MogileFS::MogileFS#exist? method
2011-11-18make MogileFS.io= an accessor
2011-11-17mog: improve "stat" subcommand
2011-11-17mog: fix shadow warnings
2011-11-17mog: add --version switch
2011-11-17mog: fix unchunked tee
2011-11-17mog: "tee" subcommand does not require a --class
2011-11-14mog: teach tee to optionally --chunk uploads
2011-11-14mog: fix "test -e" on missing files
2011-11-13mog: small cleanups
2011-11-13mog: ensure stdout/stderr are always sync=true
2011-11-11list_keys/each_key: better handling of verbose listings pipeline
2011-11-08get_file_data: avoid exposing users to copy_stream invocation
2011-11-08mog: "ls -l" shows full key name
2011-11-05redo IO.copy_stream usage
2011-11-02remove sysrwloop for copy_stream
2011-11-02mog: remove sysrwloop dependency for "tee"
2009-04-01mog: small cleanup
2009-02-07Force binary encoding on all objects
2009-01-23allow using the default class to store files
2009-01-05mog: fix fallback to MOG_HOSTS env if MOG_TRACKERS is empty
2008-12-10initial bigfile read support
2008-10-31mog: fix 'tee' command so that it actually outputs to stdout
2008-10-15mog: try more verbose error handling
2008-10-15mog: retry on Backend::NoDevicesError
2008-10-15mog: increase timeout for interactive use
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