| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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... | |||
| 2014-04-10 | OpenSolaris/Illumos defines a "sun" constant... | Julien Ammous | |
| 2014-04-04 | Update .travis.yml | Akira Yumiyama | |
| 2014-04-04 | Create .travis.yml | Akira Yumiyama | |
| 2014-03-12 | split. | Tomoyuki Sahara | |
| 2014-03-12 | mruby-mtest is not required to build (but to test). | Tomoyuki Sahara | |
| 2014-03-11 | Merge pull request #7 from monami-ya-mrb/pr-fix-connect-failed | Tomoyuki Sahara | |
| Call Socket._connect() in Socket.connect() . | |||
| 2014-03-11 | Call Socket._connect() in Socket.connect() . | Masaki Muranaka | |
| 2014-02-24 | add Socket.getaddrinfo. | Tomoyuki Sahara | |
| 2014-02-10 | IO._bless has gone. | Tomoyuki Sahara | |
| https://github.com/iij/mruby-io/commit/b74458a486042f4863fa6362057e25f0997694f5 | |||
| 2014-01-09 | Merge pull request #6 from schmurfy/testless | Tomoyuki Sahara | |
| removed mtest dependency | |||
| 2013-12-04 | removed mtest dependency | Julien Ammous | |
| 2013-12-03 | mrb_intern API change. | Tomoyuki Sahara | |
