about summary refs log tree commit homepage
path: root/lib/mogilefs/http_file.rb
DateCommit message (Expand)
2018-06-19fix indentation warnings with ruby trunk
2017-01-31freeze string literals in a few more places
2016-12-29use opt_str_freeze to avoid allocations in a few places
2012-10-31net-http-persistent usage respects timeouts
2012-10-24new_file: delay keepalive sockopts until read
2012-10-24optionally use net-http-persistent for StringIO
2012-07-05clarify error when File.open fails on source file
2011-12-10rename "Put" namespace to "NewFile"
2011-12-08store_file works on unlinked Tempfile objects
2011-12-08http_file: big_io support for unlinked open files
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-06http_file: remove unused attrs
2011-12-06"new_file" gets many options for Content-MD5 handling
2011-11-21http_file: timeout scaling for "write" method
2011-11-21http_file: wait for the destination server to respond
2011-11-20add mogstored_rack example
2011-11-18make MogileFS.io= an accessor
2011-11-14http_file: use String#inspect on broken server response
2011-11-14Revert "http_file: do not reopen opened file (on retry)"
2011-11-14http_file: do not reopen opened file (on retry)
2011-11-14http_file: ensure regular paths are rewound, too
2011-11-08http_* shorter error message for failures
2011-11-08Disable retries when storing non-rewindable data
2011-11-07fix return value for chunked Util::StoreContent users
2011-11-07http_file: remove unnecessary check
2011-11-07flesh out pipe streaming + chunk for uploads
2011-11-05return file size properly when storing file
2011-11-05support chunked uploads via PUT
2011-11-05redo IO.copy_stream usage
2011-11-05rename httpfile => http_file