about summary refs log tree commit homepage
path: root/lib/mogilefs/mogilefs.rb
DateCommit message (Expand)
2019-10-28mogilefs: actually use kwarg for Net::HTTP::Persistent.new
2017-01-26support net-http-persistent 3.x
2016-08-31implement :connect_timeout option
2015-10-22minor garbage reductions for newer Rubies
2015-05-27use monotonic clock if possible on Ruby 2.1+
2013-07-09client: each_key: accept optional :after and :limit args
2013-01-18create_open: do not set empty zone= parameter
2012-11-08new_file: don't pass private field to create_open
2012-10-31net-http-persistent usage respects timeouts
2012-10-30new_file: support create_open_args and create_close_args
2012-10-22new_file allows optional :info hash to be populated
2012-10-09client: small speedup for list_keys_verbose
2012-10-09client: add each_file_info iterator
2012-06-06exist?(dkey) raises on real errors
2012-06-05list_keys raises on errors properly
2012-05-04new_file: documentation for :content_md5 usage
2012-03-22client: add support for "updateclass" command
2012-02-17fix documentation of :noverify for get_paths
2011-12-15docs for various timeouts in MogileFS::MogileFS.new
2011-12-12avoid relying on exceptions for list_keys
2011-12-12simplify exist? implementation for avoiding exceptions
2011-12-11add :new_file_max_time parameter
2011-12-10finalize and document improved new_file API
2011-12-10rename "Put" namespace to "NewFile"
2011-12-08reorganize largefile support code
2011-12-08new_file(..., :largefile => :stream) avoids chunking
2011-12-08new_file: add :largefile => :tempfile support
2011-12-07add new_file :largefile => :content_range support
2011-12-07new_file gains a :largefile => :chunked option
2011-12-06store_file/store_content: wire these up to new new_file opts
2011-12-06new_file: backwards compatibility for old args
2011-12-06"new_file" gets many options for Content-MD5 handling
2011-11-19support MogileFS::MogileFS#get_file_data to dest path
2011-11-19add MogileFS::MogileFS#exist? method
2011-11-14doc: add file_info example
2011-11-14file_info_cleanup: nodoc this internal method
2011-11-14list_keys_verbose: pipeline retries on all socket errors
2011-11-12list_keys_verbose: retry on pipeline error
2011-11-12list_keys_verbose: preserve ordering with multiple queryworkers
2011-11-11list_keys: more accurate devcount file_info-less servers
2011-11-11list_keys/each_key: better handling of verbose listings pipeline
2011-11-11initial pipeline API
2011-11-10doc: misc updates
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-10ensure get_file_data users notice truncated responses
2011-11-09avoid NilMethodError if get_file_data is passed an invalid key
2011-11-08get_file_data supports offset and count
2011-11-08get_paths: expand and improve tests