about summary refs log tree commit homepage
DateCommit message (Expand)
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
2011-12-06"new_file" gets many options for Content-MD5 handling
2011-12-06manifest updates for mogstored_rack tests
2011-12-06improve diagnostics on unreadable sockets with timeout
2011-12-06socket_common: small simplification in read() calculation
2011-12-06RequestTruncated exception includes timeout value used
2011-12-01remove mogstored_rack example
2011-11-28.document: add NEWS to rdoc
2011-11-28Ruby mogilefs-client 3.0.0 v3.0.0
2011-11-28test_mogilefs_integration: remove umask/permissions check on created file
2011-11-28test_mogilefs: speling ficks
2011-11-26copy_stream emulator respects creation umask
2011-11-25backend: small cleanup to use case statement
2011-11-24mogstored_rack: add ability to change :io_size and :open_flags
2011-11-21http_file: timeout scaling for "write" method
2011-11-21mogilefs-client 3.0.0-rc1 v3.0.0-rc1
2011-11-21http_file: wait for the destination server to respond
2011-11-21test/fresh: raise if mogadm fails to return writability
2011-11-21mogstored_rack: fix Ruby 1.8 compatibility
2011-11-21test_mogilefs: fix bad test due to partial read
2011-11-20examples/mogstored_rack: fix temporary file path
2011-11-20add mogstored_rack example
2011-11-20split out test for fresh mogilefsd instance testing
2011-11-20test_fresh: factor out mogstored setup
2011-11-20test/exec: close-on-exec all Tempfiles
2011-11-19support MogileFS::MogileFS#get_file_data to dest path
2011-11-19test_admin: fix test due to broken mocks
2011-11-19mog: config parser handles "noclobber = true"
2011-11-19mog: add --no-clobber/-n option for 'cp' and 'tee'
2011-11-19add MogileFS::MogileFS#exist? method
2011-11-18admin (each_fid/list_fids): remove dependency on get_stats
2011-11-18backend: make url_decode easier to read (for me, at least)
2011-11-18admin: add numeric conversions for consistency
2011-11-18admin (list_fids,each_fid): convert integer fields to integers