0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #11 from github/configurable-connect-timeout More... over 9 years ago
default connect_timeout off More... over 9 years ago
Add a param to configure connection timeout More... over 9 years ago
Merge pull request #10 from github/catch-connect-timeout More... over 9 years ago
have to catch EINPROGRESS and EISCONN More... over 9 years ago
use non-blocking connect for timeouts More... over 9 years ago
Throw ConnectionError when a connection times out More... over 9 years ago
Merge pull request #9 from josh/rescue-host-unreachable More... almost 10 years ago
Rescue EHOSTUNREACH as a ConnectionError More... almost 10 years ago
Merge pull request #7 from sethwklein/gemcutter More... about 10 years ago
Remove use of gemcutter.org from installation More... about 11 years ago
bertrpc 1.3.1 More... almost 12 years ago
use String#bytesize More... almost 12 years ago
Regenerated gemspec for version 1.3.0 More... about 14 years ago
Version bump to 1.3.0 More... about 14 years ago
add ReadError test More... about 14 years ago
normalize error initializers More... about 14 years ago
add eof check to socket read More... about 14 years ago
Regenerated gemspec for version 1.2.1 More... about 14 years ago
Version bump to 1.2.1 More... about 14 years ago
restrict to IPv4 More... about 14 years ago
Regenerated gemspec for version 1.2.0 More... about 14 years ago
Version bump to 1.2.0 More... about 14 years ago
ensure timeout is a float or nil or AR::Duration screws up select More... about 14 years ago
tests work with new select(2) based read logic More... about 14 years ago
use IO.select instead of select to guard against monkey patchers More... about 14 years ago
BERTRPCError gives self for original_exception if nil More... about 14 years ago
oops recvfrom returns a [msg, addr] tuple, not a string More... about 14 years ago
use select(2) for reliable read timeouts More... about 14 years ago
SO_SNDTIMO and SO_RCVTIMEO must be set before connect More... about 14 years ago