about summary refs log tree commit homepage
path: root/lib/mogilefs/socket_common.rb
DateCommit message (Expand)
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-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+
2012-02-28Don't stop reading too early.
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-11-09backend: automatically retry on idempotent commands
2011-11-04new HTTPReader implementation replaces the http_read_sock method
2011-11-03doc: tag files containing internal implementation details
2011-11-02remove sysrwloop for copy_stream
2011-11-02make http_read_sock and friends use new socket API
2011-10-31wire up new socket class to backend