about summary refs log tree commit homepage
path: root/lib/mogilefs/new_file
DateCommit message (Expand)
2019-10-28fix more indentation warnings
2017-12-20new_file/stream: remove unused variable
2016-12-29new_file/common: simplify empty class declarations
2016-12-29use opt_str_freeze to avoid allocations in a few places
2016-12-29avoid pointless capture in regexp
2015-09-14more idiomatic comparisons with constants
2015-05-27use monotonic clock if possible on Ruby 2.1+
2013-09-10new_file/stream: correct declare errors array correctly
2012-10-31net-http-persistent usage respects timeouts
2012-10-30new_file: support create_open_args and create_close_args
2012-10-24new_file: delay keepalive sockopts until read
2012-10-24optionally use net-http-persistent for StringIO
2012-10-22new_file allows optional :info hash to be populated
2011-12-11net-http-persistent not required for Content-Range uploads
2011-12-11add :new_file_max_time parameter
2011-12-10finalize and document improved new_file API
2011-12-10rename "Put" namespace to "NewFile"