summaryrefslogtreecommitdiffhomepage
path: root/mrblib
AgeCommit message (Expand)Author
2017-09-12remove whitespaces at the end of line.Tomoyuki Sahara
2017-02-08TCPSocket.new supports "local_host" and "local_service".Tomoyuki Sahara
2016-05-28TCPServer use SO_REUSEADDR if possiblerhykw
2016-05-23TCPServer use SO_REUSEADDRrhykw
2014-12-26don't call undefined method. fixes #15.Tomoyuki Sahara
2014-12-26debug UNIXSocket and UNIXServer.Tomoyuki Sahara
2014-12-12add Socket::Option#inspectTomoyuki Sahara
2014-06-17re-implement TCPServer.accept. fixes #12.Tomoyuki Sahara
2014-03-11Call Socket._connect() in Socket.connect() .Masaki Muranaka
2014-02-24add Socket.getaddrinfo.Tomoyuki Sahara
2014-02-10IO._bless has gone.Tomoyuki Sahara
2013-08-14fix a possible address family mismatch.Tomoyuki Sahara
2013-08-14v4/v6 fallback for TCP.Tomoyuki Sahara
2013-07-25hints.ai_socktype must be set if servname is not NULL on NetBSD3.Tomoyuki Sahara
2013-05-21Socket library for mruby.Tomoyuki Sahara