about summary refs log tree commit homepage
DateCommit message (Expand)
2011-11-21mogilefs-client 3.0.0-rc1 v3.0.0-rc1
2011-11-21http_file: wait for the destination server to respond
2011-11-21test/fresh: raise if mogadm fails to return writability
2011-11-21mogstored_rack: fix Ruby 1.8 compatibility
2011-11-21test_mogilefs: fix bad test due to partial read
2011-11-20examples/mogstored_rack: fix temporary file path
2011-11-20add mogstored_rack example
2011-11-20split out test for fresh mogilefsd instance testing
2011-11-20test_fresh: factor out mogstored setup
2011-11-20test/exec: close-on-exec all Tempfiles
2011-11-19support MogileFS::MogileFS#get_file_data to dest path
2011-11-19test_admin: fix test due to broken mocks
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-18admin (each_fid/list_fids): remove dependency on get_stats
2011-11-18backend: make url_decode easier to read (for me, at least)
2011-11-18admin: add numeric conversions for consistency
2011-11-18admin (list_fids,each_fid): convert integer fields to integers
2011-11-18admin: get_stats is deprecated and gone from latest MogileFS
2011-11-18admin: add clear_cache command
2011-11-18admin: add support for replicate_now command
2011-11-18mogilefs: documentation update
2011-11-18make MogileFS.io= an accessor
2011-11-18TODO: add manpage item for "mog"
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-14mysql: deprecate this interface
2011-11-14doc: update TODO
2011-11-14doc: add file_info example
2011-11-14file_info_cleanup: nodoc this internal method
2011-11-14http_file: use String#inspect on broken server response
2011-11-14Revert "http_file: do not reopen opened file (on retry)"
2011-11-14http_file: do not reopen opened file (on retry)
2011-11-14socket_test: ensure timed_write returns proper bytes
2011-11-14test_mogilefs: do not assume header + body is in one recv()
2011-11-14mog: teach tee to optionally --chunk uploads
2011-11-14mog: fix "test -e" on missing files
2011-11-14list_keys_verbose: pipeline retries on all socket errors
2011-11-14http_file: ensure regular paths are rewound, too
2011-11-13socket: alias write to timed_write
2011-11-13mog: small cleanups
2011-11-13mog: ensure stdout/stderr are always sync=true
2011-11-12list_keys_verbose: retry on pipeline error
2011-11-12backend: document pipeline_dispatch behavior
2011-11-12list_keys_verbose: preserve ordering with multiple queryworkers
2011-11-12fix misnamed exceptions