From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id ED1F71FBB0 for ; Wed, 31 Aug 2016 02:50:46 +0000 (UTC) From: Eric Wong To: mogilefs-client-public@bogomips.org Subject: [PATCH 0/6] misc fixes and features Date: Wed, 31 Aug 2016 02:50:40 +0000 Message-Id: <20160831025046.24153-1-e@80x24.org> List-Id: I mainly wanted to implement :connect_timeout, but ended up with a bunch of other small improvements along the way. Will release soon since it's been a while. Eric Wong (6): test_fresh: do not delete non-existent domain admin: map unset reject_bad_md5 field to nil socket/pure_ruby: connect with "exception:false" on Ruby 2.3+ implement :connect_timeout option add .gitattributes for Ruby method detection README: stop mentioning cgit .gitattributes | 4 ++++ README | 2 +- lib/mogilefs/admin.rb | 2 ++ lib/mogilefs/backend.rb | 3 ++- lib/mogilefs/client.rb | 4 +++- lib/mogilefs/mogilefs.rb | 4 ++++ lib/mogilefs/socket/pure_ruby.rb | 20 ++++++++++++++------ test/fresh.rb | 2 +- test/test_fresh.rb | 2 +- 9 files changed, 32 insertions(+), 11 deletions(-) create mode 100644 .gitattributes -- EW