| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-03-16 | Set protocol of AddrInfo | Tomoyuki Sahara | |
| backport https://github.com/mruby/mruby/pull/3891 | |||
| 2017-09-12 | receiver variables must be "mrb_int" for mrb_get_args("i"). | Tomoyuki Sahara | |
| Otherwise, it can cause a segfault on the platforms where the size of "int" and "mrb_int" differs. | |||
| 2017-09-12 | remove whitespaces at the end of line. | Tomoyuki Sahara | |
| 2017-09-04 | Merge pull request #37 from udzura/fix-types | Tomoyuki Sahara | |
| Fix type int to mrb_int | |||
| 2017-09-04 | Fix type int to mrb_int | Uchio KONDO | |
| - mruby's default int size is changed after: https://github.com/mruby/mruby/commit/f0f4a1088a270e339407a24ffe8be748f4764fc2 - implicit cast causes some errors | |||
| 2017-06-13 | sizeof(optval) must be 1 for IP_MULTICAST_TTL & IP_MULTICAST_LOOP. fixes #34. | Tomoyuki Sahara | |
| 2017-02-08 | TCPSocket.new supports "local_host" and "local_service". | Tomoyuki Sahara | |
| 2016-05-30 | Merge pull request #30 from rhykw/tcpserver-reuseaddr | Tomoyuki Sahara | |
| Use TCPServer SO_REUSEADDR | |||
| 2016-05-28 | TCPServer use SO_REUSEADDR if possible | rhykw | |
| 2016-05-23 | TCPServer use SO_REUSEADDR | rhykw | |
| 2016-01-30 | Merge pull request #29 from rmalizia44/patch-1 | Tomoyuki Sahara | |
| Add _WIN32_WINNT definition to Avoid Windows Compilation Errors | |||
| 2016-01-28 | Add _WIN32_WINNT definition to Avoid Windows Compilation Errors | rmalizia44 | |
| the line #define _WIN32_WINNT 0x0501 will cause ws2tcpip.h to implement the missing functions freeaddrinfo, getaddrinfo and getnameinfo on windows | |||
| 2016-01-18 | Merge pull request #28 from zzak/port-ntop-pton-win32 | Tomoyuki Sahara | |
| Port inet_ntop and inet_pton for WIN32 | |||
| 2016-01-18 | Merge pull request #27 from zzak/fix-udpsock-warning | Tomoyuki Sahara | |
| Fix warning: variable 'udpsock' set but not used | |||
| 2016-01-18 | Port inet_ntop and inet_pton for WIN32 | Zachary Scott | |
| Without these functions, compilation fails on MinGW | |||
| 2016-01-18 | Fix warning: variable 'udpsock' set but not used | Zachary Scott | |
| 2015-09-08 | To run test, we need "conf.enable_test" in build_config.rb. | Tomoyuki Sahara | |
| 2015-09-08 | build in container-based environment. | Tomoyuki Sahara | |
| 2015-09-08 | Revert "try to fix failure on travis." | Tomoyuki Sahara | |
| This reverts commit 02daa2509dac1b1631f06842b258cd08b31e3a63. | |||
| 2015-09-08 | try to fix failure on travis. | Tomoyuki Sahara | |
| 2015-08-10 | Merge pull request #23 from expeditiousRubyist/master | Tomoyuki Sahara | |
| Changed Windows IO overrides to use sysread and syswrite instead | |||
| 2015-08-03 | Changed IO overrides to use sysread and syswrite instead of read and write | unknown | |
| 2015-07-28 | Merge pull request #22 from Asmod4n/master | Tomoyuki Sahara | |
| added SO_NOSIGPIPE | |||
| 2015-07-27 | added SO_NOSIGPIPE | Asmod4n | |
| 2015-07-25 | Merge pull request #21 from expeditiousRubyist/master | Tomoyuki Sahara | |
| Added functioning read for Win32 | |||
| 2015-07-25 | Added functioning read for Win32 | Rubyist | |
| 2015-07-22 | Merge pull request #20 from expeditiousRubyist/master | Tomoyuki Sahara | |
| Win32 Port | |||
| 2015-07-21 | Removed unnecessary/incorrect use of sizeof(int) and corrected more | Rubyist | |
| improper usages of mrb_sys_fail | |||
| 2015-07-21 | Changed some uses of mrb_sys_fail to instead use mrb_raise where | Rubyist | |
| appropriate | |||
| 2015-07-18 | Overrided close and write to work on Win32 platforms | Rubyist | |
| 2015-07-17 | Minimal semi-working compile on Windows platforms. | Rubyist | |
| 2015-07-17 | Added Winsock 2 to list of libraries to use when building for Windows | Rubyist | |
| targets | |||
| 2015-05-20 | failed to remove temporary files! | Tomoyuki Sahara | |
| 2015-02-13 | add IPv6 constants defined in RFC3493. | Tomoyuki Sahara | |
| 2014-12-26 | Socket::Option requires iij/mruby-pack. | Tomoyuki Sahara | |
| 2014-12-26 | don't call undefined method. fixes #15. | Tomoyuki Sahara | |
| 2014-12-26 | remove unused variables. | Tomoyuki Sahara | |
| 2014-12-26 | syscalls may return sockaddr shorter than sizeof(struct sockaddr) on Linux. | Tomoyuki Sahara | |
| 2014-12-26 | failed to add... | Tomoyuki Sahara | |
| 2014-12-26 | debug UNIXSocket and UNIXServer. | Tomoyuki Sahara | |
| 2014-12-12 | add Socket::Option#inspect | Tomoyuki Sahara | |
| without this, mirb dies. https://github.com/mruby/mruby/pull/2666 | |||
| 2014-07-09 | mrb_voidp (and other macros) has gone. | Tomoyuki Sahara | |
| 2014-07-02 | regen. | Tomoyuki Sahara | |
| 2014-07-02 | more TCP options (for NetBSD). | Tomoyuki Sahara | |
| 2014-07-02 | sort. | Tomoyuki Sahara | |
| 2014-07-02 | Merge pull request #14 from dreamedge/add_tcp_constants | Tomoyuki Sahara | |
| Add TCP_* constants included in "netinet/tcp.h". | |||
| 2014-07-02 | Add TCP_* constants included in "netinet/tcp.h". | dreamedge | |
| ex: TCP_NODELAY, TCP_CORK, ... | |||
| 2014-06-17 | re-implement TCPServer.accept. fixes #12. | Tomoyuki Sahara | |
| 2014-06-10 | no longer used. | Tomoyuki Sahara | |
| 2014-04-11 | Merge pull request #9 from schmurfy/solaris | Tomoyuki Sahara | |
| OpenSolaris/Illumos defines a "sun" constant... | |||
