summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2018-03-16Set protocol of AddrInfoTomoyuki Sahara
2017-09-12receiver variables must be "mrb_int" for mrb_get_args("i").Tomoyuki Sahara
2017-09-12remove whitespaces at the end of line.Tomoyuki Sahara
2017-09-04Fix type int to mrb_intUchio KONDO
2017-06-13sizeof(optval) must be 1 for IP_MULTICAST_TTL & IP_MULTICAST_LOOP. fixes #34.Tomoyuki Sahara
2016-01-28Add _WIN32_WINNT definition to Avoid Windows Compilation Errorsrmalizia44
2016-01-18Merge pull request #28 from zzak/port-ntop-pton-win32Tomoyuki Sahara
2016-01-18Port inet_ntop and inet_pton for WIN32Zachary Scott
2016-01-18Fix warning: variable 'udpsock' set but not usedZachary Scott
2015-08-10Merge pull request #23 from expeditiousRubyist/masterTomoyuki Sahara
2015-08-03Changed IO overrides to use sysread and syswrite instead of read and writeunknown
2015-07-27added SO_NOSIGPIPEAsmod4n
2015-07-25Added functioning read for Win32Rubyist
2015-07-21Removed unnecessary/incorrect use of sizeof(int) and corrected moreRubyist
2015-07-21Changed some uses of mrb_sys_fail to instead use mrb_raise whereRubyist
2015-07-18Overrided close and write to work on Win32 platformsRubyist
2015-07-17Minimal semi-working compile on Windows platforms.Rubyist
2015-02-13add IPv6 constants defined in RFC3493.Tomoyuki Sahara
2014-12-26remove unused variables.Tomoyuki Sahara
2014-12-26syscalls may return sockaddr shorter than sizeof(struct sockaddr) on Linux.Tomoyuki Sahara
2014-12-26debug UNIXSocket and UNIXServer.Tomoyuki Sahara
2014-07-09mrb_voidp (and other macros) has gone.Tomoyuki Sahara
2014-07-02regen.Tomoyuki Sahara
2014-07-02more TCP options (for NetBSD).Tomoyuki Sahara
2014-07-02sort.Tomoyuki Sahara
2014-07-02Add TCP_* constants included in "netinet/tcp.h".dreamedge
2014-06-17re-implement TCPServer.accept. fixes #12.Tomoyuki Sahara
2014-06-10no longer used.Tomoyuki Sahara
2014-04-10OpenSolaris/Illumos defines a "sun" constant... Julien Ammous
2013-12-03mrb_intern API change.Tomoyuki Sahara
2013-10-15remove unused code and irrelevant comment.Tomoyuki Sahara
2013-10-10more IPPROTO_* related to IPv6.Tomoyuki Sahara
2013-08-21ARGS_XXX -> MRB_ARGS_XXXTomoyuki Sahara
2013-07-25more socket options (for multicast).Tomoyuki Sahara
2013-07-25fix Addrinfo.getaddrinfo("127.0.0.1", nil).Tomoyuki Sahara
2013-06-21Socket.gethostname always fails.Tomoyuki Sahara
2013-05-28fix mrb_voidp_value function callAkito Mochizuki
2013-05-21fix reading wrong variable.Tomoyuki Sahara
2013-05-21Linux does not have getpeereid(2).Tomoyuki Sahara
2013-05-21mrb_sys_fail() is declared in src/error.hTomoyuki Sahara
2013-05-21Socket library for mruby.Tomoyuki Sahara