about summary refs log tree commit homepage
path: root/lib/mogilefs
DateCommit message (Expand)
2012-10-08admin: get_devices returns observed_state again
2012-10-08admin: minor speedups for get_hosts, get_devices, list_fids
2012-10-01admin: speed up get_domains for many domains
2012-08-01backend: respect timeout on socket/timeout errors
2012-07-25backend: close on timeout, even when idempotent
2012-07-05clarify error when File.open fails on source file
2012-06-29admin: simplify integer casting code
2012-06-29admin: get_devices casts reject_bad_md5 to boolean
2012-06-29admin: add change_device_weight command
2012-06-29admin: add support for create_device command
2012-06-12backend: reuse connections on error responses
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-28Don't stop reading too early.
2012-02-17fix documentation of :noverify for get_paths
2011-12-15docs for various timeouts in MogileFS::MogileFS.new
2011-12-15backend: rely on auto-generated exceptions in const_missing
2011-12-14add configurable :fail_timeout for backends
2011-12-12avoid relying on exceptions for list_keys
2011-12-12simplify exist? implementation for avoiding exceptions
2011-12-11net-http-persistent not required for Content-Range uploads
2011-12-11chunker: small cleanups to whitespace handling
2011-12-11add :new_file_max_time parameter
2011-12-11misc. documentation improvements
2011-12-10finalize and document improved new_file API
2011-12-10rename "Put" namespace to "NewFile"
2011-12-09new_file_common: call "noop" before "create_close"
2011-12-08pool: shutdown backend when purging
2011-12-08pool: O(1) object validity checking
2011-12-08pool: add @purge_threshold, @purge_keep accessors
2011-12-08reorganize largefile support code
2011-12-08new_file(..., :largefile => :stream) avoids chunking
2011-12-08backend: auto-generate error constants on const_missing
2011-12-08admin: fix off-by-one in each_fid method
2011-12-08store_file works on unlinked Tempfile objects
2011-12-08new_file: add :largefile => :tempfile support
2011-12-08http_file: big_io support for unlinked open files
2011-12-07add new_file :largefile => :content_range support
2011-12-07new_file gains a :largefile => :chunked option
2011-12-07http_file: use lower keepalive times under Linux
2011-12-07Revert "http_file: disable MD5 checksums by default"
2011-12-06http_file: disable MD5 checksums by default
2011-12-06rely on SO_KEEPALIVE for upload timeouts
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-06http_file: remove unused attrs
2011-12-06"new_file" gets many options for Content-MD5 handling
2011-12-06improve diagnostics on unreadable sockets with timeout