summaryrefslogtreecommitdiffhomepage
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-04Merge pull request #37 from udzura/fix-typesTomoyuki 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
2017-02-08TCPSocket.new supports "local_host" and "local_service".Tomoyuki Sahara
2016-05-30Merge pull request #30 from rhykw/tcpserver-reuseaddrTomoyuki Sahara
2016-05-28TCPServer use SO_REUSEADDR if possiblerhykw
2016-05-23TCPServer use SO_REUSEADDRrhykw
2016-01-30Merge pull request #29 from rmalizia44/patch-1Tomoyuki 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-18Merge pull request #27 from zzak/fix-udpsock-warningTomoyuki Sahara
2016-01-18Port inet_ntop and inet_pton for WIN32Zachary Scott
2016-01-18Fix warning: variable 'udpsock' set but not usedZachary Scott
2015-09-08To run test, we need "conf.enable_test" in build_config.rb.Tomoyuki Sahara
2015-09-08build in container-based environment.Tomoyuki Sahara
2015-09-08Revert "try to fix failure on travis."Tomoyuki Sahara
2015-09-08try to fix failure on travis.Tomoyuki Sahara
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-28Merge pull request #22 from Asmod4n/masterTomoyuki Sahara
2015-07-27added SO_NOSIGPIPEAsmod4n
2015-07-25Merge pull request #21 from expeditiousRubyist/masterTomoyuki Sahara
2015-07-25Added functioning read for Win32Rubyist
2015-07-22Merge pull request #20 from expeditiousRubyist/masterTomoyuki Sahara
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-07-17Added Winsock 2 to list of libraries to use when building for WindowsRubyist
2015-05-20failed to remove temporary files!Tomoyuki Sahara
2015-02-13add IPv6 constants defined in RFC3493.Tomoyuki Sahara
2014-12-26Socket::Option requires iij/mruby-pack.Tomoyuki Sahara
2014-12-26don't call undefined method. fixes #15.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-26failed to add...Tomoyuki Sahara
2014-12-26debug UNIXSocket and UNIXServer.Tomoyuki Sahara
2014-12-12add Socket::Option#inspectTomoyuki 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-02Merge pull request #14 from dreamedge/add_tcp_constantsTomoyuki 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-11Merge pull request #9 from schmurfy/solarisTomoyuki Sahara