| Age | Commit message (Collapse) | Author |
|
|
|
This reverts commit 02daa2509dac1b1631f06842b258cd08b31e3a63.
|
|
|
|
Changed Windows IO overrides to use sysread and syswrite instead
|
|
|
|
added SO_NOSIGPIPE
|
|
|
|
Added functioning read for Win32
|
|
|
|
Win32 Port
|
|
improper usages of mrb_sys_fail
|
|
appropriate
|
|
|
|
|
|
targets
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
without this, mirb dies.
https://github.com/mruby/mruby/pull/2666
|
|
|
|
|
|
|
|
|
|
Add TCP_* constants included in "netinet/tcp.h".
|
|
ex: TCP_NODELAY, TCP_CORK, ...
|
|
|
|
|
|
OpenSolaris/Illumos defines a "sun" constant...
|
|
|
|
|
|
|
|
|
|
|
|
Call Socket._connect() in Socket.connect() .
|
|
|
|
|
|
https://github.com/iij/mruby-io/commit/b74458a486042f4863fa6362057e25f0997694f5
|
|
removed mtest dependency
|
|
|
|
|
|
add mruby-socket dependency gems
|
|
|
|
|
|
|
|
|