about summary refs log tree commit homepage
DateCommit message (Expand)
2012-07-27backend: respect timeout on socket/timeout errors pu
2012-07-24backend: close on timeout, even when idempotent
2012-06-29Ruby mogilefs-client 3.2.0 v3.2.0
2012-06-29test: fix test/unit compat in 1.8.7
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-15Ruby mogilefs-client 3.2.0-rc1 v3.2.0-rc1
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-08Rakefile: remove vim-specific modeline
2012-05-04new_file: documentation for :content_md5 usage
2012-03-22client: add support for "updateclass" command
2012-02-28Rakefile: release generated NEWS/ChangeLog files
2012-02-28README: add download link
2012-02-28Ruby mogilefs-client 3.1.1 v3.1.1
2012-02-28doc: update to not refer to MogileFS 2.55 specifically
2012-02-28LICENSE: update copyright year + range
2012-02-28doc: fixup mailto: links
2012-02-28Don't stop reading too early.
2012-02-17fix documentation of :noverify for get_paths
2011-12-15README: speling ficks
2011-12-15Ruby mogilefs-client 3.1.0 v3.1.0
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-11examples/stale_fid_checker: --help + fail on older versions
2011-12-11History: point users towards NEWS doc
2011-12-11chunker: small cleanups to whitespace handling
2011-12-11add :new_file_max_time parameter
2011-12-11misc. documentation improvements
2011-12-11examples: add stale_fid_checker script
2011-12-10finalize and document improved new_file API
2011-12-10rename "Put" namespace to "NewFile"
2011-12-10tests: speedup tests that require hitting mogstored
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-08Rakefile: quiet down warnings for newer rake
2011-12-08move Manifest.txt from git to .gitignore
2011-12-08mog: config parser cleanup
2011-12-08backend: auto-generate error constants on const_missing