about summary refs log tree commit homepage
DateCommit message (Expand)
2017-03-23mogilefs-client 3.11.1 v3.11.1
2017-03-23GNUmakefile: fix incorrect comment
2017-03-23socket_common: improve readability of case statement
2017-03-23socket_common: remove needless 'o' modifier for Regexp
2017-03-13socket_common: limit garbage workaround to Ruby <= 2.4.1
2017-02-03socket_common: expand IO#write garbage workaround to 2.0 and 2.1
2017-01-31.olddoc.yml: add trailing slash on URL
2017-01-31Ruby mogilefs-client 3.11.0 v3.11.0
2017-01-31gemspec: remove olddoc development dependency
2017-01-31doc: remove private email address linkage
2017-01-31README: explain removal of NFS support
2017-01-31update URLS to HTTPS
2017-01-31freeze string literals in a few more places
2017-01-30socket_common: limit IO#write garbage workaround to <= 2.4
2017-01-27avoid excessive garbage on uploads with Ruby 2.2+
2017-01-27test: switch to cmogstored for testing Content-Range PUTs
2017-01-26support net-http-persistent 3.x
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
2016-08-31Ruby mogilefs-client 3.10.0 v3.10.0
2016-08-31pkg.mk: use --local option for gem installation
2016-08-31connect_timeout: match :timeout if unset
2016-08-31README: stop mentioning cgit
2016-08-31add .gitattributes for Ruby method detection
2016-08-31implement :connect_timeout option
2016-08-31socket/pure_ruby: connect with "exception:false" on Ruby 2.3+
2016-08-31admin: map unset reject_bad_md5 field to nil
2016-08-31test_fresh: do not delete non-existent domain
2015-11-04socket/pure_ruby: use `:exception=>false' on Ruby 2.1+
2015-10-22socket/pure_ruby: fix Ruby 1.8 compatibility
2015-10-22minor garbage reductions for newer Rubies
2015-10-22.olddoc.yml: add NNTP and mailing list archive URL
2015-09-16backend: simplify regexp
2015-09-16bigfile: lazily require bigfile/filter
2015-09-14bigfile/filter: only update MD5 if non-nil
2015-09-14more idiomatic comparisons with constants
2015-09-14admin: simplify utilization conversion
2015-06-25doc: avoid inadvertantly documenting the Process class
2015-06-25Ruby mogilefs-client 3.9.0 v3.9.0
2015-06-24mogilefs/socket/pure_ruby: use IO#wait_*able
2015-06-24HACKING: minor documentation updates
2015-05-28avoid defineclass instructions for empty classes
2015-05-27use monotonic clock if possible on Ruby 2.1+
2015-05-27test/test_fresh.rb: fix breakage from Ruby-trunk r50118
2015-02-10Ruby mogilefs-client 3.8.0 v3.8.0
2015-02-10new public-inbox: mogilefs-client-public@bogomips.org
2015-01-22test: fixup object lifetimes and teardown
2015-01-22include mogilefs/version.rb in the distro
2015-01-16tests: create fresh intances for all integration tests