about summary refs log tree commit homepage
DateCommit message (Expand)
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
2011-11-11list_keys: more accurate devcount file_info-less servers
2011-11-11Merge remote-tracking branch 'origin/pipeline'
2011-11-11auto-generate mogilefs/version from git
2011-11-11socket/pure_ruby: reduce Errno::EAGAIN exceptions
2011-11-11test_fresh: factor out setup_mogilefs routine
2011-11-11list_keys/each_key: better handling of verbose listings pipeline
2011-11-11pipeline: make errors easier to debug by including the request
2011-11-11initial pipeline API
2011-11-11test/test_backend: fix broken escaping test
2011-11-11Rakefile: packaging updates
2011-11-11url_unescape: fix ordering of "+" => " " of swap
2011-11-10backend: factor out dispatch unlocked
2011-11-10doc: misc updates
2011-11-10admin: use Object#__send__ since Object#send can be overwritten
2011-11-10backend: avoid eval for defining error classes
2011-11-10Revert "Compact get_paths output so we don't have nils"
2011-11-10mogilefs/mogilefs: make @domain an accessor
2011-11-10get_paths defaults to noverify: true
2011-11-10test_http_reader: fix stupid/broken assertion