about summary refs log tree commit homepage
DateCommit message (Expand)
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
2011-12-08admin: fix off-by-one in each_fid method
2011-12-08move Manifest.txt generation to Rake...
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-07test/fresh: unused variable warning fix
2011-12-07http_file: use lower keepalive times under Linux
2011-12-07test for client-side Content-MD5 callback on upload
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-06mog: "stat" shows checksum if it is available
2011-12-06http_file: remove unused attrs